Searched refs:CEPH_MDS_R_GOT_RESULT (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | mds_client.h | 262 #define CEPH_MDS_R_GOT_RESULT (5) /* got a result */ macro
|
H A D | locks.c | 164 if (test_bit(CEPH_MDS_R_GOT_RESULT, &req->r_req_flags)) { in ceph_lock_wait_for_completion()
|
H A D | mds_client.c | 2820 if (req->r_err || test_bit(CEPH_MDS_R_GOT_RESULT, &req->r_req_flags)) { in __do_request() 3050 if (test_bit(CEPH_MDS_R_GOT_RESULT, &req->r_req_flags)) { in ceph_mdsc_wait_request() 3296 set_bit(CEPH_MDS_R_GOT_RESULT, &req->r_req_flags); in handle_reply() 3353 BUG_ON(test_bit(CEPH_MDS_R_GOT_RESULT, &req->r_req_flags)); in handle_forward()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | mds_client.h | 283 #define CEPH_MDS_R_GOT_RESULT (5) /* got a result */ macro
|
H A D | locks.c | 181 if (test_bit(CEPH_MDS_R_GOT_RESULT, &req->r_req_flags)) { in ceph_lock_wait_for_completion()
|
H A D | mds_client.c | 3238 if (req->r_err || test_bit(CEPH_MDS_R_GOT_RESULT, &req->r_req_flags)) { in __do_request() 3551 if (test_bit(CEPH_MDS_R_GOT_RESULT, &req->r_req_flags)) { in ceph_mdsc_wait_request() 3806 set_bit(CEPH_MDS_R_GOT_RESULT, &req->r_req_flags); in handle_reply() 3881 BUG_ON(test_bit(CEPH_MDS_R_GOT_RESULT, &req->r_req_flags)); in handle_forward()
|
Completed in 16 milliseconds