Searched defs:ceph_mds_session (Results 1 – 1 of 1) sorted by relevance
107 struct ceph_mds_session { struct108 struct ceph_mds_client *s_mdsc;109 int s_mds;110 int s_state;111 unsigned long s_ttl; /* time until mds kills us */112 u64 s_seq; /* incoming msg seq # */113 struct mutex s_mutex; /* serialize session messages */115 struct ceph_connection s_con;117 struct ceph_auth_handshake s_auth;120 spinlock_t s_gen_ttl_lock;[all …]