Home
last modified time | relevance | path

Searched defs:ceph_mon_client (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/include/linux/ceph/
Dmon_client.h58 struct ceph_mon_client { struct
59 struct ceph_client *client;
60 struct ceph_monmap *monmap;
62 struct mutex mutex;
63 struct delayed_work delayed_work;
65 struct ceph_auth_client *auth;
66 struct ceph_msg *m_auth, *m_auth_reply, *m_subscribe, *m_subscribe_ack;
67 int pending_auth;
69 bool hunting;
93 extern int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl); argument