Home
last modified time | relevance | path

Searched defs:ceph_osd_request (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/include/linux/ceph/
Dosd_client.h235 struct ceph_osd_request { struct
242 struct ceph_osd_request_target r_t; argument
247 struct ceph_msg *r_request, *r_reply;
248 u32 r_sent; /* >0 if r_request is sending/sent */
251 unsigned int r_num_ops;
253 int r_result;
255 struct ceph_osd_client *r_osdc;
256 struct kref r_kref;
257 bool r_mempool;
258 bool r_linger; /* don't resend on failure */
[all …]
/Linux-v6.6/net/ceph/
Dosd_client.c1189 DEFINE_RB_FUNCS(request, struct ceph_osd_request, r_tid, r_node) in DEFINE_RB_FUNCS()