Home
last modified time | relevance | path

Searched refs:ubc_upl_unmap_range (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dubc.h146 int ubc_upl_unmap_range(upl_t, vm_offset_t, vm_size_t);
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_bio.c1439 kret = ubc_upl_unmap_range(bp->b_upl, bp->b_uploffset, bp->b_bcount); in buf_unmap_range_internal()
H A Dvfs_cluster.c974 (void)ubc_upl_unmap_range(upl, upl_offset, round_page(transaction_size)); in cluster_handle_verification()
/xnu-12377.41.6/bsd/kern/
H A Dubc_subr.c2735 ubc_upl_unmap_range( in ubc_upl_unmap_range() function