Searched refs:CEPH_MDS_R_ABORTED (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/ceph/ |
H A D | mds_client.h | 280 #define CEPH_MDS_R_ABORTED (2) /* call was aborted */ macro
|
H A D | locks.c | 191 set_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags); in ceph_lock_wait_for_completion()
|
H A 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()
|
H A D | mds_client.c | 3242 if (test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) in __do_request() 3388 set_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags); in __do_request() 3566 set_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags); in ceph_mdsc_wait_request() 3804 if (!test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) { in handle_reply() 3862 if (test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) { in handle_forward() 3876 set_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags); in handle_forward()
|