Home
last modified time | relevance | path

Searched refs:CEPH_MDS_R_GOT_SAFE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ceph/
H A Dmds_client.h261 #define CEPH_MDS_R_GOT_SAFE (4) /* got a safe reply */ macro
H A Dmds_client.c3162 (test_bit(CEPH_MDS_R_GOT_SAFE, &req->r_req_flags) && head->safe)) { in handle_reply()
3168 if (test_bit(CEPH_MDS_R_GOT_SAFE, &req->r_req_flags)) { in handle_reply()
3207 set_bit(CEPH_MDS_R_GOT_SAFE, &req->r_req_flags); in handle_reply()
/kernel/linux/linux-6.6/fs/ceph/
H A Dmds_client.h282 #define CEPH_MDS_R_GOT_SAFE (4) /* got a safe reply */ macro
H A Dmds_client.c3664 (test_bit(CEPH_MDS_R_GOT_SAFE, &req->r_req_flags) && head->safe)) { in handle_reply()
3670 if (test_bit(CEPH_MDS_R_GOT_SAFE, &req->r_req_flags)) { in handle_reply()
3680 set_bit(CEPH_MDS_R_GOT_SAFE, &req->r_req_flags); in handle_reply()

Completed in 14 milliseconds