Home
last modified time | relevance | path

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

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