Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/ceph/
Dmon_client.h24 struct ceph_mon_client;
31 typedef void (*ceph_monc_request_func_t)(struct ceph_mon_client *monc,
36 struct ceph_mon_client *monc;
58 struct ceph_mon_client { struct
93 extern int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl); argument
94 extern void ceph_monc_stop(struct ceph_mon_client *monc);
102 extern int ceph_monc_got_mdsmap(struct ceph_mon_client *monc, u32 have);
103 extern int ceph_monc_got_osdmap(struct ceph_mon_client *monc, u32 have);
105 extern void ceph_monc_request_next_osdmap(struct ceph_mon_client *monc);
106 extern int ceph_monc_wait_osdmap(struct ceph_mon_client *monc, u32 epoch,
[all …]
Dlibceph.h130 struct ceph_mon_client monc;
/linux-4.4.14/net/ceph/
Dmon_client.c35 static int __validate_auth(struct ceph_mon_client *monc);
104 static void __send_prepared_auth_request(struct ceph_mon_client *monc, int len) in __send_prepared_auth_request()
117 static void __close_session(struct ceph_mon_client *monc) in __close_session()
133 static int __open_session(struct ceph_mon_client *monc) in __open_session()
167 static bool __sub_expired(struct ceph_mon_client *monc) in __sub_expired()
175 static void __schedule_delayed(struct ceph_mon_client *monc) in __schedule_delayed()
195 static void __send_subscribe(struct ceph_mon_client *monc) in __send_subscribe()
247 static void handle_subscribe_ack(struct ceph_mon_client *monc, in handle_subscribe_ack()
277 int ceph_monc_got_mdsmap(struct ceph_mon_client *monc, u32 got) in ceph_monc_got_mdsmap()
286 int ceph_monc_got_osdmap(struct ceph_mon_client *monc, u32 got) in ceph_monc_got_osdmap()
[all …]
Ddebugfs.c113 struct ceph_mon_client *monc = &client->monc; in monc_show()