Searched defs:ceph_mds_client (Results 1 – 1 of 1) sorted by relevance
266 struct ceph_mds_client { struct267 struct ceph_fs_client *fsc;268 struct mutex mutex; /* all nested structures */270 struct ceph_mdsmap *mdsmap;271 struct completion safe_umount_waiters;272 wait_queue_head_t session_close_wq;273 struct list_head waiting_for_map;275 struct ceph_mds_session **sessions; /* NULL for mds if no session */276 atomic_t num_sessions;277 int max_sessions; /* len of s_mds_sessions */[all …]