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