Home
last modified time | relevance | path

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

/linux-2.6.39/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;
59 struct ceph_mon_client { struct
95 extern int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl); argument
96 extern void ceph_monc_stop(struct ceph_mon_client *monc);
104 extern int ceph_monc_got_mdsmap(struct ceph_mon_client *monc, u32 have);
105 extern int ceph_monc_got_osdmap(struct ceph_mon_client *monc, u32 have);
107 extern void ceph_monc_request_next_osdmap(struct ceph_mon_client *monc);
109 extern int ceph_monc_do_statfs(struct ceph_mon_client *monc,
[all …]
Dlibceph.h135 struct ceph_mon_client monc;
/linux-2.6.39/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()
132 static int __open_session(struct ceph_mon_client *monc) in __open_session()
163 static bool __sub_expired(struct ceph_mon_client *monc) in __sub_expired()
171 static void __schedule_delayed(struct ceph_mon_client *monc) in __schedule_delayed()
186 static void __send_subscribe(struct ceph_mon_client *monc) in __send_subscribe()
238 static void handle_subscribe_ack(struct ceph_mon_client *monc, in handle_subscribe_ack()
268 int ceph_monc_got_mdsmap(struct ceph_mon_client *monc, u32 got) in ceph_monc_got_mdsmap()
277 int ceph_monc_got_osdmap(struct ceph_mon_client *monc, u32 got) in ceph_monc_got_osdmap()
[all …]
Ddebugfs.c91 struct ceph_mon_client *monc = &client->monc; in monc_show()