Lines Matching refs:ceph_osd_client
18 struct ceph_osd_client;
31 struct ceph_osd_client *o_osdc;
156 struct ceph_osd_client *r_osdc;
186 struct ceph_osd_client *osdc;
202 struct ceph_osd_client { struct
242 extern int ceph_osdc_init(struct ceph_osd_client *osdc, argument
244 extern void ceph_osdc_stop(struct ceph_osd_client *osdc);
246 extern void ceph_osdc_handle_reply(struct ceph_osd_client *osdc,
248 extern void ceph_osdc_handle_map(struct ceph_osd_client *osdc,
316 extern struct ceph_osd_request *ceph_osdc_alloc_request(struct ceph_osd_client *osdc,
327 extern struct ceph_osd_request *ceph_osdc_new_request(struct ceph_osd_client *,
337 extern void ceph_osdc_set_request_linger(struct ceph_osd_client *osdc,
343 extern int ceph_osdc_start_request(struct ceph_osd_client *osdc,
347 extern int ceph_osdc_wait_request(struct ceph_osd_client *osdc,
349 extern void ceph_osdc_sync(struct ceph_osd_client *osdc);
351 extern void ceph_osdc_flush_notifies(struct ceph_osd_client *osdc);
353 extern int ceph_osdc_readpages(struct ceph_osd_client *osdc,
361 extern int ceph_osdc_writepages(struct ceph_osd_client *osdc,
371 extern int ceph_osdc_create_event(struct ceph_osd_client *osdc,