wb_pgbase         327 fs/nfs/pagelist.c 	req->wb_pgbase	= pgbase;
wb_pgbase         575 fs/nfs/pagelist.c 	hdr->args.pgbase = req->wb_pgbase;
wb_pgbase         936 fs/nfs/pagelist.c 			if (req->wb_pgbase != prev->wb_pgbase + prev->wb_bytes)
wb_pgbase         939 fs/nfs/pagelist.c 			if (req->wb_pgbase != 0 ||
wb_pgbase         940 fs/nfs/pagelist.c 			    prev->wb_pgbase + prev->wb_bytes != PAGE_SIZE)
wb_pgbase         973 fs/nfs/pagelist.c 		mirror->pg_base = req->wb_pgbase;
wb_pgbase        1047 fs/nfs/pagelist.c 	pgbase = subreq->wb_pgbase;
wb_pgbase        1054 fs/nfs/pagelist.c 			WARN_ON_ONCE(subreq->wb_pgbase != pgbase);
wb_pgbase        1067 fs/nfs/pagelist.c 		WARN_ON_ONCE(subreq->wb_bytes + subreq->wb_pgbase > PAGE_SIZE);
wb_pgbase        1163 fs/nfs/pagelist.c 	pgbase = req->wb_pgbase;
wb_pgbase         169 fs/nfs/read.c  		unsigned long start = req->wb_pgbase;
wb_pgbase         170 fs/nfs/read.c  		unsigned long end = req->wb_pgbase + req->wb_bytes;
wb_pgbase         185 fs/nfs/read.c  				WARN_ON(start < req->wb_pgbase);
wb_pgbase         283 fs/nfs/write.c 		if (page_offset >= req->wb_pgbase &&
wb_pgbase         284 fs/nfs/write.c 		    page_offset < (req->wb_pgbase + req->wb_bytes))
wb_pgbase         312 fs/nfs/write.c 		pos = tmp->wb_pgbase + tmp->wb_bytes;
wb_pgbase        1144 fs/nfs/write.c 		req->wb_pgbase = offset;
wb_pgbase          48 include/linux/nfs_page.h 				wb_pgbase,	/* Start of page data */