Searched defs:ceph_mds_session (Results 1 – 2 of 2) sorted by relevance
175 struct ceph_mds_session { struct176 struct ceph_mds_client *s_mdsc;177 int s_mds;178 int s_state;179 unsigned long s_ttl; /* time until mds kills us */180 unsigned long s_features;181 u64 s_seq; /* incoming msg seq # */182 struct mutex s_mutex; /* serialize session messages */184 struct ceph_connection s_con;186 struct ceph_auth_handshake s_auth;[all …]
4252 void (*cb)(struct ceph_mds_session *)) in iterate_sessions()