Searched refs:cluster_copy_ubc_data_internal (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/bsd/vfs/ |
| H A D | vfs_cluster.c | 200 static int cluster_copy_ubc_data_internal(vnode_t vp, struct uio *uio, int *io_resid, int mark_dirt… 4017 retval = cluster_copy_ubc_data_internal(vp, uio, &xfer_resid, 1, 1); in cluster_write_copy() 4580 retval = cluster_copy_ubc_data_internal(vp, uio, (int *)&io_resid, 0, take_reference); in cluster_read_copy() 5282 retval = cluster_copy_ubc_data_internal(vp, uio, (int *)&io_size, 0, 0); in cluster_read_direct() 7128 return cluster_copy_ubc_data_internal(vp, uio, io_resid, mark_dirty, 1); in cluster_copy_ubc_data() 7133 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
|