Home
last modified time | relevance | path

Searched refs:CEPH_MDS_R_ASYNC (Results 1 – 5 of 5) sorted by relevance

/linux/fs/ceph/
H A Dmds_client.h309 #define CEPH_MDS_R_ASYNC (8) /* async request */ macro
H A Dmds_client.c3354 if (test_bit(CEPH_MDS_R_ASYNC, &req->r_req_flags)) in __prepare_send_request()
3447 if (test_bit(CEPH_MDS_R_ASYNC, &req->r_req_flags)) { in __do_request()
3486 if (test_bit(CEPH_MDS_R_ASYNC, &req->r_req_flags)) { in __do_request()
3531 if (test_bit(CEPH_MDS_R_ASYNC, &req->r_req_flags) && req->r_num_fwd) { in __do_request()
H A Ddir.c1403 set_bit(CEPH_MDS_R_ASYNC, &req->r_req_flags); in ceph_unlink()
H A Dfile.c899 set_bit(CEPH_MDS_R_ASYNC, &req->r_req_flags); in ceph_atomic_open()
H A Dinode.c1634 !test_bit(CEPH_MDS_R_ASYNC, &req->r_req_flags) && in ceph_fill_trace()