Searched refs:vfs_drt_mark_pages (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.61.2/bsd/vfs/ |
| H A D | vfs_cluster.c | 234 static kern_return_t vfs_drt_mark_pages(void **cmapp, off_t offset, u_int length, u_int *setcountp); 6514 if (vfs_drt_mark_pages(scmap, offset, length, NULL) != KERN_SUCCESS) { in sparse_cluster_push() 6549 while (vfs_drt_mark_pages(scmap, offset, length, &new_dirty) != KERN_SUCCESS) { in sparse_cluster_add() 7495 vfs_drt_mark_pages(void **cmapp, off_t offset, u_int length, u_int *setcountp) in vfs_drt_mark_pages() function
|