Searched refs:CEPH_MDS_R_GOT_UNSAFE (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/ceph/ |
D | mds_client.h | 304 #define CEPH_MDS_R_GOT_UNSAFE (3) /* got an unsafe reply */ macro
|
D | debugfs.c | 76 if (test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) in mdsc_show()
|
D | mds_client.c | 1235 test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) { in __unregister_request() 3301 if (test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) { in __prepare_send_request() 3352 if (test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) in __prepare_send_request() 3631 if (test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) in kick_requests() 3833 if ((test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags) && !head->safe) || in handle_reply() 3857 if (test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) { in handle_reply() 3871 set_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags); in handle_reply() 3959 test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) { in handle_reply() 4447 if (test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) in replay_unsafe_requests()
|