Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dpagelist.c62 size_t base = i->count + req->wb_pgbase; in nfs_page_iter_page_get()
398 req->wb_pgbase = pgbase; in nfs_page_create()
917 if (req->wb_pgbase == 0) in nfs_generic_pgio()
1050 size_t prev_end = prev->wb_pgbase + prev->wb_bytes; in nfs_page_is_contiguous()
1054 if (req->wb_pgbase == 0) in nfs_page_is_contiguous()
1056 if (req->wb_pgbase == prev_end) { in nfs_page_is_contiguous()
1120 mirror->pg_base = req->wb_pgbase; in nfs_pageio_do_add_request()
1197 req->wb_pgbase += size; in __nfs_pageio_add_request()
1222 subreq = nfs_create_subreq(req, req->wb_pgbase, in __nfs_pageio_add_request()
1302 pgbase = req->wb_pgbase; in nfs_pageio_add_request()
H A Dwrite.c250 return req->wb_pgbase == 0 && req->wb_bytes == len; in nfs_page_group_covers_page()
390 pgbase = head->wb_pgbase; in nfs_join_page_group()
396 if (pgbase > subreq->wb_pgbase) { in nfs_join_page_group()
397 off -= pgbase - subreq->wb_pgbase; in nfs_join_page_group()
398 bytes += pgbase - subreq->wb_pgbase; in nfs_join_page_group()
399 pgbase = subreq->wb_pgbase; in nfs_join_page_group()
401 bytes = max(subreq->wb_pgbase + subreq->wb_bytes in nfs_join_page_group()
406 head->wb_pgbase = pgbase; in nfs_join_page_group()
1045 req->wb_pgbase = offset; in nfs_try_to_update_request()
/linux/include/linux/
H A Dnfs_page.h52 wb_pgbase, /* Start of page data */ member