Home
last modified time | relevance | path

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

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