Searched refs:pgoff (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_syscalls.c2223 off_t pgoff; local
2251 pgoff = off & PAGE_MASK_64;
2252 if (pgoff > 0 && PAGE_SIZE - pgoff < xfsize)
2253 xfsize = PAGE_SIZE_64 - pgoff;
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c6305 int i, index, pgoff, pgcount, setcount, ecount; local
6355 pgoff = (offset - DRT_ALIGN_ADDRESS(offset)) / PAGE_SIZE;
6356 pgcount = min((length / PAGE_SIZE), (DRT_BITVECTOR_PAGES - pgoff));
6364 if (!DRT_HASH_TEST_BIT(cmap, index, pgoff + i)) {
6365 DRT_HASH_SET_BIT(cmap, index, pgoff + i);
6370 if (DRT_HASH_TEST_BIT(cmap, index, pgoff + i)) {
6371 DRT_HASH_CLEAR_BIT(cmap, index, pgoff + i);

Completed in 40 milliseconds