Searched refs:ceph_client (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/include/linux/ceph/ |
| D | libceph.h | 119 struct ceph_client { struct 131 int (*extra_mon_dispatch)(struct ceph_client *, struct ceph_msg *); argument 148 #define from_msgr(ms) container_of(ms, struct ceph_client, msgr) argument 280 extern int ceph_check_fsid(struct ceph_client *client, struct ceph_fsid *fsid); 287 int ceph_print_client_options(struct seq_file *m, struct ceph_client *client, 291 struct ceph_client *client); 292 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private); 293 struct ceph_entity_addr *ceph_client_addr(struct ceph_client *client); 294 u64 ceph_client_gid(struct ceph_client *client); 295 extern void ceph_destroy_client(struct ceph_client *client); [all …]
|
| D | debugfs.h | 24 extern void ceph_debugfs_client_init(struct ceph_client *client); 25 extern void ceph_debugfs_client_cleanup(struct ceph_client *client);
|
| D | mon_client.h | 11 struct ceph_client; 71 struct ceph_client *client; 110 extern int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl);
|
| D | osd_client.h | 340 struct ceph_client *client; 382 struct ceph_client *client);
|
| /Linux-v5.4/net/ceph/ |
| D | ceph_common.c | 105 int ceph_check_fsid(struct ceph_client *client, struct ceph_fsid *fsid) in ceph_check_fsid() 132 struct ceph_client *client) in ceph_compare_options() 576 int ceph_print_client_options(struct seq_file *m, struct ceph_client *client, in ceph_print_client_options() 626 struct ceph_entity_addr *ceph_client_addr(struct ceph_client *client) in ceph_client_addr() 632 u64 ceph_client_gid(struct ceph_client *client) in ceph_client_gid() 641 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private) in ceph_create_client() 643 struct ceph_client *client; in ceph_create_client() 694 void ceph_destroy_client(struct ceph_client *client) in ceph_destroy_client() 714 void ceph_reset_client_addr(struct ceph_client *client) in ceph_reset_client_addr() 725 static bool have_mon_and_osd_map(struct ceph_client *client) in have_mon_and_osd_map() [all …]
|
| D | debugfs.c | 37 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() 402 void ceph_debugfs_client_init(struct ceph_client *client) in ceph_debugfs_client_init() 444 void ceph_debugfs_client_cleanup(struct ceph_client *client) in ceph_debugfs_client_cleanup() 465 void ceph_debugfs_client_init(struct ceph_client *client) in ceph_debugfs_client_init() 469 void ceph_debugfs_client_cleanup(struct ceph_client *client) in ceph_debugfs_client_cleanup()
|
| D | mon_client.c | 469 struct ceph_client *client = monc->client; in ceph_monc_handle_map() 1039 int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl) in ceph_monc_init()
|
| D | osd_client.c | 5133 int ceph_osdc_init(struct ceph_osd_client *osdc, struct ceph_client *client) in ceph_osdc_init()
|
| /Linux-v5.4/fs/ceph/ |
| D | super.h | 103 struct ceph_client *client;
|
| D | super.c | 635 static int extra_mon_dispatch(struct ceph_client *client, struct ceph_msg *msg) in extra_mon_dispatch()
|
| /Linux-v5.4/drivers/block/ |
| D | rbd.c | 205 struct ceph_client *client; 4080 struct ceph_client *client = rbd_dev->rbd_client->client; in rbd_try_lock()
|