Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ceph/
Dmds_client.h346 struct ceph_mds_client { struct
347 struct ceph_fs_client *fsc;
348 struct mutex mutex; /* all nested structures */
350 struct ceph_mdsmap *mdsmap;
351 struct completion safe_umount_waiters;
352 wait_queue_head_t session_close_wq;
353 struct list_head waiting_for_map;
354 int mdsmap_err;
356 struct ceph_mds_session **sessions; /* NULL for mds if no session */
357 atomic_t num_sessions;
[all …]