Searched defs:ceph_osd_request (Results 1 – 1 of 1) sorted by relevance
169 struct ceph_osd_request { struct176 struct ceph_osd_request_target r_t; argument181 struct ceph_msg *r_request, *r_reply;182 u32 r_sent; /* >0 if r_request is sending/sent */185 unsigned int r_num_ops;187 int r_result;189 struct ceph_osd_client *r_osdc;190 struct kref r_kref;191 bool r_mempool;192 struct completion r_completion; /* private to osd_client.c */[all …]