Home
last modified time | relevance | path

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

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