Lines Matching refs:ceph_osd_client

22 struct ceph_osd_client;
34 struct ceph_osd_client *o_osdc;
196 struct ceph_osd_client *r_osdc;
248 struct ceph_osd_client *osdc;
339 struct ceph_osd_client { struct
373 static inline bool ceph_osdmap_flag(struct ceph_osd_client *osdc, int flag) in ceph_osdmap_flag() argument
381 extern int ceph_osdc_init(struct ceph_osd_client *osdc,
383 extern void ceph_osdc_stop(struct ceph_osd_client *osdc);
384 extern void ceph_osdc_reopen_osds(struct ceph_osd_client *osdc);
386 extern void ceph_osdc_handle_reply(struct ceph_osd_client *osdc,
388 extern void ceph_osdc_handle_map(struct ceph_osd_client *osdc,
390 void ceph_osdc_update_epoch_barrier(struct ceph_osd_client *osdc, u32 eb);
391 void ceph_osdc_abort_requests(struct ceph_osd_client *osdc, int err);
392 void ceph_osdc_clear_abort_err(struct ceph_osd_client *osdc);
473 extern struct ceph_osd_request *ceph_osdc_alloc_request(struct ceph_osd_client *osdc,
480 extern struct ceph_osd_request *ceph_osdc_new_request(struct ceph_osd_client *,
493 extern int ceph_osdc_start_request(struct ceph_osd_client *osdc,
497 extern int ceph_osdc_wait_request(struct ceph_osd_client *osdc,
499 extern void ceph_osdc_sync(struct ceph_osd_client *osdc);
501 extern void ceph_osdc_flush_notifies(struct ceph_osd_client *osdc);
502 void ceph_osdc_maybe_request_map(struct ceph_osd_client *osdc);
504 int ceph_osdc_call(struct ceph_osd_client *osdc,
512 extern int ceph_osdc_readpages(struct ceph_osd_client *osdc,
520 extern int ceph_osdc_writepages(struct ceph_osd_client *osdc,
529 int ceph_osdc_copy_from(struct ceph_osd_client *osdc,
541 ceph_osdc_watch(struct ceph_osd_client *osdc,
547 int ceph_osdc_unwatch(struct ceph_osd_client *osdc,
550 int ceph_osdc_notify_ack(struct ceph_osd_client *osdc,
557 int ceph_osdc_notify(struct ceph_osd_client *osdc,
565 int ceph_osdc_watch_check(struct ceph_osd_client *osdc,
567 int ceph_osdc_list_watchers(struct ceph_osd_client *osdc,