Home
last modified time | relevance | path

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

/linux-6.1.9/fs/nfs/
Dpagelist.c462 req->wb_bytes = count; in __nfs_create_request()
645 if (((mirror->pg_count + req->wb_bytes) >> PAGE_SHIFT) * in nfs_generic_pg_test()
649 return min(mirror->pg_bsize - mirror->pg_count, (size_t)req->wb_bytes); in nfs_generic_pg_test()
1065 if (req_offset(req) != req_offset(prev) + prev->wb_bytes) in nfs_coalesce_size()
1068 if (req->wb_pgbase != prev->wb_pgbase + prev->wb_bytes) in nfs_coalesce_size()
1072 prev->wb_pgbase + prev->wb_bytes != PAGE_SIZE) in nfs_coalesce_size()
1115 if (size < req->wb_bytes) in nfs_pageio_do_add_request()
1118 mirror->pg_count += req->wb_bytes; in nfs_pageio_do_add_request()
1119 return req->wb_bytes; in nfs_pageio_do_add_request()
1170 subreq_size = subreq->wb_bytes; in __nfs_pageio_add_request()
[all …]
Dread.c117 (unsigned long long)NFS_FILEID(inode), req->wb_bytes, in nfs_readpage_release()
152 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()
Dwrite.c343 page_offset < (req->wb_pgbase + req->wb_bytes)) in nfs_page_group_search_locked()
371 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()
1000 bytes += req->wb_bytes; in nfs_write_completion()
1111 rqend = req->wb_offset + req->wb_bytes; in nfs_try_to_update_request()
1127 req->wb_bytes = end - req->wb_offset; in nfs_try_to_update_request()
1129 req->wb_bytes = rqend - req->wb_offset; in nfs_try_to_update_request()
1726 if (lwb < (req_offset(req) + req->wb_bytes)) in nfs_get_lwb()
[all …]
Ddirect.c273 bytes += req->wb_bytes; in nfs_direct_read_completion()
522 dreq->max_count += req->wb_bytes; in nfs_direct_write_reschedule()
Dpnfs.h684 u64 req_last = req_offset(req) + req->wb_bytes; in pnfs_lseg_request_intersecting()
Dnfstrace.h1470 __entry->count = req->wb_bytes;
/linux-6.1.9/include/linux/
Dnfs_page.h49 wb_bytes; /* Length of request */ member
Dwriteback.h90 size_t wb_bytes; /* bytes written by current wb */ member
/linux-6.1.9/fs/
Dfs-writeback.c705 wbc->wb_bytes = 0; in wbc_attach_and_unlock_inode()
776 if (wbc->wb_bytes >= wbc->wb_lcand_bytes && in wbc_detach_inode()
777 wbc->wb_bytes >= wbc->wb_tcand_bytes) { in wbc_detach_inode()
779 max_bytes = wbc->wb_bytes; in wbc_detach_inode()
880 wbc->wb_bytes += bytes; in wbc_account_cgroup_owner()
/linux-6.1.9/fs/nfs/blocklayout/
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.1.9/fs/nfs/flexfilelayout/
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()