Home
last modified time | relevance | path

Searched refs:buf_bread (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.121.6/bsd/sys/
H A Dbuf.h898 errno_t buf_bread(vnode_t vp, daddr64_t blkno, int size, kauth_cred_t cred, buf_t *bpp);
/xnu-11417.121.6/bsd/miscfs/specfs/
H A Dspec_vnops.c624 error = buf_bread(vp, bn, (int)bsize, NOCRED, &bp); in spec_read()
788 error = (int)buf_bread(vp, bn, (int)bsize, NOCRED, &bp); in spec_write()
/xnu-11417.121.6/bsd/vfs/
H A Dvfs_bio.c2335 buf_bread(vnode_t vp, daddr64_t blkno, int size, kauth_cred_t cred, buf_t *bpp) in buf_bread() function