Lines Matching refs:pgbase
377 unsigned int pgbase, pgoff_t index,
397 req->wb_pgbase = pgbase;
427 * @pgbase: starting offset within the page for the write
437 unsigned int pgbase, loff_t offset,
445 ret = nfs_page_create(l_ctx, pgbase, offset >> PAGE_SHIFT,
487 unsigned int pgbase,
494 struct page *page = nfs_page_to_page(req, pgbase);
496 ret = nfs_page_create(req->wb_lock_context, pgbase, req->wb_index,
676 * @pgbase: base
681 static void nfs_pgio_rpcsetup(struct nfs_pgio_header *hdr, unsigned int pgbase,
694 hdr->args.pgbase = pgbase;
1297 unsigned int pgbase, offset, bytes;
1300 pgbase = req->wb_pgbase;
1313 pgbase, offset, bytes);