Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/vfs/ !
H A Dvfs_cluster.c7554 #define DRT_BITVECTOR_PAGES ((1024 * 256) / PAGE_SIZE) macro
7562 #define DRT_ADDRESS_MASK (~((DRT_BITVECTOR_PAGES * PAGE_SIZE) - 1))
8119 pgcount = min((length / PAGE_SIZE), (DRT_BITVECTOR_PAGES - pgoff)); in vfs_drt_do_mark_pages()
8128 if (ecount >= DRT_BITVECTOR_PAGES) { in vfs_drt_do_mark_pages()
8236 for (offset = 0, j = 0; j < cmap->scm_modulus; offset += (DRT_BITVECTOR_PAGES * PAGE_SIZE), j++) { in vfs_drt_get_cluster()
8246 for (i = 0; i < DRT_BITVECTOR_PAGES; i++) { in vfs_drt_get_cluster()
8257 for (ls = 0; i < DRT_BITVECTOR_PAGES; i++, ls++) { in vfs_drt_get_cluster()
8362 for (bits_on = 0, i = 0; i < DRT_BITVECTOR_PAGES; i++) {