Home
last modified time | relevance | path

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

/linux-3.4.99/net/ceph/
Dmon_client.c104 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()
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()
289 void ceph_monc_request_next_osdmap(struct ceph_mon_client *monc) in ceph_monc_request_next_osdmap()
[all …]
Ddebugfs.c91 struct ceph_mon_client *monc = &client->monc; in monc_show() local
/linux-3.4.99/include/linux/ceph/
Dmon_client.h36 struct ceph_mon_client *monc; member
Dlibceph.h134 struct ceph_mon_client monc; member