ceph_mon_client    49 fs/ceph/super.c 	struct ceph_mon_client *monc = &fsc->client->monc;
ceph_mon_client   137 include/linux/ceph/libceph.h 	struct ceph_mon_client monc;
ceph_mon_client    25 include/linux/ceph/mon_client.h struct ceph_mon_client;
ceph_mon_client    32 include/linux/ceph/mon_client.h typedef void (*ceph_monc_request_func_t)(struct ceph_mon_client *monc,
ceph_mon_client    37 include/linux/ceph/mon_client.h 	struct ceph_mon_client *monc;
ceph_mon_client    51 include/linux/ceph/mon_client.h 	struct ceph_mon_client *monc;
ceph_mon_client   110 include/linux/ceph/mon_client.h extern int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl);
ceph_mon_client   111 include/linux/ceph/mon_client.h extern void ceph_monc_stop(struct ceph_mon_client *monc);
ceph_mon_client   112 include/linux/ceph/mon_client.h extern void ceph_monc_reopen_session(struct ceph_mon_client *monc);
ceph_mon_client   129 include/linux/ceph/mon_client.h bool ceph_monc_want_map(struct ceph_mon_client *monc, int sub, u32 epoch,
ceph_mon_client   131 include/linux/ceph/mon_client.h void ceph_monc_got_map(struct ceph_mon_client *monc, int sub, u32 epoch);
ceph_mon_client   132 include/linux/ceph/mon_client.h void ceph_monc_renew_subs(struct ceph_mon_client *monc);
ceph_mon_client   134 include/linux/ceph/mon_client.h extern int ceph_monc_wait_osdmap(struct ceph_mon_client *monc, u32 epoch,
ceph_mon_client   137 include/linux/ceph/mon_client.h int ceph_monc_do_statfs(struct ceph_mon_client *monc, u64 data_pool,
ceph_mon_client   140 include/linux/ceph/mon_client.h int ceph_monc_get_version(struct ceph_mon_client *monc, const char *what,
ceph_mon_client   142 include/linux/ceph/mon_client.h int ceph_monc_get_version_async(struct ceph_mon_client *monc, const char *what,
ceph_mon_client   145 include/linux/ceph/mon_client.h int ceph_monc_blacklist_add(struct ceph_mon_client *monc,
ceph_mon_client   148 include/linux/ceph/mon_client.h extern int ceph_monc_open_session(struct ceph_mon_client *monc);
ceph_mon_client   150 include/linux/ceph/mon_client.h extern int ceph_monc_validate_auth(struct ceph_mon_client *monc);
ceph_mon_client   140 net/ceph/debugfs.c 	struct ceph_mon_client *monc = &client->monc;
ceph_mon_client    37 net/ceph/mon_client.c static int __validate_auth(struct ceph_mon_client *monc);
ceph_mon_client   108 net/ceph/mon_client.c static void __send_prepared_auth_request(struct ceph_mon_client *monc, int len)
ceph_mon_client   121 net/ceph/mon_client.c static void __close_session(struct ceph_mon_client *monc)
ceph_mon_client   138 net/ceph/mon_client.c static void pick_new_mon(struct ceph_mon_client *monc)
ceph_mon_client   172 net/ceph/mon_client.c static void __open_session(struct ceph_mon_client *monc)
ceph_mon_client   206 net/ceph/mon_client.c static void reopen_session(struct ceph_mon_client *monc)
ceph_mon_client   216 net/ceph/mon_client.c void ceph_monc_reopen_session(struct ceph_mon_client *monc)
ceph_mon_client   223 net/ceph/mon_client.c static void un_backoff(struct ceph_mon_client *monc)
ceph_mon_client   234 net/ceph/mon_client.c static void __schedule_delayed(struct ceph_mon_client *monc)
ceph_mon_client   259 net/ceph/mon_client.c static void __send_subscribe(struct ceph_mon_client *monc)
ceph_mon_client   309 net/ceph/mon_client.c static void handle_subscribe_ack(struct ceph_mon_client *monc,
ceph_mon_client   347 net/ceph/mon_client.c static bool __ceph_monc_want_map(struct ceph_mon_client *monc, int sub,
ceph_mon_client   368 net/ceph/mon_client.c bool ceph_monc_want_map(struct ceph_mon_client *monc, int sub, u32 epoch,
ceph_mon_client   386 net/ceph/mon_client.c static void __ceph_monc_got_map(struct ceph_mon_client *monc, int sub,
ceph_mon_client   401 net/ceph/mon_client.c void ceph_monc_got_map(struct ceph_mon_client *monc, int sub, u32 epoch)
ceph_mon_client   409 net/ceph/mon_client.c void ceph_monc_renew_subs(struct ceph_mon_client *monc)
ceph_mon_client   423 net/ceph/mon_client.c int ceph_monc_wait_osdmap(struct ceph_mon_client *monc, u32 epoch,
ceph_mon_client   454 net/ceph/mon_client.c int ceph_monc_open_session(struct ceph_mon_client *monc)
ceph_mon_client   466 net/ceph/mon_client.c static void ceph_monc_handle_map(struct ceph_mon_client *monc,
ceph_mon_client   537 net/ceph/mon_client.c alloc_generic_request(struct ceph_mon_client *monc, gfp_t gfp)
ceph_mon_client   556 net/ceph/mon_client.c 	struct ceph_mon_client *monc = req->monc;
ceph_mon_client   565 net/ceph/mon_client.c static void send_generic_request(struct ceph_mon_client *monc,
ceph_mon_client   577 net/ceph/mon_client.c 	struct ceph_mon_client *monc = req->monc;
ceph_mon_client   603 net/ceph/mon_client.c 	struct ceph_mon_client *monc = req->monc;
ceph_mon_client   637 net/ceph/mon_client.c 	struct ceph_mon_client *monc = con->private;
ceph_mon_client   665 net/ceph/mon_client.c static void handle_statfs_reply(struct ceph_mon_client *monc,
ceph_mon_client   700 net/ceph/mon_client.c int ceph_monc_do_statfs(struct ceph_mon_client *monc, u64 data_pool,
ceph_mon_client   743 net/ceph/mon_client.c static void handle_get_version_reply(struct ceph_mon_client *monc,
ceph_mon_client   780 net/ceph/mon_client.c __ceph_monc_get_version(struct ceph_mon_client *monc, const char *what,
ceph_mon_client   828 net/ceph/mon_client.c int ceph_monc_get_version(struct ceph_mon_client *monc, const char *what,
ceph_mon_client   852 net/ceph/mon_client.c int ceph_monc_get_version_async(struct ceph_mon_client *monc, const char *what,
ceph_mon_client   866 net/ceph/mon_client.c static void handle_command_ack(struct ceph_mon_client *monc,
ceph_mon_client   899 net/ceph/mon_client.c int ceph_monc_blacklist_add(struct ceph_mon_client *monc,
ceph_mon_client   955 net/ceph/mon_client.c static void __resend_generic_request(struct ceph_mon_client *monc)
ceph_mon_client   975 net/ceph/mon_client.c 	struct ceph_mon_client *monc =
ceph_mon_client   976 net/ceph/mon_client.c 		container_of(work, struct ceph_mon_client, delayed_work.work);
ceph_mon_client  1016 net/ceph/mon_client.c static int build_initial_monmap(struct ceph_mon_client *monc)
ceph_mon_client  1039 net/ceph/mon_client.c int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl)
ceph_mon_client  1118 net/ceph/mon_client.c void ceph_monc_stop(struct ceph_mon_client *monc)
ceph_mon_client  1149 net/ceph/mon_client.c static void finish_hunting(struct ceph_mon_client *monc)
ceph_mon_client  1160 net/ceph/mon_client.c static void handle_auth_reply(struct ceph_mon_client *monc,
ceph_mon_client  1202 net/ceph/mon_client.c static int __validate_auth(struct ceph_mon_client *monc)
ceph_mon_client  1217 net/ceph/mon_client.c int ceph_monc_validate_auth(struct ceph_mon_client *monc)
ceph_mon_client  1233 net/ceph/mon_client.c 	struct ceph_mon_client *monc = con->private;
ceph_mon_client  1287 net/ceph/mon_client.c 	struct ceph_mon_client *monc = con->private;
ceph_mon_client  1345 net/ceph/mon_client.c 	struct ceph_mon_client *monc = con->private;