Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/vfs/
H A Dvfs_cluster.c198 static int cluster_copy_ubc_data_internal(vnode_t vp, struct uio *uio, int *io_resid, int mark_dirt…
3679 retval = cluster_copy_ubc_data_internal(vp, uio, &xfer_resid, 1, 1); in cluster_write_copy()
4219 retval = cluster_copy_ubc_data_internal(vp, uio, (int *)&io_resid, 0, take_reference); in cluster_read_copy()
4911 retval = cluster_copy_ubc_data_internal(vp, uio, (int *)&io_size, 0, 0); in cluster_read_direct()
6753 return cluster_copy_ubc_data_internal(vp, uio, io_resid, mark_dirty, 1); in cluster_copy_ubc_data()
6758 cluster_copy_ubc_data_internal(vnode_t vp, struct uio *uio, int *io_resid, int mark_dirty, int take… in cluster_copy_ubc_data_internal() function