Searched refs:CEPH_MDS_R_ABORTED (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/ceph/ |
| H A D | mds_client.h | 305 #define CEPH_MDS_R_ABORTED (2) /* call was aborted */ macro
|
| H A D | locks.c | 193 set_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags); in ceph_lock_wait_for_completion()
|
| H A D | inode.c | 1597 !test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) { in ceph_fill_trace() 1676 (!test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags) && in ceph_fill_trace() 1699 !test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags) && in ceph_fill_trace() 1816 !test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) { in ceph_fill_trace() 1975 if (test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) in ceph_readdir_prepopulate()
|
| H A D | mds_client.c | 3449 if (test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) in __do_request() 3603 set_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags); in __do_request() 3787 set_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags); in ceph_mdsc_wait_request() 4030 if (!test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) { in handle_reply() 4089 if (test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) { in handle_forward() 4103 set_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags); in handle_forward()
|