Home
last modified time | relevance | path

Searched refs:ceph_client (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/include/linux/ceph/
Dlibceph.h110 struct ceph_client { struct
122 int (*extra_mon_dispatch)(struct ceph_client *, struct ceph_msg *); argument
139 #define from_msgr(ms) container_of(ms, struct ceph_client, msgr) argument
271 extern int ceph_check_fsid(struct ceph_client *client, struct ceph_fsid *fsid);
278 int ceph_print_client_options(struct seq_file *m, struct ceph_client *client);
281 struct ceph_client *client);
282 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private);
283 struct ceph_entity_addr *ceph_client_addr(struct ceph_client *client);
284 u64 ceph_client_gid(struct ceph_client *client);
285 extern void ceph_destroy_client(struct ceph_client *client);
[all …]
Ddebugfs.h24 extern int ceph_debugfs_client_init(struct ceph_client *client);
25 extern void ceph_debugfs_client_cleanup(struct ceph_client *client);
Dmon_client.h11 struct ceph_client;
71 struct ceph_client *client;
111 extern int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl);
Dosd_client.h333 struct ceph_client *client;
376 struct ceph_client *client);
/Linux-v4.19/net/ceph/
Dceph_common.c103 int ceph_check_fsid(struct ceph_client *client, struct ceph_fsid *fsid) in ceph_check_fsid()
130 struct ceph_client *client) in ceph_compare_options()
552 int ceph_print_client_options(struct seq_file *m, struct ceph_client *client) in ceph_print_client_options()
599 struct ceph_entity_addr *ceph_client_addr(struct ceph_client *client) in ceph_client_addr()
605 u64 ceph_client_gid(struct ceph_client *client) in ceph_client_gid()
614 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private) in ceph_create_client()
616 struct ceph_client *client; in ceph_create_client()
667 void ceph_destroy_client(struct ceph_client *client) in ceph_destroy_client()
690 static bool have_mon_and_osd_map(struct ceph_client *client) in have_mon_and_osd_map()
699 int __ceph_open_session(struct ceph_client *client, unsigned long started) in __ceph_open_session()
[all …]
Ddebugfs.c37 struct ceph_client *client = s->private; in monmap_show()
57 struct ceph_client *client = s->private; in osdmap_show()
138 struct ceph_client *client = s->private; in monc_show()
339 struct ceph_client *client = s->private; in osdc_show()
375 struct ceph_client *client = s->private; in client_options_show()
405 int ceph_debugfs_client_init(struct ceph_client *client) in ceph_debugfs_client_init()
467 void ceph_debugfs_client_cleanup(struct ceph_client *client) in ceph_debugfs_client_cleanup()
489 int ceph_debugfs_client_init(struct ceph_client *client) in ceph_debugfs_client_init()
494 void ceph_debugfs_client_cleanup(struct ceph_client *client) in ceph_debugfs_client_cleanup()
Dmon_client.c458 struct ceph_client *client = monc->client; in ceph_monc_handle_map()
1018 int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl) in ceph_monc_init()
Dosd_client.c4993 int ceph_osdc_init(struct ceph_osd_client *osdc, struct ceph_client *client) in ceph_osdc_init()
/Linux-v4.19/fs/ceph/
Dsuper.h97 struct ceph_client *client;
Dsuper.c586 static int extra_mon_dispatch(struct ceph_client *client, struct ceph_msg *msg) in extra_mon_dispatch()
/Linux-v4.19/drivers/block/
Drbd.c199 struct ceph_client *client;
894 static int wait_for_latest_osdmap(struct ceph_client *client) in wait_for_latest_osdmap()
2936 struct ceph_client *client = rbd_dev->rbd_client->client; in rbd_try_lock()