Searched defs:ceph_osd_client (Results 1 - 1 of 1) sorted by relevance

/include/linux/ceph/
H A Dosd_client.h18 struct ceph_osd_client;
31 struct ceph_osd_client *o_osdc;
149 struct ceph_osd_client *r_osdc;
179 struct ceph_osd_client *osdc;
195 struct ceph_osd_client { struct
235 extern int ceph_osdc_init(struct ceph_osd_client *osdc,
237 extern void ceph_osdc_stop(struct ceph_osd_client *osdc);
239 extern void ceph_osdc_handle_reply(struct ceph_osd_client *osdc,
241 extern void ceph_osdc_handle_map(struct ceph_osd_client *osdc,
306 extern struct ceph_osd_request *ceph_osdc_alloc_request(struct ceph_osd_client *osd
[all...]

Completed in 34 milliseconds