Searched defs:ceph_mds_client (Results 1 – 1 of 1) sorted by relevance
442 struct ceph_mds_client { struct443 struct ceph_fs_client *fsc;444 struct mutex mutex; /* all nested structures */446 struct ceph_mdsmap *mdsmap;447 struct completion safe_umount_waiters;448 wait_queue_head_t session_close_wq;449 struct list_head waiting_for_map;450 int mdsmap_err;452 struct ceph_mds_session **sessions; /* NULL for mds if no session */453 atomic_t num_sessions;[all …]