Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_bio.c2299 off_t pg, firstpg, lastpg, dirtypg; in nfs_bioread() local
2300 dirtypg = firstpg = lastpg = -1; in nfs_bioread()
2308 } else if (firstpg >= 0 && dirtypg < 0 && NBPGDIRTY(bp, pg)) { in nfs_bioread()
2309 dirtypg = pg; in nfs_bioread()
2327 if (((dirtypg > firstpg) && (dirtypg < lastpg)) || in nfs_bioread()
H A Dnfs_vnops.c3464 off_t firstpgoff, lastpgoff, firstpg, lastpg, dirtypg; in nfs_vnop_write() local
3505 for (dirtypg = start / PAGE_SIZE; dirtypg <= (end - 1) / PAGE_SIZE; dirtypg++) { in nfs_vnop_write()
3506 if (NBPGDIRTY(bp, dirtypg)) { in nfs_vnop_write()
3527 if (dirtypg <= (end - 1) / PAGE_SIZE) { in nfs_vnop_write()