Searched defs:ceph_mds_session (Results 1 – 2 of 2) sorted by relevance
176 struct ceph_mds_session { struct178 int s_mds;179 int s_state;181 unsigned long s_features;185 struct ceph_connection s_con;193 spinlock_t s_cap_lock;194 refcount_t s_ref;197 int s_nr_caps;199 int s_cap_reconnect;200 int s_readonly;[all …]
801 void (*cb)(struct ceph_mds_session *), in ceph_mdsc_iterate_sessions()
Completed in 16 milliseconds