Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/vfs/
H A Dvfs_cluster.c236 static kern_return_t vfs_drt_mark_pages(void **cmapp, off_t offset, u_int length, u_int *setcountp);
6879 if (vfs_drt_mark_pages(scmap, offset, length, NULL) != KERN_SUCCESS) { in sparse_cluster_push()
6914 while (vfs_drt_mark_pages(scmap, offset, length, &new_dirty) != KERN_SUCCESS) { in sparse_cluster_add()
7868 vfs_drt_mark_pages(void **cmapp, off_t offset, u_int length, u_int *setcountp) in vfs_drt_mark_pages() function