Home
last modified time | relevance | path

Searched refs:r_resend_mds (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/ceph/
Dmds_client.h244 int r_resend_mds; /* mds to resend to next, if any*/ member
Dmds_client.c702 if (req->r_resend_mds >= 0 && in __choose_mds()
703 (__have_session(mdsc, req->r_resend_mds) || in __choose_mds()
704 ceph_mdsmap_get_state(mdsc->mdsmap, req->r_resend_mds) > 0)) { in __choose_mds()
706 req->r_resend_mds); in __choose_mds()
707 return req->r_resend_mds; in __choose_mds()
1671 req->r_resend_mds = -1; in ceph_mdsc_create_request()
2156 req->r_resend_mds = -1; /* forget any previous mds hint */ in __do_request()
2399 req->r_resend_mds = -1; in handle_reply()
2550 req->r_resend_mds = next_mds; in handle_forward()