Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ceph/
Dmds_client.c3287 u32 next_mds; in handle_forward() local
3295 next_mds = ceph_decode_32(&p); in handle_forward()
3302 dout("forward tid %llu to mds%d - req dne\n", tid, next_mds); in handle_forward()
3334 tid, next_mds, req->r_num_fwd, fwd_seq); in handle_forward()
3338 dout("forward tid %llu to mds%d (we resend)\n", tid, next_mds); in handle_forward()
3343 req->r_resend_mds = next_mds; in handle_forward()