Searched defs:ceph_mds_session (Results 1 – 2 of 2) sorted by relevance
218 struct ceph_mds_session { struct219 struct ceph_mds_client *s_mdsc;220 int s_mds;221 int s_state;222 unsigned long s_ttl; /* time until mds kills us */223 unsigned long s_features;224 u64 s_seq; /* incoming msg seq # */225 struct mutex s_mutex; /* serialize session messages */227 struct ceph_connection s_con;229 struct ceph_auth_handshake s_auth;[all …]
1107 void (*cb)(struct ceph_mds_session *), in ceph_mdsc_iterate_sessions()