Searched refs:buf_bread (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dbuf.h398 for example by buf_bread().
418 for example by buf_bread().
854 @function buf_bread
856 @discussion buf_bread() is the traditional way to read a single logical block of a file through the buffer cache.
868 errno_t buf_bread(vnode_t, daddr64_t, int, kauth_cred_t, buf_t *);
873 @discussion buf_breadn() reads one block synchronously in the style of buf_bread() and fires
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.c500 error = buf_bread(vp, bn, (int)bsize, NOCRED, &bp);
604 * Otherwise, we fall back on buf_bread().
616 error = (int)buf_bread(vp, bn, bsize, NOCRED, &bp);
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vfsops.c3605 retval = (int)buf_bread(hfsmp->hfs_devvp, (daddr64_t)HFS_PRI_SECTOR(sector_size), sector_size, NOCRED, &bp);
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_bio.c2168 buf_bread(vnode_t vp, daddr64_t blkno, int size, kauth_cred_t cred, buf_t *bpp) function

Completed in 192 milliseconds