Lines Matching refs:wb_bytes
267 page_offset < (req->wb_pgbase + req->wb_bytes)) in nfs_page_group_search_locked()
295 pos = tmp->wb_pgbase + tmp->wb_bytes; in nfs_page_group_covers_page()
496 total_bytes = head->wb_bytes; in nfs_lock_and_join_requests()
502 total_bytes += subreq->wb_bytes; in nfs_lock_and_join_requests()
527 total_bytes += subreq->wb_bytes; in nfs_lock_and_join_requests()
529 ((subreq->wb_offset + subreq->wb_bytes) > in nfs_lock_and_join_requests()
555 head->wb_bytes = total_bytes; in nfs_lock_and_join_requests()
992 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()
1692 if (lwb < (req_offset(req) + req->wb_bytes)) in nfs_get_lwb()
1693 lwb = req_offset(req) + req->wb_bytes; in nfs_get_lwb()
1813 req->wb_bytes, in nfs_commit_release_pages()