Searched refs:VNOP_BLKTOOFF (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.41.6/bsd/sys/ |
| H A D | vnode_if.h | 1558 extern errno_t VNOP_BLKTOOFF(vnode_t, daddr64_t, off_t *);
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_bio.c | 1634 } else if ((error = VNOP_BLKTOOFF(vp, bp->b_lblkno, &f_offset))) { in buf_strategy() 1693 } else if ((error = VNOP_BLKTOOFF(bp->b_vp, bp->b_lblkno, &f_offset))) { in buf_strategy()
|
| H A D | kpi_vfs.c | 6175 VNOP_BLKTOOFF(struct vnode *vp, daddr64_t lblkno, off_t *offset) in VNOP_BLKTOOFF() function
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | ubc_subr.c | 1638 error = VNOP_BLKTOOFF(vp, blkno, &file_offset); in ubc_blktooff()
|
| H A D | kern_descrip.c | 3749 error = VNOP_BLKTOOFF(vp, lbn, &offset); in sys_fcntl_nocancel()
|