Home
last modified time | relevance | path

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

/openbmc/linux/fs/ceph/
H A Dmds_client.h283 #define CEPH_MDS_R_GOT_RESULT (5) /* got a result */ macro
H A Dlocks.c181 if (test_bit(CEPH_MDS_R_GOT_RESULT, &req->r_req_flags)) { in ceph_lock_wait_for_completion()
H A Dmds_client.c3241 if (req->r_err || test_bit(CEPH_MDS_R_GOT_RESULT, &req->r_req_flags)) { in __do_request()
3554 if (test_bit(CEPH_MDS_R_GOT_RESULT, &req->r_req_flags)) { in ceph_mdsc_wait_request()
3809 set_bit(CEPH_MDS_R_GOT_RESULT, &req->r_req_flags); in handle_reply()
3884 BUG_ON(test_bit(CEPH_MDS_R_GOT_RESULT, &req->r_req_flags)); in handle_forward()