Searched refs:cluster_read_upl_release (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/bsd/vfs/ |
| H A D | vfs_cluster.c | 197 static void cluster_read_upl_release(upl_t upl, int start_pg, int last_pg, int take_reference); 4034 cluster_read_upl_release(upl_t upl, int start_pg, int last_pg, int take_reference) in cluster_read_upl_release() function 4576 cluster_read_upl_release(upl, 0, start_pg, take_reference); in cluster_read_copy() 4582 cluster_read_upl_release(upl, last_pg, uio_last, take_reference); in cluster_read_copy()
|