Searched refs:CEPH_MDS_R_ABORTED (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.6/fs/ceph/ |
| D | mds_client.h | 280 #define CEPH_MDS_R_ABORTED (2) /* call was aborted */ macro
|
| D | locks.c | 191 set_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags); in ceph_lock_wait_for_completion()
|
| D | inode.c | 1520 !test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) { in ceph_fill_trace() 1599 (!test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags) && in ceph_fill_trace() 1622 !test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags) && in ceph_fill_trace() 1738 !test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) { in ceph_fill_trace() 1879 if (test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) in ceph_readdir_prepopulate()
|
| D | mds_client.c | 3239 if (test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) in __do_request() 3385 set_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags); in __do_request() 3563 set_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags); in ceph_mdsc_wait_request() 3801 if (!test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) { in handle_reply() 3859 if (test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) { in handle_forward() 3873 set_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags); in handle_forward()
|