Searched refs:CEPH_MDS_R_GOT_SAFE (Results 1 – 2 of 2) sorted by relevance
266 #define CEPH_MDS_R_GOT_SAFE (4) /* got a safe reply */ macro
3191 (test_bit(CEPH_MDS_R_GOT_SAFE, &req->r_req_flags) && head->safe)) { in handle_reply()3197 if (test_bit(CEPH_MDS_R_GOT_SAFE, &req->r_req_flags)) { in handle_reply()3236 set_bit(CEPH_MDS_R_GOT_SAFE, &req->r_req_flags); in handle_reply()