Lines Matching refs:wb_bytes
250 return req->wb_pgbase == 0 && req->wb_bytes == len; in nfs_page_group_covers_page()
391 bytes = head->wb_bytes; in nfs_join_page_group()
401 bytes = max(subreq->wb_pgbase + subreq->wb_bytes in nfs_join_page_group()
407 head->wb_bytes = bytes; in nfs_join_page_group()
919 bytes += req->wb_bytes; in nfs_write_completion()
1035 rqend = req->wb_offset + req->wb_bytes; in nfs_try_to_update_request()
1051 req->wb_bytes = end - req->wb_offset; in nfs_try_to_update_request()
1053 req->wb_bytes = rqend - req->wb_offset; in nfs_try_to_update_request()
1683 if (lwb < (req_offset(req) + req->wb_bytes)) in nfs_get_lwb()
1684 lwb = req_offset(req) + req->wb_bytes; in nfs_get_lwb()
1821 req->wb_bytes, in nfs_commit_release_pages()