Lines Matching refs:ceph_osd_client
23 struct ceph_osd_client;
82 struct ceph_osd_client *o_osdc;
255 struct ceph_osd_client *r_osdc;
310 struct ceph_osd_client *osdc;
404 struct ceph_osd_client { struct
438 static inline bool ceph_osdmap_flag(struct ceph_osd_client *osdc, int flag) in ceph_osdmap_flag() argument
446 extern int ceph_osdc_init(struct ceph_osd_client *osdc,
448 extern void ceph_osdc_stop(struct ceph_osd_client *osdc);
449 extern void ceph_osdc_reopen_osds(struct ceph_osd_client *osdc);
451 extern void ceph_osdc_handle_reply(struct ceph_osd_client *osdc,
453 extern void ceph_osdc_handle_map(struct ceph_osd_client *osdc,
455 void ceph_osdc_update_epoch_barrier(struct ceph_osd_client *osdc, u32 eb);
456 void ceph_osdc_abort_requests(struct ceph_osd_client *osdc, int err);
457 void ceph_osdc_clear_abort_err(struct ceph_osd_client *osdc);
549 extern struct ceph_osd_request *ceph_osdc_alloc_request(struct ceph_osd_client *osdc,
556 extern struct ceph_osd_request *ceph_osdc_new_request(struct ceph_osd_client *,
583 void ceph_osdc_start_request(struct ceph_osd_client *osdc,
586 extern int ceph_osdc_wait_request(struct ceph_osd_client *osdc,
588 extern void ceph_osdc_sync(struct ceph_osd_client *osdc);
590 extern void ceph_osdc_flush_notifies(struct ceph_osd_client *osdc);
591 void ceph_osdc_maybe_request_map(struct ceph_osd_client *osdc);
593 int ceph_osdc_call(struct ceph_osd_client *osdc,
603 ceph_osdc_watch(struct ceph_osd_client *osdc,
609 int ceph_osdc_unwatch(struct ceph_osd_client *osdc,
612 int ceph_osdc_notify_ack(struct ceph_osd_client *osdc,
619 int ceph_osdc_notify(struct ceph_osd_client *osdc,
627 int ceph_osdc_watch_check(struct ceph_osd_client *osdc,
629 int ceph_osdc_list_watchers(struct ceph_osd_client *osdc,