Lines Matching refs:ceph_osd_client

22 struct ceph_osd_client;
34 struct ceph_osd_client *o_osdc;
189 struct ceph_osd_client *r_osdc;
241 struct ceph_osd_client *osdc;
332 struct ceph_osd_client { struct
367 static inline bool ceph_osdmap_flag(struct ceph_osd_client *osdc, int flag) in ceph_osdmap_flag() argument
375 extern int ceph_osdc_init(struct ceph_osd_client *osdc,
377 extern void ceph_osdc_stop(struct ceph_osd_client *osdc);
379 extern void ceph_osdc_handle_reply(struct ceph_osd_client *osdc,
381 extern void ceph_osdc_handle_map(struct ceph_osd_client *osdc,
383 void ceph_osdc_update_epoch_barrier(struct ceph_osd_client *osdc, u32 eb);
384 void ceph_osdc_abort_requests(struct ceph_osd_client *osdc, int err);
458 extern struct ceph_osd_request *ceph_osdc_alloc_request(struct ceph_osd_client *osdc,
465 extern struct ceph_osd_request *ceph_osdc_new_request(struct ceph_osd_client *,
478 extern int ceph_osdc_start_request(struct ceph_osd_client *osdc,
482 extern int ceph_osdc_wait_request(struct ceph_osd_client *osdc,
484 extern void ceph_osdc_sync(struct ceph_osd_client *osdc);
486 extern void ceph_osdc_flush_notifies(struct ceph_osd_client *osdc);
487 void ceph_osdc_maybe_request_map(struct ceph_osd_client *osdc);
489 int ceph_osdc_call(struct ceph_osd_client *osdc,
497 extern int ceph_osdc_readpages(struct ceph_osd_client *osdc,
505 extern int ceph_osdc_writepages(struct ceph_osd_client *osdc,
516 ceph_osdc_watch(struct ceph_osd_client *osdc,
522 int ceph_osdc_unwatch(struct ceph_osd_client *osdc,
525 int ceph_osdc_notify_ack(struct ceph_osd_client *osdc,
532 int ceph_osdc_notify(struct ceph_osd_client *osdc,
540 int ceph_osdc_watch_check(struct ceph_osd_client *osdc,
542 int ceph_osdc_list_watchers(struct ceph_osd_client *osdc,