Searched refs:next_mds (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ceph/
H A Dmds_client.c4012 u32 next_mds; local
4020 next_mds = ceph_decode_32(&p);
4027 doutc(cl, "forward tid %llu to mds%d - req dne\n", tid, next_mds);
4052 doutc(cl, "forward tid %llu to mds%d (we resend)\n", tid, next_mds);
4057 req->r_resend_mds = next_mds;

Completed in 108 milliseconds