Home
last modified time | relevance | path

Searched refs:CEPH_MDS_R_GOT_RESULT (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/ceph/
Dmds_client.h233 #define CEPH_MDS_R_GOT_RESULT (5) /* got a result */ macro
Dlocks.c164 if (test_bit(CEPH_MDS_R_GOT_RESULT, &req->r_req_flags)) { in ceph_lock_wait_for_completion()
Dmds_client.c2315 if (req->r_err || test_bit(CEPH_MDS_R_GOT_RESULT, &req->r_req_flags)) { in __do_request()
2518 if (test_bit(CEPH_MDS_R_GOT_RESULT, &req->r_req_flags)) { in ceph_mdsc_do_request()
2745 set_bit(CEPH_MDS_R_GOT_RESULT, &req->r_req_flags); in handle_reply()
2799 BUG_ON(test_bit(CEPH_MDS_R_GOT_RESULT, &req->r_req_flags)); in handle_forward()