Home
last modified time | relevance | path

Searched refs:wb_pgbase (Results 1 – 5 of 5) sorted by relevance

/linux/fs/nfs/
A Dpagelist.c461 req->wb_pgbase = pgbase; in __nfs_create_request()
712 hdr->args.pgbase = req->wb_pgbase; in nfs_pgio_rpcsetup()
1065 if (req->wb_pgbase != prev->wb_pgbase + prev->wb_bytes) in nfs_coalesce_size()
1068 if (req->wb_pgbase != 0 || in nfs_coalesce_size()
1069 prev->wb_pgbase + prev->wb_bytes != PAGE_SIZE) in nfs_coalesce_size()
1097 mirror->pg_base = req->wb_pgbase; in nfs_pageio_do_add_request()
1174 req->wb_pgbase += size; in __nfs_pageio_add_request()
1199 subreq = nfs_create_subreq(req, req->wb_pgbase, in __nfs_pageio_add_request()
1278 pgbase = req->wb_pgbase; in nfs_pageio_add_request()
A Dwrite.c342 if (page_offset >= req->wb_pgbase && in nfs_page_group_search_locked()
343 page_offset < (req->wb_pgbase + req->wb_bytes)) in nfs_page_group_search_locked()
371 pos = tmp->wb_pgbase + tmp->wb_bytes; in nfs_page_group_covers_page()
512 pgbase = head->wb_pgbase; in nfs_join_page_group()
518 if (pgbase > subreq->wb_pgbase) { in nfs_join_page_group()
519 off -= pgbase - subreq->wb_pgbase; in nfs_join_page_group()
520 bytes += pgbase - subreq->wb_pgbase; in nfs_join_page_group()
521 pgbase = subreq->wb_pgbase; in nfs_join_page_group()
523 bytes = max(subreq->wb_pgbase + subreq->wb_bytes in nfs_join_page_group()
528 head->wb_pgbase = pgbase; in nfs_join_page_group()
[all …]
A Dread.c155 unsigned long start = req->wb_pgbase; in nfs_read_completion()
156 unsigned long end = req->wb_pgbase + req->wb_bytes; in nfs_read_completion()
170 WARN_ON(start < req->wb_pgbase); in nfs_read_completion()
A Dnfstrace.h1259 __entry->pgbase = req->wb_pgbase;
/linux/include/linux/
A Dnfs_page.h48 wb_pgbase, /* Start of page data */ member

Completed in 15 milliseconds