Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/nfs/
A Dpagelist.c52 i->count = (tmp < req->wb_bytes) ? tmp : req->wb_bytes; in nfs_page_iter_page_advance()
60 if (i->count != req->wb_bytes) { in nfs_page_iter_page_get()
494 req->wb_bytes = count; in nfs_page_create()
1232 if (size < req->wb_bytes) in nfs_pageio_do_add_request()
1235 mirror->pg_count += req->wb_bytes; in nfs_pageio_do_add_request()
1236 return req->wb_bytes; in nfs_pageio_do_add_request()
1287 subreq_size = subreq->wb_bytes; in __nfs_pageio_add_request()
1295 req->wb_bytes -= size; in __nfs_pageio_add_request()
1297 subreq_size = req->wb_bytes; in __nfs_pageio_add_request()
1305 subreq_size = req->wb_bytes; in __nfs_pageio_add_request()
[all …]
A Dread.c116 (unsigned long long)NFS_FILEID(inode), req->wb_bytes, in nfs_readpage_release()
151 unsigned long end = req->wb_pgbase + req->wb_bytes; in nfs_read_completion()
161 } else if (hdr->good_bytes - bytes < req->wb_bytes) { in nfs_read_completion()
170 bytes += req->wb_bytes; in nfs_read_completion()
A Dwrite.c370 pos = tmp->wb_pgbase + tmp->wb_bytes; in nfs_page_group_covers_page()
513 bytes = head->wb_bytes; in nfs_join_page_group()
523 bytes = max(subreq->wb_pgbase + subreq->wb_bytes in nfs_join_page_group()
529 head->wb_bytes = bytes; in nfs_join_page_group()
999 bytes += req->wb_bytes; in nfs_write_completion()
1110 rqend = req->wb_offset + req->wb_bytes; in nfs_try_to_update_request()
1126 req->wb_bytes = end - req->wb_offset; in nfs_try_to_update_request()
1128 req->wb_bytes = rqend - req->wb_offset; in nfs_try_to_update_request()
1728 if (lwb < (req_offset(req) + req->wb_bytes)) in nfs_get_lwb()
1729 lwb = req_offset(req) + req->wb_bytes; in nfs_get_lwb()
[all …]
A Ddirect.c273 bytes += req->wb_bytes; in nfs_direct_read_completion()
520 dreq->max_count += req->wb_bytes; in nfs_direct_write_reschedule()
A Dpnfs.h684 u64 req_last = req_offset(req) + req->wb_bytes; in pnfs_lseg_request_intersecting()
A Dnfstrace.h1500 __entry->count = req->wb_bytes;
/linux-6.3-rc2/include/linux/
A Dnfs_page.h53 wb_bytes; /* Length of request */ member
A Dwriteback.h90 size_t wb_bytes; /* bytes written by current wb */ member
/linux-6.3-rc2/fs/
A Dfs-writeback.c707 wbc->wb_bytes = 0; in wbc_attach_and_unlock_inode()
778 if (wbc->wb_bytes >= wbc->wb_lcand_bytes && in wbc_detach_inode()
779 wbc->wb_bytes >= wbc->wb_tcand_bytes) { in wbc_detach_inode()
781 max_bytes = wbc->wb_bytes; in wbc_detach_inode()
884 wbc->wb_bytes += bytes; in wbc_account_cgroup_owner()
/linux-6.3-rc2/fs/nfs/blocklayout/
A Dblocklayout.c813 if (IS_ALIGNED(req->wb_bytes, alignment)) in is_aligned_req()
817 (req_offset(req) + req->wb_bytes == i_size_read(pgio->pg_inode))) { in is_aligned_req()
/linux-6.3-rc2/fs/nfs/flexfilelayout/
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()
1656 count += req->wb_bytes; in ff_layout_commit_record_layoutstats_done()

Completed in 31 milliseconds