Searched defs:ceph_mds_client (Results 1 – 1 of 1) sorted by relevance
249 struct ceph_mds_client { struct250 struct ceph_fs_client *fsc;251 struct mutex mutex; /* all nested structures */253 struct ceph_mdsmap *mdsmap;254 struct completion safe_umount_waiters;255 wait_queue_head_t session_close_wq;256 struct list_head waiting_for_map;258 struct ceph_mds_session **sessions; /* NULL for mds if no session */259 int max_sessions; /* len of s_mds_sessions */260 int stopping; /* true if shutting down */[all …]