Searched refs:VNOP_BLOCKMAP (Results 1 – 9 of 9) sorted by relevance
| /xnu-12377.41.6/bsd/miscfs/deadfs/ |
| H A D | dead_vnops.c | 313 return VNOP_BLOCKMAP(ap->a_vp, ap->a_foffset, ap->a_size, ap->a_bpn, in dead_blockmap()
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | kern_symfile.c | 156 error = VNOP_BLOCKMAP(ref->vp, offset, filechunk, &blkno, in kern_ioctl_file_extents() 463 error = VNOP_BLOCKMAP(ref->vp, f_offset, filechunk, &blkno, in kern_open_file_for_direct_io()
|
| H A D | kern_descrip.c | 3767 error = VNOP_BLOCKMAP(vp, offset, a_size, &bn, &run, NULL, 0, &context); in sys_fcntl_nocancel()
|
| /xnu-12377.41.6/bsd/vm/ |
| H A D | vm_compressor_backing_file.c | 342 error = VNOP_BLOCKMAP(vp, current_offset, remaining_length, in vnode_trim_list()
|
| H A D | vnode_pager.c | 270 error = VNOP_BLOCKMAP(vp, current_offset, remaining_length, in vnode_trim()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | vnode_if.h | 1609 extern errno_t VNOP_BLOCKMAP(vnode_t, off_t, size_t, daddr64_t *, size_t *, void *,
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_bio.c | 1562 …if ((error = VNOP_BLOCKMAP(vp, f_offset, io_resid, &io_blkno, &io_contig_bytes, NULL, bmap_flags, … in buf_strategy_fragmented() 1642 …if ((error = VNOP_BLOCKMAP(vp, f_offset, bp->b_bcount, &bp->b_blkno, &contig_bytes, NULL, bmap_fla… in buf_strategy() 3589 …if (VNOP_BLOCKMAP(vp, f_offset, bp->b_bcount, &bp->b_blkno, &contig_bytes, NULL, bmap_flags, NULL)… in buf_getblk()
|
| H A D | vfs_cluster.c | 608 …if (VNOP_BLOCKMAP(vp, f_offset, PAGE_SIZE, &blkno, &io_size, NULL, VNODE_READ | VNODE_BLOCKMAP_NO_… in cluster_io_present_in_BC() 1859 …if ((error = VNOP_BLOCKMAP(vp, f_offset, io_size, &blkno, &io_size_tmp, NULL, bmap_flags, NULL))) { in cluster_io()
|
| H A D | kpi_vfs.c | 6305 VNOP_BLOCKMAP(struct vnode *vp, off_t foffset, size_t size, daddr64_t *bpn, size_t *run, void *poff… in VNOP_BLOCKMAP() function
|