Symbol: ceph_mon_client
fs/ceph/mds_client.c
7297
struct ceph_mon_client *monc = &s->s_mdsc->fsc->client->monc;
fs/ceph/super.c
62
struct ceph_mon_client *monc = &fsc->client->monc;
include/linux/ceph/libceph.h
133
struct ceph_mon_client monc;
include/linux/ceph/mon_client.h
110
extern int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl);
include/linux/ceph/mon_client.h
111
extern void ceph_monc_stop(struct ceph_mon_client *monc);
include/linux/ceph/mon_client.h
112
extern void ceph_monc_reopen_session(struct ceph_mon_client *monc);
include/linux/ceph/mon_client.h
129
bool ceph_monc_want_map(struct ceph_mon_client *monc, int sub, u32 epoch,
include/linux/ceph/mon_client.h
131
void ceph_monc_got_map(struct ceph_mon_client *monc, int sub, u32 epoch);
include/linux/ceph/mon_client.h
132
void ceph_monc_renew_subs(struct ceph_mon_client *monc);
include/linux/ceph/mon_client.h
134
extern int ceph_monc_wait_osdmap(struct ceph_mon_client *monc, u32 epoch,
include/linux/ceph/mon_client.h
137
int ceph_monc_do_statfs(struct ceph_mon_client *monc, u64 data_pool,
include/linux/ceph/mon_client.h
140
int ceph_monc_get_version(struct ceph_mon_client *monc, const char *what,
include/linux/ceph/mon_client.h
142
int ceph_monc_get_version_async(struct ceph_mon_client *monc, const char *what,
include/linux/ceph/mon_client.h
145
int ceph_monc_blocklist_add(struct ceph_mon_client *monc,
include/linux/ceph/mon_client.h
148
extern int ceph_monc_open_session(struct ceph_mon_client *monc);
include/linux/ceph/mon_client.h
150
extern int ceph_monc_validate_auth(struct ceph_mon_client *monc);
include/linux/ceph/mon_client.h
25
struct ceph_mon_client;
include/linux/ceph/mon_client.h
32
typedef void (*ceph_monc_request_func_t)(struct ceph_mon_client *monc,
include/linux/ceph/mon_client.h
37
struct ceph_mon_client *monc;
include/linux/ceph/mon_client.h
51
struct ceph_mon_client *monc;
net/ceph/debugfs.c
148
struct ceph_mon_client *monc = &client->monc;
net/ceph/mon_client.c
1016
int do_mon_command(struct ceph_mon_client *monc, const char *fmt, ...)
net/ceph/mon_client.c
1027
int ceph_monc_blocklist_add(struct ceph_mon_client *monc,
net/ceph/mon_client.c
1067
static void __resend_generic_request(struct ceph_mon_client *monc)
net/ceph/mon_client.c
1087
struct ceph_mon_client *monc =
net/ceph/mon_client.c
1088
container_of(work, struct ceph_mon_client, delayed_work.work);
net/ceph/mon_client.c
1136
static int build_initial_monmap(struct ceph_mon_client *monc)
net/ceph/mon_client.c
1163
int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl)
net/ceph/mon_client.c
1241
void ceph_monc_stop(struct ceph_mon_client *monc)
net/ceph/mon_client.c
1274
static void finish_hunting(struct ceph_mon_client *monc)
net/ceph/mon_client.c
1285
static void finish_auth(struct ceph_mon_client *monc, int auth_err,
net/ceph/mon_client.c
1314
static void handle_auth_reply(struct ceph_mon_client *monc,
net/ceph/mon_client.c
1335
static int __validate_auth(struct ceph_mon_client *monc)
net/ceph/mon_client.c
1350
int ceph_monc_validate_auth(struct ceph_mon_client *monc)
net/ceph/mon_client.c
1365
struct ceph_mon_client *monc = con->private;
net/ceph/mon_client.c
1385
struct ceph_mon_client *monc = con->private;
net/ceph/mon_client.c
1406
struct ceph_mon_client *monc = con->private;
net/ceph/mon_client.c
1429
struct ceph_mon_client *monc = con->private;
net/ceph/mon_client.c
1448
struct ceph_mon_client *monc = con->private;
net/ceph/mon_client.c
1499
struct ceph_mon_client *monc = con->private;
net/ceph/mon_client.c
1557
struct ceph_mon_client *monc = con->private;
net/ceph/mon_client.c
175
static void __send_prepared_auth_request(struct ceph_mon_client *monc, int len)
net/ceph/mon_client.c
190
static void __close_session(struct ceph_mon_client *monc)
net/ceph/mon_client.c
207
static void pick_new_mon(struct ceph_mon_client *monc)
net/ceph/mon_client.c
241
static void __open_session(struct ceph_mon_client *monc)
net/ceph/mon_client.c
281
static void reopen_session(struct ceph_mon_client *monc)
net/ceph/mon_client.c
291
void ceph_monc_reopen_session(struct ceph_mon_client *monc)
net/ceph/mon_client.c
298
static void un_backoff(struct ceph_mon_client *monc)
net/ceph/mon_client.c
309
static void __schedule_delayed(struct ceph_mon_client *monc)
net/ceph/mon_client.c
334
static void __send_subscribe(struct ceph_mon_client *monc)
net/ceph/mon_client.c
37
static int __validate_auth(struct ceph_mon_client *monc);
net/ceph/mon_client.c
384
static void handle_subscribe_ack(struct ceph_mon_client *monc,
net/ceph/mon_client.c
422
static bool __ceph_monc_want_map(struct ceph_mon_client *monc, int sub,
net/ceph/mon_client.c
443
bool ceph_monc_want_map(struct ceph_mon_client *monc, int sub, u32 epoch,
net/ceph/mon_client.c
461
static void __ceph_monc_got_map(struct ceph_mon_client *monc, int sub,
net/ceph/mon_client.c
476
void ceph_monc_got_map(struct ceph_mon_client *monc, int sub, u32 epoch)
net/ceph/mon_client.c
484
void ceph_monc_renew_subs(struct ceph_mon_client *monc)
net/ceph/mon_client.c
498
int ceph_monc_wait_osdmap(struct ceph_mon_client *monc, u32 epoch,
net/ceph/mon_client.c
529
int ceph_monc_open_session(struct ceph_mon_client *monc)
net/ceph/mon_client.c
541
static void ceph_monc_handle_map(struct ceph_mon_client *monc,
net/ceph/mon_client.c
612
alloc_generic_request(struct ceph_mon_client *monc, gfp_t gfp)
net/ceph/mon_client.c
631
struct ceph_mon_client *monc = req->monc;
net/ceph/mon_client.c
640
static void send_generic_request(struct ceph_mon_client *monc,
net/ceph/mon_client.c
652
struct ceph_mon_client *monc = req->monc;
net/ceph/mon_client.c
678
struct ceph_mon_client *monc = req->monc;
net/ceph/mon_client.c
712
struct ceph_mon_client *monc = con->private;
net/ceph/mon_client.c
740
static void handle_statfs_reply(struct ceph_mon_client *monc,
net/ceph/mon_client.c
775
int ceph_monc_do_statfs(struct ceph_mon_client *monc, u64 data_pool,
net/ceph/mon_client.c
818
static void handle_get_version_reply(struct ceph_mon_client *monc,
net/ceph/mon_client.c
855
__ceph_monc_get_version(struct ceph_mon_client *monc, const char *what,
net/ceph/mon_client.c
903
int ceph_monc_get_version(struct ceph_mon_client *monc, const char *what,
net/ceph/mon_client.c
927
int ceph_monc_get_version_async(struct ceph_mon_client *monc, const char *what,
net/ceph/mon_client.c
941
static void handle_command_ack(struct ceph_mon_client *monc,
net/ceph/mon_client.c
975
int do_mon_command_vargs(struct ceph_mon_client *monc, const char *fmt,
net/ceph/osd_client.c
5660
struct ceph_mon_client *monc = &o->o_osdc->client->monc;