Lines Matching refs:ceph_osd_client
16 struct ceph_osd_client;
29 struct ceph_osd_client *o_osdc;
67 struct ceph_osd_client *r_osdc;
99 struct ceph_osd_client *osdc;
116 struct ceph_osd_client { struct
196 extern int ceph_osdc_init(struct ceph_osd_client *osdc,
198 extern void ceph_osdc_stop(struct ceph_osd_client *osdc);
200 extern void ceph_osdc_handle_reply(struct ceph_osd_client *osdc,
202 extern void ceph_osdc_handle_map(struct ceph_osd_client *osdc,
205 extern void ceph_calc_raw_layout(struct ceph_osd_client *osdc,
212 extern struct ceph_osd_request *ceph_osdc_alloc_request(struct ceph_osd_client *osdc,
229 extern struct ceph_osd_request *ceph_osdc_new_request(struct ceph_osd_client *,
240 extern void ceph_osdc_set_request_linger(struct ceph_osd_client *osdc,
242 extern void ceph_osdc_unregister_linger_request(struct ceph_osd_client *osdc,
255 extern int ceph_osdc_start_request(struct ceph_osd_client *osdc,
258 extern int ceph_osdc_wait_request(struct ceph_osd_client *osdc,
260 extern void ceph_osdc_sync(struct ceph_osd_client *osdc);
262 extern int ceph_osdc_readpages(struct ceph_osd_client *osdc,
270 extern int ceph_osdc_writepages(struct ceph_osd_client *osdc,
281 extern int ceph_osdc_create_event(struct ceph_osd_client *osdc,