Searched defs:ceph_mds_session (Results 1 – 1 of 1) sorted by relevance
157 struct ceph_mds_session { struct158 struct ceph_mds_client *s_mdsc;159 int s_mds;160 int s_state;161 unsigned long s_ttl; /* time until mds kills us */162 unsigned long s_features;163 u64 s_seq; /* incoming msg seq # */164 struct mutex s_mutex; /* serialize session messages */166 struct ceph_connection s_con;168 struct ceph_auth_handshake s_auth;[all …]