Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/ceph/
Dceph_fs.h486 __u8 num_retry, num_fwd; /* count retry, fwd attempts */ member
502 __u8 num_retry, num_fwd; /* count retry, fwd attempts */ member
/linux-5.19.10/fs/ceph/
Dmds_client.c2672 max_retry = sizeof_field(struct ceph_mds_request_head, num_retry); in __prepare_send_request()
2713 rhead->num_retry = req->r_attempts - 1; in __prepare_send_request()
2748 rhead->num_retry = req->r_attempts - 1; in __prepare_send_request()