Lines Matching refs:pgbase
473 unsigned int pgbase, pgoff_t index,
493 req->wb_pgbase = pgbase;
523 * @pgbase: starting offset within the page for the write
533 unsigned int pgbase, loff_t offset,
541 ret = nfs_page_create(l_ctx, pgbase, offset >> PAGE_SHIFT,
583 unsigned int pgbase,
590 struct page *page = nfs_page_to_page(req, pgbase);
592 ret = nfs_page_create(req->wb_lock_context, pgbase, req->wb_index,
791 * @pgbase: base
796 static void nfs_pgio_rpcsetup(struct nfs_pgio_header *hdr, unsigned int pgbase,
809 hdr->args.pgbase = pgbase;
1399 unsigned int pgbase, offset, bytes;
1402 pgbase = req->wb_pgbase;
1415 pgbase, offset, bytes);