Searched defs:ceph_mds_client (Results 1 – 1 of 1) sorted by relevance
492 struct ceph_mds_client { struct493 struct ceph_fs_client *fsc;494 struct mutex mutex; /* all nested structures */496 struct ceph_mdsmap *mdsmap;497 struct completion safe_umount_waiters;498 wait_queue_head_t session_close_wq;499 struct list_head waiting_for_map;500 int mdsmap_err;502 struct ceph_mds_session **sessions; /* NULL for mds if no session */503 atomic_t num_sessions;[all …]