Home
last modified time | relevance | path

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

/linux-6.15/fs/nfs/
H A Dpagelist.c62 size_t base = i->count + req->wb_pgbase; in nfs_page_iter_page_get()
397 req->wb_pgbase = pgbase; in nfs_page_create()
915 if (req->wb_pgbase == 0) in nfs_generic_pgio()
1048 size_t prev_end = prev->wb_pgbase + prev->wb_bytes; in nfs_page_is_contiguous()
1052 if (req->wb_pgbase == 0) in nfs_page_is_contiguous()
1054 if (req->wb_pgbase == prev_end) { in nfs_page_is_contiguous()
1118 mirror->pg_base = req->wb_pgbase; in nfs_pageio_do_add_request()
1195 req->wb_pgbase += size; in __nfs_pageio_add_request()
1220 subreq = nfs_create_subreq(req, req->wb_pgbase, in __nfs_pageio_add_request()
1300 pgbase = req->wb_pgbase; in nfs_pageio_add_request()
H A Dwrite.c269 if (page_offset >= req->wb_pgbase && in nfs_page_group_search_locked()
270 page_offset < (req->wb_pgbase + req->wb_bytes)) in nfs_page_group_search_locked()
298 pos = tmp->wb_pgbase + tmp->wb_bytes; in nfs_page_group_covers_page()
442 pgbase = head->wb_pgbase; in nfs_join_page_group()
448 if (pgbase > subreq->wb_pgbase) { in nfs_join_page_group()
449 off -= pgbase - subreq->wb_pgbase; in nfs_join_page_group()
450 bytes += pgbase - subreq->wb_pgbase; in nfs_join_page_group()
451 pgbase = subreq->wb_pgbase; in nfs_join_page_group()
453 bytes = max(subreq->wb_pgbase + subreq->wb_bytes in nfs_join_page_group()
458 head->wb_pgbase = pgbase; in nfs_join_page_group()
[all …]
H A Dread.c148 unsigned long start = req->wb_pgbase; in nfs_read_completion()
149 unsigned long end = req->wb_pgbase + req->wb_bytes; in nfs_read_completion()
164 WARN_ON(start < req->wb_pgbase); in nfs_read_completion()
/linux-6.15/include/linux/
H A Dnfs_page.h52 wb_pgbase, /* Start of page data */ member