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

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_bio.c2069 int pg, firstpg, lastpg, dirtypg; local
2070 dirtypg = firstpg = lastpg = -1;
2077 } else if (firstpg >= 0 && dirtypg < 0 && NBPGDIRTY(bp,pg))
2078 dirtypg = pg;
2095 if (((dirtypg > firstpg) && (dirtypg < lastpg)) ||
H A Dnfs_vnops.c2185 int firstpg, lastpg, dirtypg; local
2209 for (dirtypg=start/PAGE_SIZE; dirtypg <= (end-1)/PAGE_SIZE; dirtypg++)
2210 if (NBPGDIRTY(bp,dirtypg))
2234 if (dirtypg <= (end-1)/PAGE_SIZE) {

Completed in 86 milliseconds