Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ceph/
Dmds_client.h246 int r_resend_mds; /* mds to resend to next, if any*/ member
Dmds_client.c722 if (req->r_resend_mds >= 0 && in __choose_mds()
723 (__have_session(mdsc, req->r_resend_mds) || in __choose_mds()
724 ceph_mdsmap_get_state(mdsc->mdsmap, req->r_resend_mds) > 0)) { in __choose_mds()
726 req->r_resend_mds); in __choose_mds()
727 return req->r_resend_mds; in __choose_mds()
1714 req->r_resend_mds = -1; in ceph_mdsc_create_request()
2200 req->r_resend_mds = -1; /* forget any previous mds hint */ in __do_request()
2446 req->r_resend_mds = -1; in handle_reply()
2610 req->r_resend_mds = next_mds; in handle_forward()