Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ceph/
Dmds_client.h230 #define CEPH_MDS_R_ABORTED (2) /* call was aborted */ macro
Dlocks.c175 set_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags); in ceph_lock_wait_for_completion()
Dinode.c1258 (!test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags) && in ceph_fill_trace()
1273 !test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags) && in ceph_fill_trace()
1386 !test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) { in ceph_fill_trace()
1530 if (test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) in ceph_readdir_prepopulate()
Dmds_client.c2268 if (test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) in __do_request()
2483 set_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags); in ceph_mdsc_do_request()
2693 if (!test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) { in handle_reply()
2742 if (test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) { in handle_forward()