Home
last modified time | relevance | path

Searched refs:CEPH_MDS_R_GOT_SAFE (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/fs/ceph/
Dmds_client.h270 #define CEPH_MDS_R_GOT_SAFE (4) /* got a safe reply */ macro
Dmds_client.c3277 (test_bit(CEPH_MDS_R_GOT_SAFE, &req->r_req_flags) && head->safe)) { in handle_reply()
3283 if (test_bit(CEPH_MDS_R_GOT_SAFE, &req->r_req_flags)) { in handle_reply()
3293 set_bit(CEPH_MDS_R_GOT_SAFE, &req->r_req_flags); in handle_reply()