Searched defs:ceph_mds_session (Results 1 – 1 of 1) sorted by relevance
117 struct ceph_mds_session { struct118 struct ceph_mds_client *s_mdsc;119 int s_mds;120 int s_state;121 unsigned long s_ttl; /* time until mds kills us */122 u64 s_seq; /* incoming msg seq # */123 struct mutex s_mutex; /* serialize session messages */125 struct ceph_connection s_con;127 struct ceph_auth_handshake s_auth;130 spinlock_t s_gen_ttl_lock;[all …]