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