Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/ceph/
Dosd_client.h169 struct ceph_osd_request { struct
176 struct ceph_osd_request_target r_t; argument
181 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 …]