Home
last modified time | relevance | path

Searched refs:CEPH_MDS_R_ABORTED (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/ceph/
Dmds_client.h230 #define CEPH_MDS_R_ABORTED (2) /* call was aborted */ macro
Dlocks.c174 set_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags); in ceph_lock_wait_for_completion()
Dinode.c1277 (!test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags) && in ceph_fill_trace()
1292 !test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags) && in ceph_fill_trace()
1406 !test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) { in ceph_fill_trace()
1550 if (test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) in ceph_readdir_prepopulate()
Dmds_client.c2316 if (test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) in __do_request()
2530 set_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags); in ceph_mdsc_do_request()
2740 if (!test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) { in handle_reply()
2789 if (test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) { in handle_forward()