Searched refs:CEPH_MDS_R_ABORTED (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/fs/ceph/ |
D | mds_client.h | 303 #define CEPH_MDS_R_ABORTED (2) /* call was aborted */ macro
|
D | locks.c | 193 set_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags); in ceph_lock_wait_for_completion()
|
D | inode.c | 1553 !test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) { in ceph_fill_trace() 1632 (!test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags) && in ceph_fill_trace() 1655 !test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags) && in ceph_fill_trace() 1767 !test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) { in ceph_fill_trace() 1912 if (test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) in ceph_readdir_prepopulate()
|
D | mds_client.c | 3402 if (test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) in __do_request() 3548 set_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags); in __do_request() 3729 set_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags); in ceph_mdsc_wait_request() 3972 if (!test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) { in handle_reply() 4031 if (test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) { in handle_forward() 4045 set_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags); in handle_forward()
|