Home
last modified time | relevance | path

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

/linux/include/linux/ceph/
H A Dosd_client.h279 int r_attempts; member
/linux/net/ceph/
H A Ddebugfs.c222 seq_printf(s, "\t%d", req->r_attempts); in dump_request()
H A Dosd_client.c2203 ceph_encode_32(&p, req->r_attempts); /* retry_attempt */ in encode_request_partial()
2336 if (req->r_attempts) in send_request()
2347 req->r_attempts); in send_request()
2351 req->r_attempts++; in send_request()
2689 if (req->r_attempts) { in check_pool_dne()
3791 if (m.retry_attempt != req->r_attempts - 1) { in handle_reply()
3794 req->r_attempts - 1); in handle_reply()