Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dubc_subr.c1253 off_t lastpg, olastpgend, lastoff; in ubc_setsize_ex() local
1296 lastoff = (nsize & PAGE_MASK_64); in ubc_setsize_ex()
1298 if (lastoff) { in ubc_setsize_ex()
1314 cluster_zero(upl, (uint32_t)lastoff, PAGE_SIZE - (uint32_t)lastoff, NULL); in ubc_setsize_ex()