Home
last modified time | relevance | path

Searched defs:ceph_mds_client (Results 1 – 1 of 1) sorted by relevance

/linux-5.10/fs/ceph/
Dmds_client.h384 struct ceph_mds_client { struct
385 struct ceph_fs_client *fsc;
386 struct mutex mutex; /* all nested structures */
388 struct ceph_mdsmap *mdsmap;
389 struct completion safe_umount_waiters;
390 wait_queue_head_t session_close_wq;
391 struct list_head waiting_for_map;
392 int mdsmap_err;
394 struct ceph_mds_session **sessions; /* NULL for mds if no session */
395 atomic_t num_sessions;
[all …]