Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/vfs/
H A Dvfs_cluster.c200 static int cluster_copy_ubc_data_internal(vnode_t vp, struct uio *uio, int *io_resid, int mark_dirt…
3762 retval = cluster_copy_ubc_data_internal(vp, uio, &xfer_resid, 1, 1); in cluster_write_copy()
4302 retval = cluster_copy_ubc_data_internal(vp, uio, (int *)&io_resid, 0, take_reference); in cluster_read_copy()
4998 retval = cluster_copy_ubc_data_internal(vp, uio, (int *)&io_size, 0, 0); in cluster_read_direct()
6843 return cluster_copy_ubc_data_internal(vp, uio, io_resid, mark_dirty, 1); in cluster_copy_ubc_data()
6848 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