ceph_client       205 drivers/block/rbd.c 	struct ceph_client	*client;
ceph_client      4080 drivers/block/rbd.c 	struct ceph_client *client = rbd_dev->rbd_client->client;
ceph_client       661 fs/ceph/super.c static int extra_mon_dispatch(struct ceph_client *client, struct ceph_msg *msg)
ceph_client       103 fs/ceph/super.h 	struct ceph_client *client;
ceph_client        24 include/linux/ceph/debugfs.h extern void ceph_debugfs_client_init(struct ceph_client *client);
ceph_client        25 include/linux/ceph/debugfs.h extern void ceph_debugfs_client_cleanup(struct ceph_client *client);
ceph_client       131 include/linux/ceph/libceph.h 	int (*extra_mon_dispatch)(struct ceph_client *, struct ceph_msg *);
ceph_client       148 include/linux/ceph/libceph.h #define from_msgr(ms)	container_of(ms, struct ceph_client, msgr)
ceph_client       280 include/linux/ceph/libceph.h extern int ceph_check_fsid(struct ceph_client *client, struct ceph_fsid *fsid);
ceph_client       287 include/linux/ceph/libceph.h int ceph_print_client_options(struct seq_file *m, struct ceph_client *client,
ceph_client       291 include/linux/ceph/libceph.h 				struct ceph_client *client);
ceph_client       292 include/linux/ceph/libceph.h struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private);
ceph_client       293 include/linux/ceph/libceph.h struct ceph_entity_addr *ceph_client_addr(struct ceph_client *client);
ceph_client       294 include/linux/ceph/libceph.h u64 ceph_client_gid(struct ceph_client *client);
ceph_client       295 include/linux/ceph/libceph.h extern void ceph_destroy_client(struct ceph_client *client);
ceph_client       296 include/linux/ceph/libceph.h extern void ceph_reset_client_addr(struct ceph_client *client);
ceph_client       297 include/linux/ceph/libceph.h extern int __ceph_open_session(struct ceph_client *client,
ceph_client       299 include/linux/ceph/libceph.h extern int ceph_open_session(struct ceph_client *client);
ceph_client       300 include/linux/ceph/libceph.h int ceph_wait_for_latest_osdmap(struct ceph_client *client,
ceph_client        11 include/linux/ceph/mon_client.h struct ceph_client;
ceph_client        71 include/linux/ceph/mon_client.h 	struct ceph_client *client;
ceph_client       110 include/linux/ceph/mon_client.h extern int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl);
ceph_client       340 include/linux/ceph/osd_client.h 	struct ceph_client     *client;
ceph_client       382 include/linux/ceph/osd_client.h 			  struct ceph_client *client);
ceph_client       105 net/ceph/ceph_common.c int ceph_check_fsid(struct ceph_client *client, struct ceph_fsid *fsid)
ceph_client       132 net/ceph/ceph_common.c 			 struct ceph_client *client)
ceph_client       576 net/ceph/ceph_common.c int ceph_print_client_options(struct seq_file *m, struct ceph_client *client,
ceph_client       626 net/ceph/ceph_common.c struct ceph_entity_addr *ceph_client_addr(struct ceph_client *client)
ceph_client       632 net/ceph/ceph_common.c u64 ceph_client_gid(struct ceph_client *client)
ceph_client       641 net/ceph/ceph_common.c struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private)
ceph_client       643 net/ceph/ceph_common.c 	struct ceph_client *client;
ceph_client       694 net/ceph/ceph_common.c void ceph_destroy_client(struct ceph_client *client)
ceph_client       714 net/ceph/ceph_common.c void ceph_reset_client_addr(struct ceph_client *client)
ceph_client       725 net/ceph/ceph_common.c static bool have_mon_and_osd_map(struct ceph_client *client)
ceph_client       734 net/ceph/ceph_common.c int __ceph_open_session(struct ceph_client *client, unsigned long started)
ceph_client       767 net/ceph/ceph_common.c int ceph_open_session(struct ceph_client *client)
ceph_client       782 net/ceph/ceph_common.c int ceph_wait_for_latest_osdmap(struct ceph_client *client,
ceph_client        37 net/ceph/debugfs.c 	struct ceph_client *client = s->private;
ceph_client        57 net/ceph/debugfs.c 	struct ceph_client *client = s->private;
ceph_client       138 net/ceph/debugfs.c 	struct ceph_client *client = s->private;
ceph_client       339 net/ceph/debugfs.c 	struct ceph_client *client = s->private;
ceph_client       375 net/ceph/debugfs.c 	struct ceph_client *client = s->private;
ceph_client       402 net/ceph/debugfs.c void ceph_debugfs_client_init(struct ceph_client *client)
ceph_client       444 net/ceph/debugfs.c void ceph_debugfs_client_cleanup(struct ceph_client *client)
ceph_client       465 net/ceph/debugfs.c void ceph_debugfs_client_init(struct ceph_client *client)
ceph_client       469 net/ceph/debugfs.c void ceph_debugfs_client_cleanup(struct ceph_client *client)
ceph_client       469 net/ceph/mon_client.c 	struct ceph_client *client = monc->client;
ceph_client      1039 net/ceph/mon_client.c int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl)
ceph_client      5133 net/ceph/osd_client.c int ceph_osdc_init(struct ceph_osd_client *osdc, struct ceph_client *client)