Searched refs:buf_breadn (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dbuf.h871 @function buf_breadn
873 @discussion buf_breadn() reads one block synchronously in the style of buf_bread() and fires
888 errno_t buf_breadn(vnode_t, daddr64_t, int, daddr64_t *, int *, int, kauth_cred_t, buf_t *);
978 if none is found in core. buf_bread(), buf_breadn(), buf_meta_bread(), and buf_meta_breadn() all
/xnu-2782.1.97/bsd/miscfs/specfs/
H A Dspec_vnops.c497 error = buf_breadn(vp, bn, (int)bsize, &nextbn,
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_bio.c2134 * Perform the reads for buf_breadn() and buf_meta_breadn().
2199 buf_breadn(vnode_t vp, daddr64_t blkno, int size, daddr64_t *rablks, int *rasizes, int nrablks, kauth_cred_t cred, buf_t *bpp) function
2206 * [buf_breadn() for meta-data]

Completed in 36 milliseconds