Searched defs:ceph_mds_session (Results 1 – 1 of 1) sorted by relevance
148 struct ceph_mds_session { struct149 struct ceph_mds_client *s_mdsc;150 int s_mds;151 int s_state;152 unsigned long s_ttl; /* time until mds kills us */153 u64 s_seq; /* incoming msg seq # */154 struct mutex s_mutex; /* serialize session messages */156 struct ceph_connection s_con;158 struct ceph_auth_handshake s_auth;161 spinlock_t s_gen_ttl_lock;[all …]