Lines Matching refs:osdc

253 	struct ceph_osd_client *osdc;  member
378 static inline bool ceph_osdmap_flag(struct ceph_osd_client *osdc, int flag) in ceph_osdmap_flag() argument
380 return osdc->osdmap->flags & flag; in ceph_osdmap_flag()
386 extern int ceph_osdc_init(struct ceph_osd_client *osdc,
388 extern void ceph_osdc_stop(struct ceph_osd_client *osdc);
389 extern void ceph_osdc_reopen_osds(struct ceph_osd_client *osdc);
391 extern void ceph_osdc_handle_reply(struct ceph_osd_client *osdc,
393 extern void ceph_osdc_handle_map(struct ceph_osd_client *osdc,
395 void ceph_osdc_update_epoch_barrier(struct ceph_osd_client *osdc, u32 eb);
396 void ceph_osdc_abort_requests(struct ceph_osd_client *osdc, int err);
397 void ceph_osdc_clear_abort_err(struct ceph_osd_client *osdc);
479 extern struct ceph_osd_request *ceph_osdc_alloc_request(struct ceph_osd_client *osdc,
499 extern int ceph_osdc_start_request(struct ceph_osd_client *osdc,
503 extern int ceph_osdc_wait_request(struct ceph_osd_client *osdc,
505 extern void ceph_osdc_sync(struct ceph_osd_client *osdc);
507 extern void ceph_osdc_flush_notifies(struct ceph_osd_client *osdc);
508 void ceph_osdc_maybe_request_map(struct ceph_osd_client *osdc);
510 int ceph_osdc_call(struct ceph_osd_client *osdc,
518 int ceph_osdc_copy_from(struct ceph_osd_client *osdc,
531 ceph_osdc_watch(struct ceph_osd_client *osdc,
537 int ceph_osdc_unwatch(struct ceph_osd_client *osdc,
540 int ceph_osdc_notify_ack(struct ceph_osd_client *osdc,
547 int ceph_osdc_notify(struct ceph_osd_client *osdc,
555 int ceph_osdc_watch_check(struct ceph_osd_client *osdc,
557 int ceph_osdc_list_watchers(struct ceph_osd_client *osdc,