Searched refs:CEPH_MDS_R_ABORTED (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/fs/ceph/ |
| D | mds_client.h | 265 #define CEPH_MDS_R_ABORTED (2) /* call was aborted */ macro
|
| D | inode.c | 1271 !test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) { in ceph_fill_trace() 1329 (!test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags) && in ceph_fill_trace() 1350 !test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags) && in ceph_fill_trace() 1464 !test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) { in ceph_fill_trace() 1606 if (test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) in ceph_readdir_prepopulate()
|
| D | locks.c | 178 set_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags); in ceph_lock_wait_for_completion()
|
| D | mds_client.c | 2757 if (test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) in __do_request() 2998 set_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags); in ceph_mdsc_wait_request() 3227 if (!test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) { in handle_reply() 3279 if (test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) { in handle_forward()
|