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.h311 #define CEPH_MDS_R_ASYNC (8) /* async request */ macro
H A Dmds_client.c3348 if (test_bit(CEPH_MDS_R_ASYNC, &req->r_req_flags)) in __prepare_send_request()
3441 if (test_bit(CEPH_MDS_R_ASYNC, &req->r_req_flags)) { in __do_request()
3480 if (test_bit(CEPH_MDS_R_ASYNC, &req->r_req_flags)) { in __do_request()
3525 if (test_bit(CEPH_MDS_R_ASYNC, &req->r_req_flags) && req->r_num_fwd) { in __do_request()
H A Ddir.c1402 set_bit(CEPH_MDS_R_ASYNC, &req->r_req_flags); in ceph_unlink()
H A Dinode.c1633 !test_bit(CEPH_MDS_R_ASYNC, &req->r_req_flags) && in ceph_fill_trace()
H A Dfile.c899 set_bit(CEPH_MDS_R_ASYNC, &req->r_req_flags); in ceph_atomic_open()