Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/sys/
H A Dubc.h132 int cluster_copy_upl_data(uio_t, upl_t, int, int *);
/xnu-8792.81.2/bsd/kern/
H A Ddecmpfs.c1860 err = cluster_copy_upl_data(uio, upl, (int)uplOff, &io_resid);
/xnu-8792.81.2/bsd/vfs/
H A Dvfs_cluster.c3847 retval = cluster_copy_upl_data(uio, upl, io_offset, (int *)&io_requested); in cluster_write_copy()
4519 retval = cluster_copy_upl_data(uio, upl, start_offset, (int *)&io_requested); in cluster_read_copy()
6678 cluster_copy_upl_data(struct uio *uio, upl_t upl, int upl_offset, int *io_resid) in cluster_copy_upl_data() function