Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/ceph/
Dlibceph.h113 struct ceph_client { struct
125 int (*extra_mon_dispatch)(struct ceph_client *, struct ceph_msg *); argument
188 extern int ceph_check_fsid(struct ceph_client *client, struct ceph_fsid *fsid);
195 int ceph_print_client_options(struct seq_file *m, struct ceph_client *client);
198 struct ceph_client *client);
199 extern struct ceph_client *ceph_create_client(struct ceph_options *opt,
203 extern u64 ceph_client_id(struct ceph_client *client);
204 extern void ceph_destroy_client(struct ceph_client *client);
205 extern int __ceph_open_session(struct ceph_client *client,
207 extern int ceph_open_session(struct ceph_client *client);
Dmon_client.h10 struct ceph_client;
59 struct ceph_client *client;
93 extern int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl);
Ddebugfs.h23 extern int ceph_debugfs_client_init(struct ceph_client *client);
24 extern void ceph_debugfs_client_cleanup(struct ceph_client *client);
Dosd_client.h203 struct ceph_client *client;
243 struct ceph_client *client);
/linux-4.1.27/net/ceph/
Ddebugfs.c36 struct ceph_client *client = s->private; in monmap_show()
56 struct ceph_client *client = s->private; in osdmap_show()
111 struct ceph_client *client = s->private; in monc_show()
143 struct ceph_client *client = s->private; in osdc_show()
183 struct ceph_client *client = s->private; in client_options_show()
213 int ceph_debugfs_client_init(struct ceph_client *client) in ceph_debugfs_client_init()
275 void ceph_debugfs_client_cleanup(struct ceph_client *client) in ceph_debugfs_client_cleanup()
297 int ceph_debugfs_client_init(struct ceph_client *client) in ceph_debugfs_client_init()
302 void ceph_debugfs_client_cleanup(struct ceph_client *client) in ceph_debugfs_client_cleanup()
Dceph_common.c99 int ceph_check_fsid(struct ceph_client *client, struct ceph_fsid *fsid) in ceph_check_fsid()
126 struct ceph_client *client) in ceph_compare_options()
493 int ceph_print_client_options(struct seq_file *m, struct ceph_client *client) in ceph_print_client_options()
533 u64 ceph_client_id(struct ceph_client *client) in ceph_client_id()
542 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private, in ceph_create_client()
546 struct ceph_client *client; in ceph_create_client()
598 void ceph_destroy_client(struct ceph_client *client) in ceph_destroy_client()
621 static int have_mon_and_osd_map(struct ceph_client *client) in have_mon_and_osd_map()
630 int __ceph_open_session(struct ceph_client *client, unsigned long started) in __ceph_open_session()
661 int ceph_open_session(struct ceph_client *client) in ceph_open_session()
Dmon_client.c358 struct ceph_client *client = monc->client; in ceph_monc_handle_map()
778 int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl) in ceph_monc_init()
Dosd_client.c2595 int ceph_osdc_init(struct ceph_osd_client *osdc, struct ceph_client *client) in ceph_osdc_init()
/linux-4.1.27/fs/ceph/
Dsuper.h78 struct ceph_client *client;
Dsuper.c478 static int extra_mon_dispatch(struct ceph_client *client, struct ceph_msg *msg) in extra_mon_dispatch()
/linux-4.1.27/drivers/block/
Drbd.c199 struct ceph_client *client;