Searched refs:ceph_entity_addr (Results 1 – 21 of 21) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ceph/ |
D | messenger.h | 62 struct ceph_entity_addr my_enc_addr; 263 struct ceph_entity_addr peer_addr; /* peer address */ 264 struct ceph_entity_addr peer_addr_for_me; 293 struct ceph_entity_addr actual_peer_addr; 327 extern const char *ceph_pr_addr(const struct ceph_entity_addr *addr); 330 struct ceph_entity_addr *addr, 339 struct ceph_entity_addr *myaddr); 348 struct ceph_entity_addr *addr);
|
D | mdsmap.h | 15 struct ceph_entity_addr addr; 43 static inline struct ceph_entity_addr *
|
D | mon_client.h | 108 struct ceph_entity_addr *addr); 146 struct ceph_entity_addr *client_addr);
|
D | msgr.h | 63 struct ceph_entity_addr { struct 71 struct ceph_entity_addr addr; argument
|
D | libceph.h | 50 struct ceph_entity_addr my_addr; 63 struct ceph_entity_addr *mon_addr; /* should be the first 307 struct ceph_entity_addr *ceph_client_addr(struct ceph_client *client);
|
D | decode.h | 224 static inline void ceph_encode_banner_addr(struct ceph_entity_addr *a) in ceph_encode_banner_addr() 232 static inline void ceph_decode_banner_addr(struct ceph_entity_addr *a) in ceph_decode_banner_addr() 241 struct ceph_entity_addr *addr);
|
D | cls_lock_client.h | 19 struct ceph_entity_addr addr; /* locker's address */
|
D | osdmap.h | 180 struct ceph_entity_addr *osd_addr; 221 static inline struct ceph_entity_addr *ceph_osd_addr(struct ceph_osdmap *map, in ceph_osd_addr()
|
D | osd_client.h | 297 struct ceph_entity_addr addr;
|
/kernel/linux/linux-5.10/net/ceph/ |
D | decode.c | 7 struct ceph_entity_addr *addr) in ceph_decode_entity_addr_versioned() 47 struct ceph_entity_addr *addr) in ceph_decode_entity_addr_legacy() 71 ceph_decode_entity_addr(void **p, void *end, struct ceph_entity_addr *addr) in ceph_decode_entity_addr()
|
D | messenger.c | 189 const char *ceph_pr_addr(const struct ceph_entity_addr *addr) in ceph_pr_addr() 689 struct ceph_entity_addr *addr) in ceph_con_open() 1795 static bool addr_is_blank(struct ceph_entity_addr *addr) in addr_is_blank() 1811 static int addr_port(struct ceph_entity_addr *addr) in addr_port() 1822 static void addr_set_port(struct ceph_entity_addr *addr, int p) in addr_set_port() 1837 static int ceph_pton(const char *str, size_t len, struct ceph_entity_addr *addr, in ceph_pton() 1860 struct ceph_entity_addr *addr, char delim, const char **ipend) in ceph_dns_resolve_name() 1905 struct ceph_entity_addr *addr, char delim, const char **ipend) in ceph_dns_resolve_name() 1916 struct ceph_entity_addr *addr, char delim, const char **ipend) in ceph_parse_server_name() 1932 struct ceph_entity_addr *addr, in ceph_parse_ips() [all …]
|
D | ceph_common.c | 656 struct ceph_entity_addr *ceph_client_addr(struct ceph_client *client) in ceph_client_addr() 674 struct ceph_entity_addr *myaddr = NULL; in ceph_create_client()
|
D | mon_client.c | 95 int ceph_monmap_contains(struct ceph_monmap *m, struct ceph_entity_addr *addr) in ceph_monmap_contains() 953 struct ceph_entity_addr *client_addr) in ceph_monc_blocklist_add() 1056 struct ceph_entity_addr *mon_addr = opt->mon_addr; in build_initial_monmap()
|
D | debugfs.c | 80 struct ceph_entity_addr *addr = &map->osd_addr[i]; in osdmap_show()
|
D | osdmap.c | 1185 struct ceph_entity_addr *addr; in osdmap_set_max_osd() 1831 struct ceph_entity_addr addr; in decode_new_up_state_weight() 1909 struct ceph_entity_addr addr; in decode_new_up_state_weight()
|
D | osd_client.c | 1350 struct ceph_entity_addr *peer_addr; in reopen_osd() 3969 sizeof(struct ceph_entity_addr))) in handle_one_map()
|
/kernel/linux/linux-5.10/fs/ceph/ |
D | ioctl.c | 225 struct ceph_entity_addr *a = in ceph_ioctl_get_dataloc()
|
D | mdsmap.c | 179 struct ceph_entity_addr addr; in ceph_mdsmap_decode()
|
D | debugfs.c | 40 struct ceph_entity_addr *addr = &mdsmap->m_info[i].addr; in mdsmap_show()
|
D | mds_client.c | 4157 sizeof(struct ceph_entity_addr))) { in check_new_map()
|
/kernel/linux/linux-5.10/drivers/block/ |
D | rbd.c | 5086 struct ceph_entity_addr *client_addr = in rbd_client_addr_show()
|