Searched refs:CEPH_MDS_R_ABORTED (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/ceph/ |
| H A D | mds_client.h | 355 #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 | 1638 !test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) { in ceph_fill_trace() 1718 (!test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags) && in ceph_fill_trace() 1741 !test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags) && in ceph_fill_trace() 1859 !test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) { in ceph_fill_trace() 2018 if (test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) in ceph_readdir_prepopulate()
|
| H A D | mds_client.c | 3643 if (test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) in __do_request() 3797 set_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags); in __do_request() 3998 set_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags); in ceph_mdsc_wait_request() 4258 if (!test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) { in handle_reply() 4317 if (test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) { in handle_forward() 4331 set_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags); in handle_forward()
|