Searched refs:wb_bytes (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/fs/nfs/ |
| H A D | pagelist.c | 53 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() 400 req->wb_bytes = count; in nfs_page_create() 1133 if (size < req->wb_bytes) in nfs_pageio_do_add_request() 1136 mirror->pg_count += req->wb_bytes; in nfs_pageio_do_add_request() 1137 return req->wb_bytes; in nfs_pageio_do_add_request() 1188 subreq_size = subreq->wb_bytes; in __nfs_pageio_add_request() 1196 req->wb_bytes -= size; in __nfs_pageio_add_request() 1198 subreq_size = req->wb_bytes; in __nfs_pageio_add_request() 1206 subreq_size = req->wb_bytes; in __nfs_pageio_add_request() [all …]
|
| H A D | write.c | 298 pos = tmp->wb_pgbase + tmp->wb_bytes; in nfs_page_group_covers_page() 443 bytes = head->wb_bytes; in nfs_join_page_group() 453 bytes = max(subreq->wb_pgbase + subreq->wb_bytes in nfs_join_page_group() 459 head->wb_bytes = bytes; in nfs_join_page_group() 982 bytes += req->wb_bytes; in nfs_write_completion() 1093 rqend = req->wb_offset + req->wb_bytes; in nfs_try_to_update_request() 1109 req->wb_bytes = end - req->wb_offset; in nfs_try_to_update_request() 1111 req->wb_bytes = rqend - req->wb_offset; in nfs_try_to_update_request() 1729 if (lwb < (req_offset(req) + req->wb_bytes)) in nfs_get_lwb() 1730 lwb = req_offset(req) + req->wb_bytes; in nfs_get_lwb() [all …]
|
| H A D | read.c | 149 unsigned long end = req->wb_pgbase + req->wb_bytes; in nfs_read_completion() 160 } else if (hdr->good_bytes - bytes < req->wb_bytes) { in nfs_read_completion() 169 bytes += req->wb_bytes; in nfs_read_completion()
|
| H A D | pnfs.h | 685 u64 req_last = req_offset(req) + req->wb_bytes; in pnfs_lseg_request_intersecting()
|
| H A D | direct.c | 299 bytes += req->wb_bytes; in nfs_direct_read_completion()
|
| H A D | nfstrace.h | 1419 __entry->count = req->wb_bytes;
|
| /linux-6.15/include/linux/ |
| H A D | nfs_page.h | 53 wb_bytes; /* Length of request */ member
|
| H A D | writeback.h | 98 size_t wb_bytes; /* bytes written by current wb */ member
|
| /linux-6.15/fs/ |
| H A D | fs-writeback.c | 748 wbc->wb_bytes = 0; in wbc_attach_and_unlock_inode() 836 if (wbc->wb_bytes >= wbc->wb_lcand_bytes && in wbc_detach_inode() 837 wbc->wb_bytes >= wbc->wb_tcand_bytes) { in wbc_detach_inode() 839 max_bytes = wbc->wb_bytes; in wbc_detach_inode() 940 wbc->wb_bytes += bytes; in wbc_account_cgroup_owner()
|
| /linux-6.15/fs/nfs/blocklayout/ |
| H A D | blocklayout.c | 835 if (IS_ALIGNED(req->wb_bytes, alignment)) in is_aligned_req() 839 (req_offset(req) + req->wb_bytes == i_size_read(pgio->pg_inode))) { in is_aligned_req()
|
| /linux-6.15/fs/nfs/filelayout/ |
| H A D | filelayout.c | 875 req->wb_bytes, in filelayout_pg_init_read() 899 req->wb_bytes, in filelayout_pg_init_write()
|
| /linux-6.15/fs/nfs/flexfilelayout/ |
| H A D | flexfilelayout.c | 834 req_offset(req), req->wb_bytes, IOMODE_READ, in ff_layout_pg_get_read() 926 req_offset(req), req->wb_bytes, in ff_layout_pg_init_write() 982 req_offset(req), req->wb_bytes, in ff_layout_pg_get_mirror_count_write() 1701 count += req->wb_bytes; in ff_layout_commit_record_layoutstats_done()
|