Home
last modified time | relevance | path

Searched refs:VNOP_BLOCKMAP (Results 1 – 9 of 9) sorted by relevance

/xnu-12377.41.6/bsd/miscfs/deadfs/
H A Ddead_vnops.c313 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 Dkern_symfile.c156 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 Dkern_descrip.c3767 error = VNOP_BLOCKMAP(vp, offset, a_size, &bn, &run, NULL, 0, &context); in sys_fcntl_nocancel()
/xnu-12377.41.6/bsd/vm/
H A Dvm_compressor_backing_file.c342 error = VNOP_BLOCKMAP(vp, current_offset, remaining_length, in vnode_trim_list()
H A Dvnode_pager.c270 error = VNOP_BLOCKMAP(vp, current_offset, remaining_length, in vnode_trim()
/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h1609 extern errno_t VNOP_BLOCKMAP(vnode_t, off_t, size_t, daddr64_t *, size_t *, void *,
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_bio.c1562 …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 Dvfs_cluster.c608 …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 Dkpi_vfs.c6305 VNOP_BLOCKMAP(struct vnode *vp, off_t foffset, size_t size, daddr64_t *bpn, size_t *run, void *poff… in VNOP_BLOCKMAP() function