Searched refs:lastpgoff (Results 1 – 1 of 1) sorted by relevance
3451 off_t firstpgoff, lastpgoff, firstpg, lastpg, dirtypg; in nfs_vnop_write() local3456 lastpgoff = (on + n) & PAGE_MASK; in nfs_vnop_write()3462 if (lastpgoff && !NBPGVALID(bp, lastpg)) { in nfs_vnop_write()3465 start = (lastpg * PAGE_SIZE) + lastpgoff; in nfs_vnop_write()