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

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

Completed in 341 milliseconds