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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dubc_subr.c532 off_t lastpg, olastpgend, lastoff; local
563 lastoff = (nsize & PAGE_MASK_64);
565 if (lastoff) {
581 cluster_zero(upl, (uint32_t)lastoff, PAGE_SIZE - (uint32_t)lastoff, NULL);

Completed in 16 milliseconds