Home
last modified time | relevance | path

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

/openbmc/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()
496 req->wb_bytes = count; in nfs_page_create()
1235 if (size < req->wb_bytes) in nfs_pageio_do_add_request()
1238 mirror->pg_count += req->wb_bytes; in nfs_pageio_do_add_request()
1239 return req->wb_bytes; in nfs_pageio_do_add_request()
1290 subreq_size = subreq->wb_bytes; in __nfs_pageio_add_request()
1298 req->wb_bytes -= size; in __nfs_pageio_add_request()
1300 subreq_size = req->wb_bytes; in __nfs_pageio_add_request()
1308 subreq_size = req->wb_bytes; in __nfs_pageio_add_request()
[all …]
H A Dwrite.c371 pos = tmp->wb_pgbase + tmp->wb_bytes; in nfs_page_group_covers_page()
514 bytes = head->wb_bytes; in nfs_join_page_group()
524 bytes = max(subreq->wb_pgbase + subreq->wb_bytes in nfs_join_page_group()
530 head->wb_bytes = bytes; in nfs_join_page_group()
1004 bytes += req->wb_bytes; in nfs_write_completion()
1115 rqend = req->wb_offset + req->wb_bytes; in nfs_try_to_update_request()
1131 req->wb_bytes = end - req->wb_offset; in nfs_try_to_update_request()
1133 req->wb_bytes = rqend - req->wb_offset; in nfs_try_to_update_request()
1733 if (lwb < (req_offset(req) + req->wb_bytes)) in nfs_get_lwb()
1734 lwb = req_offset(req) + req->wb_bytes; in nfs_get_lwb()
[all …]
H A Dread.c151 unsigned long end = req->wb_pgbase + req->wb_bytes; in nfs_read_completion()
162 } else if (hdr->good_bytes - bytes < req->wb_bytes) { in nfs_read_completion()
171 bytes += req->wb_bytes; in nfs_read_completion()
H A Dpnfs.h684 u64 req_last = req_offset(req) + req->wb_bytes; in pnfs_lseg_request_intersecting()
H A Ddirect.c284 bytes += req->wb_bytes; in nfs_direct_read_completion()
H A Dnfstrace.h1409 __entry->count = req->wb_bytes;
/openbmc/linux/include/linux/
H A Dnfs_page.h53 wb_bytes; /* Length of request */ member
H A Dwriteback.h88 size_t wb_bytes; /* bytes written by current wb */ member
/openbmc/linux/fs/
H A Dfs-writeback.c724 wbc->wb_bytes = 0; in wbc_attach_and_unlock_inode()
795 if (wbc->wb_bytes >= wbc->wb_lcand_bytes && in wbc_detach_inode()
796 wbc->wb_bytes >= wbc->wb_tcand_bytes) { in wbc_detach_inode()
798 max_bytes = wbc->wb_bytes; in wbc_detach_inode()
901 wbc->wb_bytes += bytes; in wbc_account_cgroup_owner()
/openbmc/linux/fs/nfs/blocklayout/
H A Dblocklayout.c815 if (IS_ALIGNED(req->wb_bytes, alignment)) in is_aligned_req()
819 (req_offset(req) + req->wb_bytes == i_size_read(pgio->pg_inode))) { in is_aligned_req()
/openbmc/linux/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c817 req_offset(req), req->wb_bytes, IOMODE_READ, in ff_layout_pg_get_read()
902 req_offset(req), req->wb_bytes, in ff_layout_pg_init_write()
958 req_offset(req), req->wb_bytes, in ff_layout_pg_get_mirror_count_write()
1657 count += req->wb_bytes; in ff_layout_commit_record_layoutstats_done()