Searched refs:wb_bytes (Results 1 – 11 of 11) sorted by relevance
462 req->wb_bytes = count; in __nfs_create_request()645 if (((mirror->pg_count + req->wb_bytes) >> PAGE_SHIFT) * in nfs_generic_pg_test()1069 prev->wb_pgbase + prev->wb_bytes != PAGE_SIZE) in nfs_coalesce_size()1112 if (size < req->wb_bytes) in nfs_pageio_do_add_request()1115 mirror->pg_count += req->wb_bytes; in nfs_pageio_do_add_request()1116 return req->wb_bytes; in nfs_pageio_do_add_request()1167 subreq_size = subreq->wb_bytes; in __nfs_pageio_add_request()1175 req->wb_bytes -= size; in __nfs_pageio_add_request()1177 subreq_size = req->wb_bytes; in __nfs_pageio_add_request()1185 subreq_size = req->wb_bytes; in __nfs_pageio_add_request()[all …]
117 (unsigned long long)NFS_FILEID(inode), req->wb_bytes, in nfs_readpage_release()156 unsigned long end = req->wb_pgbase + req->wb_bytes; in nfs_read_completion()166 } else if (hdr->good_bytes - bytes < req->wb_bytes) { in nfs_read_completion()175 bytes += req->wb_bytes; in nfs_read_completion()
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()1001 bytes += req->wb_bytes; in nfs_write_completion()1112 rqend = req->wb_offset + req->wb_bytes; in nfs_try_to_update_request()1128 req->wb_bytes = end - req->wb_offset; in nfs_try_to_update_request()1130 req->wb_bytes = rqend - req->wb_offset; in nfs_try_to_update_request()1734 if (lwb < (req_offset(req) + req->wb_bytes)) in nfs_get_lwb()1735 lwb = req_offset(req) + req->wb_bytes; in nfs_get_lwb()[all …]
307 bytes += req->wb_bytes; in nfs_direct_read_completion()553 dreq->max_count += req->wb_bytes; in nfs_direct_write_reschedule()
679 u64 req_last = req_offset(req) + req->wb_bytes; in pnfs_lseg_request_intersecting()
1260 __entry->bytes = req->wb_bytes;
49 wb_bytes; /* Length of request */ member
90 size_t wb_bytes; /* bytes written by current wb */ member
702 wbc->wb_bytes = 0; in wbc_attach_and_unlock_inode()773 if (wbc->wb_bytes >= wbc->wb_lcand_bytes && in wbc_detach_inode()774 wbc->wb_bytes >= wbc->wb_tcand_bytes) { in wbc_detach_inode()776 max_bytes = wbc->wb_bytes; in wbc_detach_inode()877 wbc->wb_bytes += bytes; in wbc_account_cgroup_owner()
832 if (IS_ALIGNED(req->wb_bytes, alignment)) in is_aligned_req()836 (req_offset(req) + req->wb_bytes == i_size_read(pgio->pg_inode))) { in is_aligned_req()
812 req->wb_bytes, in ff_layout_pg_get_read()900 req->wb_bytes, in ff_layout_pg_init_write()959 req->wb_bytes, in ff_layout_pg_get_mirror_count_write()1645 count += req->wb_bytes; in ff_layout_commit_record_layoutstats_done()
Completed in 64 milliseconds