Lines Matching refs:wb_offset
510 if (subreq->wb_offset == head->wb_offset + total_bytes) in nfs_lock_and_join_requests()
534 if (subreq->wb_offset == (head->wb_offset + total_bytes)) { in nfs_lock_and_join_requests()
537 } else if (WARN_ON_ONCE(subreq->wb_offset < head->wb_offset || in nfs_lock_and_join_requests()
538 ((subreq->wb_offset + subreq->wb_bytes) > in nfs_lock_and_join_requests()
539 (head->wb_offset + total_bytes)))) { in nfs_lock_and_join_requests()
1122 rqend = req->wb_offset + req->wb_bytes; in nfs_try_to_update_request()
1129 if (offset > rqend || end < req->wb_offset) in nfs_try_to_update_request()
1133 if (offset < req->wb_offset) { in nfs_try_to_update_request()
1134 req->wb_offset = offset; in nfs_try_to_update_request()
1138 req->wb_bytes = end - req->wb_offset; in nfs_try_to_update_request()
1140 req->wb_bytes = rqend - req->wb_offset; in nfs_try_to_update_request()