Home
last modified time | relevance | path

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

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