Searched refs:CEPH_MDS_R_GOT_UNSAFE (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/fs/ceph/ |
| D | debugfs.c | 73 if (test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) in mdsc_show()
|
| D | mds_client.h | 242 #define CEPH_MDS_R_GOT_UNSAFE (3) /* got an unsafe reply */ macro
|
| D | mds_client.c | 823 test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) { in __unregister_request() 830 test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) { in __unregister_request() 2450 if (test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) { in __prepare_send_request() 2499 if (test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) in __prepare_send_request() 2652 if (test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) in kick_requests() 2823 if ((test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags) && !head->safe) || in handle_reply() 2872 if (test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) { in handle_reply() 2889 set_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags); in handle_reply() 2947 test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) { in handle_reply() 3234 if (test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) in replay_unsafe_requests()
|