Lines Matching refs:wb_offset
501 if (subreq->wb_offset == head->wb_offset + total_bytes) in nfs_lock_and_join_requests()
525 if (subreq->wb_offset == (head->wb_offset + total_bytes)) { in nfs_lock_and_join_requests()
528 } else if (WARN_ON_ONCE(subreq->wb_offset < head->wb_offset || in nfs_lock_and_join_requests()
529 ((subreq->wb_offset + subreq->wb_bytes) > in nfs_lock_and_join_requests()
530 (head->wb_offset + total_bytes)))) { in nfs_lock_and_join_requests()
1115 rqend = req->wb_offset + req->wb_bytes; in nfs_try_to_update_request()
1122 if (offset > rqend || end < req->wb_offset) in nfs_try_to_update_request()
1126 if (offset < req->wb_offset) { in nfs_try_to_update_request()
1127 req->wb_offset = offset; 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()