Lines Matching refs:osdc
311 struct ceph_osd_client *osdc; member
439 static inline bool ceph_osdmap_flag(struct ceph_osd_client *osdc, int flag) in ceph_osdmap_flag() argument
441 return osdc->osdmap->flags & flag; in ceph_osdmap_flag()
447 extern int ceph_osdc_init(struct ceph_osd_client *osdc,
449 extern void ceph_osdc_stop(struct ceph_osd_client *osdc);
450 extern void ceph_osdc_reopen_osds(struct ceph_osd_client *osdc);
452 extern void ceph_osdc_handle_map(struct ceph_osd_client *osdc,
454 void ceph_osdc_update_epoch_barrier(struct ceph_osd_client *osdc, u32 eb);
455 void ceph_osdc_abort_requests(struct ceph_osd_client *osdc, int err);
456 void ceph_osdc_clear_abort_err(struct ceph_osd_client *osdc);
542 extern struct ceph_osd_request *ceph_osdc_alloc_request(struct ceph_osd_client *osdc,
579 void ceph_osdc_start_request(struct ceph_osd_client *osdc,
582 extern int ceph_osdc_wait_request(struct ceph_osd_client *osdc,
584 extern void ceph_osdc_sync(struct ceph_osd_client *osdc);
586 extern void ceph_osdc_flush_notifies(struct ceph_osd_client *osdc);
587 void ceph_osdc_maybe_request_map(struct ceph_osd_client *osdc);
589 int ceph_osdc_call(struct ceph_osd_client *osdc,
599 ceph_osdc_watch(struct ceph_osd_client *osdc,
605 int ceph_osdc_unwatch(struct ceph_osd_client *osdc,
608 int ceph_osdc_notify_ack(struct ceph_osd_client *osdc,
615 int ceph_osdc_notify(struct ceph_osd_client *osdc,
623 int ceph_osdc_list_watchers(struct ceph_osd_client *osdc,