Searched defs:ceph_mds_client (Results 1 – 1 of 1) sorted by relevance
416 struct ceph_mds_client { struct417 struct ceph_fs_client *fsc;418 struct mutex mutex; /* all nested structures */420 struct ceph_mdsmap *mdsmap;421 struct completion safe_umount_waiters;422 wait_queue_head_t session_close_wq;423 struct list_head waiting_for_map;424 int mdsmap_err;426 struct ceph_mds_session **sessions; /* NULL for mds if no session */427 atomic_t num_sessions;[all …]