Home
last modified time | relevance | path

Searched refs:wb_bytes (Results 1 – 7 of 7) sorted by relevance

/linux/fs/nfs/
H A Dpagelist.c53 i->count = (tmp < req->wb_bytes) ? tmp : req->wb_bytes; in nfs_page_iter_page_advance()
61 if (i->count != req->wb_bytes) { in nfs_page_iter_page_get()
401 req->wb_bytes = count; in nfs_page_create()
627 if (((mirror->pg_count + req->wb_bytes) >> PAGE_SHIFT) * in nfs_generic_pg_test()
631 return min(mirror->pg_bsize - mirror->pg_count, (size_t)req->wb_bytes); in nfs_generic_pg_test()
1050 size_t prev_end = prev->wb_pgbase + prev->wb_bytes; in nfs_page_is_contiguous()
1052 if (req_offset(req) != req_offset(prev) + prev->wb_bytes) in nfs_page_is_contiguous()
1135 if (size < req->wb_bytes) in nfs_pageio_do_add_request()
1138 mirror->pg_count += req->wb_bytes; in nfs_pageio_do_add_request()
1139 return req->wb_bytes; in nfs_pageio_do_add_request()
[all …]
H A Dwrite.c250 return req->wb_pgbase == 0 && req->wb_bytes == len; in nfs_page_group_covers_page()
391 bytes = head->wb_bytes; in nfs_join_page_group()
401 bytes = max(subreq->wb_pgbase + subreq->wb_bytes in nfs_join_page_group()
407 head->wb_bytes = bytes; in nfs_join_page_group()
919 bytes += req->wb_bytes; in nfs_write_completion()
1035 rqend = req->wb_offset + req->wb_bytes; in nfs_try_to_update_request()
1051 req->wb_bytes = end - req->wb_offset; in nfs_try_to_update_request()
1053 req->wb_bytes = rqend - req->wb_offset; in nfs_try_to_update_request()
1683 if (lwb < (req_offset(req) + req->wb_bytes)) in nfs_get_lwb()
1684 lwb = req_offset(req) + req->wb_bytes; in nfs_get_lwb()
[all …]
H A Dpnfs.h684 u64 req_last = req_offset(req) + req->wb_bytes; in pnfs_lseg_request_intersecting()
H A Ddirect.c299 bytes += req->wb_bytes; in nfs_direct_read_completion()
H A Dnfstrace.h1514 __entry->count = req->wb_bytes;
1561 __entry->count = req->wb_bytes;
/linux/include/linux/
H A Dnfs_page.h53 wb_bytes; /* Length of request */ member
/linux/fs/
H A Dfs-writeback.c798 wbc->wb_bytes = 0; in wbc_attach_and_unlock_inode()
886 if (wbc->wb_bytes >= wbc->wb_lcand_bytes && in wbc_detach_inode()
887 wbc->wb_bytes >= wbc->wb_tcand_bytes) { in wbc_detach_inode()
889 max_bytes = wbc->wb_bytes; in wbc_detach_inode()
990 wbc->wb_bytes += bytes; in wbc_account_cgroup_owner()