Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ceph/
Dmds_client.h314 struct ceph_mds_client { struct
315 struct ceph_fs_client *fsc;
316 struct mutex mutex; /* all nested structures */
318 struct ceph_mdsmap *mdsmap;
319 struct completion safe_umount_waiters;
320 wait_queue_head_t session_close_wq;
321 struct list_head waiting_for_map;
322 int mdsmap_err;
324 struct ceph_mds_session **sessions; /* NULL for mds if no session */
325 atomic_t num_sessions;
[all …]