Searched refs:next_mds (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | mds_client.c | 3326 u32 next_mds; in handle_forward() local 3333 next_mds = ceph_decode_32(&p); in handle_forward() 3339 dout("forward tid %llu to mds%d - req dne\n", tid, next_mds); in handle_forward() 3348 tid, next_mds, req->r_num_fwd, fwd_seq); in handle_forward() 3351 dout("forward tid %llu to mds%d (we resend)\n", tid, next_mds); in handle_forward() 3356 req->r_resend_mds = next_mds; in handle_forward()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | mds_client.c | 3840 u32 next_mds; in handle_forward() local 3848 next_mds = ceph_decode_32(&p); in handle_forward() 3855 dout("forward tid %llu to mds%d - req dne\n", tid, next_mds); in handle_forward() 3879 dout("forward tid %llu to mds%d (we resend)\n", tid, next_mds); in handle_forward() 3884 req->r_resend_mds = next_mds; in handle_forward()
|
Completed in 13 milliseconds