Searched defs:ceph_mds_session (Results 1 – 2 of 2) sorted by relevance
169 struct ceph_mds_session { struct170 struct ceph_mds_client *s_mdsc;171 int s_mds;172 int s_state;173 unsigned long s_ttl; /* time until mds kills us */174 unsigned long s_features;175 u64 s_seq; /* incoming msg seq # */176 struct mutex s_mutex; /* serialize session messages */178 struct ceph_connection s_con;180 struct ceph_auth_handshake s_auth;[all …]
813 void (*cb)(struct ceph_mds_session *), in ceph_mdsc_iterate_sessions()