Searched defs:ceph_mds_session (Results 1 – 2 of 2) sorted by relevance
194 struct ceph_mds_session { struct195 struct ceph_mds_client *s_mdsc;196 int s_mds;197 int s_state;198 unsigned long s_ttl; /* time until mds kills us */199 unsigned long s_features;200 u64 s_seq; /* incoming msg seq # */201 struct mutex s_mutex; /* serialize session messages */203 struct ceph_connection s_con;205 struct ceph_auth_handshake s_auth;[all …]
1061 void (*cb)(struct ceph_mds_session *), in ceph_mdsc_iterate_sessions()