Searched defs:ceph_osd_request (Results 1 – 2 of 2) sorted by relevance
235 struct ceph_osd_request { struct242 struct ceph_osd_request_target r_t; argument247 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 …]
1189 DEFINE_RB_FUNCS(request, struct ceph_osd_request, r_tid, r_node) in DEFINE_RB_FUNCS()