Searched refs:cluster_read_upl_release (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/bsd/vfs/ ! |
| H A D | vfs_cluster.c | 199 static void cluster_read_upl_release(upl_t upl, int start_pg, int last_pg, int take_reference); 4395 cluster_read_upl_release(upl_t upl, int start_pg, int last_pg, int take_reference) in cluster_read_upl_release() function 4937 cluster_read_upl_release(upl, 0, start_pg, take_reference); in cluster_read_copy() 4943 cluster_read_upl_release(upl, last_pg, uio_last, take_reference); in cluster_read_copy()
|