Searched defs:ceph_osd_request (Results 1 – 2 of 2) sorted by relevance
236 struct ceph_osd_request { struct243 struct ceph_osd_request_target r_t; argument248 struct ceph_msg *r_request, *r_reply;249 u32 r_sent; /* >0 if r_request is sending/sent */252 unsigned int r_num_ops;254 int r_result;256 struct ceph_osd_client *r_osdc;257 struct kref r_kref;258 bool r_mempool;259 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()