Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/ceph/
H A Dmon_client.h25 struct ceph_mon_client;
32 typedef void (*ceph_monc_request_func_t)(struct ceph_mon_client *monc,
37 struct ceph_mon_client *monc;
51 struct ceph_mon_client *monc;
70 struct ceph_mon_client { struct
111 extern void ceph_monc_stop(struct ceph_mon_client *monc);
112 extern void ceph_monc_reopen_session(struct ceph_mon_client *monc);
132 void ceph_monc_renew_subs(struct ceph_mon_client *monc);
145 int ceph_monc_blocklist_add(struct ceph_mon_client *monc,
148 extern int ceph_monc_open_session(struct ceph_mon_client *monc);
[all …]
H A Dlibceph.h133 struct ceph_mon_client monc;
/openbmc/linux/net/ceph/
H A Dmon_client.c629 struct ceph_mon_client *monc = req->monc; in register_generic_request()
650 struct ceph_mon_client *monc = req->monc; in __finish_generic_request()
676 struct ceph_mon_client *monc = req->monc; in cancel_generic_request()
710 struct ceph_mon_client *monc = con->private; in get_generic_reply()
1085 struct ceph_mon_client *monc = in delayed_work()
1364 struct ceph_mon_client *monc = con->private; in mon_get_auth_request()
1384 struct ceph_mon_client *monc = con->private; in mon_handle_auth_reply_more()
1405 struct ceph_mon_client *monc = con->private; in mon_handle_auth_done()
1428 struct ceph_mon_client *monc = con->private; in mon_handle_auth_bad_method()
1447 struct ceph_mon_client *monc = con->private; in mon_dispatch()
[all …]
H A Ddebugfs.c142 struct ceph_mon_client *monc = &client->monc; in monc_show()
H A Dosd_client.c5708 struct ceph_mon_client *monc = &o->o_osdc->client->monc; in osd_handle_auth_bad_method()
/openbmc/linux/fs/ceph/
H A Dsuper.c57 struct ceph_mon_client *monc = &fsc->client->monc; in ceph_statfs()
H A Dmds_client.c5903 struct ceph_mon_client *monc = &s->s_mdsc->fsc->client->monc; in mds_handle_auth_bad_method()