Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/ceph/
Dlibceph.h116 struct ceph_client { struct
128 int (*extra_mon_dispatch)(struct ceph_client *, struct ceph_msg *); argument
203 extern int ceph_check_fsid(struct ceph_client *client, struct ceph_fsid *fsid);
215 struct ceph_client *client);
216 extern struct ceph_client *ceph_create_client(struct ceph_options *opt,
220 extern u64 ceph_client_id(struct ceph_client *client);
221 extern void ceph_destroy_client(struct ceph_client *client);
222 extern int __ceph_open_session(struct ceph_client *client,
224 extern int ceph_open_session(struct ceph_client *client);
Dmon_client.h10 struct ceph_client;
60 struct ceph_client *client;
95 extern int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl);
Ddebugfs.h29 extern int ceph_debugfs_client_init(struct ceph_client *client);
30 extern void ceph_debugfs_client_cleanup(struct ceph_client *client);
Dosd_client.h122 struct ceph_client *client;
202 struct ceph_client *client);
/linux-3.4.99/net/ceph/
Ddebugfs.c35 struct ceph_client *client = s->private; in monmap_show()
55 struct ceph_client *client = s->private; in osdmap_show()
89 struct ceph_client *client = s->private; in monc_show()
119 struct ceph_client *client = s->private; in osdc_show()
184 int ceph_debugfs_client_init(struct ceph_client *client) in ceph_debugfs_client_init()
238 void ceph_debugfs_client_cleanup(struct ceph_client *client) in ceph_debugfs_client_cleanup()
259 int ceph_debugfs_client_init(struct ceph_client *client) in ceph_debugfs_client_init()
264 void ceph_debugfs_client_cleanup(struct ceph_client *client) in ceph_debugfs_client_cleanup()
Dceph_common.c77 int ceph_check_fsid(struct ceph_client *client, struct ceph_fsid *fsid) in ceph_check_fsid()
104 struct ceph_client *client) in ceph_compare_options()
432 u64 ceph_client_id(struct ceph_client *client) in ceph_client_id()
441 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private, in ceph_create_client()
445 struct ceph_client *client; in ceph_create_client()
492 void ceph_destroy_client(struct ceph_client *client) in ceph_destroy_client()
515 static int have_mon_and_osd_map(struct ceph_client *client) in have_mon_and_osd_map()
524 int __ceph_open_session(struct ceph_client *client, unsigned long started) in __ceph_open_session()
555 int ceph_open_session(struct ceph_client *client) in ceph_open_session()
Dmon_client.c331 struct ceph_client *client = monc->client; in ceph_monc_handle_map()
776 int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl) in ceph_monc_init()
Dosd_client.c1822 int ceph_osdc_init(struct ceph_osd_client *osdc, struct ceph_client *client) in ceph_osdc_init()
/linux-3.4.99/fs/ceph/
Dsuper.h71 struct ceph_client *client;
Dsuper.c440 static int extra_mon_dispatch(struct ceph_client *client, struct ceph_msg *msg) in extra_mon_dispatch()
/linux-3.4.99/drivers/block/
Drbd.c104 struct ceph_client *client;
2411 struct ceph_client *client = rbd_dev->rbd_client->client; in rbd_dev_release()