Lines Matching refs:ceph_mds_client

181 	struct ceph_mds_client *s_mdsc;
232 struct ceph_mds_client;
237 typedef void (*ceph_mds_request_callback_t) (struct ceph_mds_client *mdsc,
242 typedef int (*ceph_mds_request_wait_callback_t) (struct ceph_mds_client *mdsc,
251 struct ceph_mds_client *r_mdsc;
386 struct ceph_mds_client { struct
488 __ceph_lookup_mds_session(struct ceph_mds_client *, int mds); argument
496 extern int ceph_send_msg_mds(struct ceph_mds_client *mdsc,
500 extern void ceph_mdsc_close_sessions(struct ceph_mds_client *mdsc);
501 extern void ceph_mdsc_force_umount(struct ceph_mds_client *mdsc);
504 extern void ceph_mdsc_sync(struct ceph_mds_client *mdsc);
510 ceph_mdsc_create_request(struct ceph_mds_client *mdsc, int op, int mode);
511 extern int ceph_mdsc_submit_request(struct ceph_mds_client *mdsc,
514 int ceph_mdsc_wait_request(struct ceph_mds_client *mdsc,
517 extern int ceph_mdsc_do_request(struct ceph_mds_client *mdsc,
533 extern void ceph_mdsc_iterate_sessions(struct ceph_mds_client *mdsc,
539 extern void ceph_flush_cap_releases(struct ceph_mds_client *mdsc,
541 extern void ceph_queue_cap_reclaim_work(struct ceph_mds_client *mdsc);
542 extern void ceph_reclaim_caps_nr(struct ceph_mds_client *mdsc, int nr);
547 extern void ceph_mdsc_pre_umount(struct ceph_mds_client *mdsc);
563 extern void ceph_mdsc_handle_mdsmap(struct ceph_mds_client *mdsc,
565 extern void ceph_mdsc_handle_fsmap(struct ceph_mds_client *mdsc,
569 ceph_mdsc_open_export_target_session(struct ceph_mds_client *mdsc, int target);
570 extern void ceph_mdsc_open_export_target_sessions(struct ceph_mds_client *mdsc,
573 extern int ceph_trim_caps(struct ceph_mds_client *mdsc,