Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dubc_subr.c1243 off_t lastpg, olastpgend, lastoff; in ubc_setsize_ex() local
1286 lastoff = (nsize & PAGE_MASK_64); in ubc_setsize_ex()
1288 if (lastoff) { in ubc_setsize_ex()
1304 cluster_zero(upl, (uint32_t)lastoff, PAGE_SIZE - (uint32_t)lastoff, NULL); in ubc_setsize_ex()