Searched refs:ceph_entity_addr (Results 1 – 23 of 23) sorted by relevance
/linux/net/ceph/ |
A D | decode.c | 11 struct ceph_entity_addr *addr) in ceph_decode_entity_addr_versioned() 51 struct ceph_entity_addr *addr) in ceph_decode_entity_addr_legacy() 75 ceph_decode_entity_addr(void **p, void *end, struct ceph_entity_addr *addr) in ceph_decode_entity_addr() 96 struct ceph_entity_addr *addr) in ceph_decode_entity_addrvec() 100 struct ceph_entity_addr tmp_addr; in ceph_decode_entity_addrvec() 170 int ceph_entity_addr_encoding_len(const struct ceph_entity_addr *addr) in ceph_entity_addr_encoding_len() 178 void ceph_encode_entity_addr(void **p, const struct ceph_entity_addr *addr) in ceph_encode_entity_addr()
|
A D | messenger.c | 163 const char *ceph_pr_addr(const struct ceph_entity_addr *addr) in ceph_pr_addr() 590 struct ceph_entity_addr *addr) in ceph_con_open() 1132 bool ceph_addr_is_blank(const struct ceph_entity_addr *addr) in ceph_addr_is_blank() 1148 int ceph_addr_port(const struct ceph_entity_addr *addr) in ceph_addr_port() 1159 void ceph_addr_set_port(struct ceph_entity_addr *addr, int p) in ceph_addr_set_port() 1174 static int ceph_pton(const char *str, size_t len, struct ceph_entity_addr *addr, in ceph_pton() 1197 struct ceph_entity_addr *addr, char delim, const char **ipend) in ceph_dns_resolve_name() 1242 struct ceph_entity_addr *addr, char delim, const char **ipend) in ceph_dns_resolve_name() 1253 struct ceph_entity_addr *addr, char delim, const char **ipend) in ceph_parse_server_name() 1269 struct ceph_entity_addr *addr, in ceph_parse_ips() [all …]
|
A D | ceph_common.c | 712 struct ceph_entity_addr *ceph_client_addr(struct ceph_client *client) in ceph_client_addr() 730 struct ceph_entity_addr *myaddr = NULL; in ceph_create_client()
|
A D | mon_client.c | 40 struct ceph_entity_addr *addr) in decode_mon_info() 160 int ceph_monmap_contains(struct ceph_monmap *m, struct ceph_entity_addr *addr) in ceph_monmap_contains() 1026 struct ceph_entity_addr *client_addr) in ceph_monc_blocklist_add()
|
A D | debugfs.c | 80 struct ceph_entity_addr *addr = &map->osd_addr[i]; in osdmap_show()
|
A D | messenger_v2.c | 1352 struct ceph_entity_addr *my_addr = &con->msgr->inst.addr; in prepare_client_ident() 1404 struct ceph_entity_addr *my_addr = &con->msgr->inst.addr; in prepare_session_reconnect() 1878 struct ceph_entity_addr *my_addr = &con->msgr->inst.addr; in process_hello() 1879 struct ceph_entity_addr addr_for_me; in process_hello() 2162 struct ceph_entity_addr addr; in process_server_ident()
|
A D | osdmap.c | 1185 struct ceph_entity_addr *addr; in osdmap_set_max_osd() 1722 struct ceph_entity_addr *addr = &map->osd_addr[i]; in osdmap_decode() 1840 struct ceph_entity_addr addr; in decode_new_up_state_weight() 1921 struct ceph_entity_addr addr; in decode_new_up_state_weight()
|
A D | messenger_v1.c | 709 struct ceph_entity_addr *my_addr = &con->msgr->inst.addr; in process_banner()
|
A D | osd_client.c | 1350 struct ceph_entity_addr *peer_addr; in reopen_osd() 3971 sizeof(struct ceph_entity_addr))) in handle_one_map()
|
/linux/include/linux/ceph/ |
A D | messenger.h | 80 struct ceph_entity_addr my_enc_addr; 306 struct ceph_entity_addr actual_peer_addr; 307 struct ceph_entity_addr peer_addr_for_me; 444 struct ceph_entity_addr peer_addr; /* peer address */ 503 bool ceph_addr_is_blank(const struct ceph_entity_addr *addr); 504 int ceph_addr_port(const struct ceph_entity_addr *addr); 505 void ceph_addr_set_port(struct ceph_entity_addr *addr, int p); 531 extern const char *ceph_pr_addr(const struct ceph_entity_addr *addr); 534 struct ceph_entity_addr *addr, 542 struct ceph_entity_addr *myaddr); [all …]
|
A D | msgr.h | 84 struct ceph_entity_addr { struct 90 static inline bool ceph_addr_equal_no_type(const struct ceph_entity_addr *lhs, in ceph_addr_equal_no_type() argument 91 const struct ceph_entity_addr *rhs) in ceph_addr_equal_no_type() 99 struct ceph_entity_addr addr;
|
A D | decode.h | 226 static inline void ceph_encode_banner_addr(struct ceph_entity_addr *a) in ceph_encode_banner_addr() 234 static inline void ceph_decode_banner_addr(struct ceph_entity_addr *a) in ceph_decode_banner_addr() 243 struct ceph_entity_addr *addr); 245 struct ceph_entity_addr *addr); 247 int ceph_entity_addr_encoding_len(const struct ceph_entity_addr *addr); 248 void ceph_encode_entity_addr(void **p, const struct ceph_entity_addr *addr);
|
A D | mdsmap.h | 15 struct ceph_entity_addr addr; 43 static inline struct ceph_entity_addr *
|
A D | mon_client.h | 108 struct ceph_entity_addr *addr); 146 struct ceph_entity_addr *client_addr);
|
A D | libceph.h | 49 struct ceph_entity_addr my_addr; 63 struct ceph_entity_addr *mon_addr; /* should be the first 313 struct ceph_entity_addr *ceph_client_addr(struct ceph_client *client);
|
A 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()
|
A D | cls_lock_client.h | 19 struct ceph_entity_addr addr; /* locker's address */
|
A D | osd_client.h | 297 struct ceph_entity_addr addr;
|
/linux/fs/ceph/ |
A D | debugfs.c | 40 struct ceph_entity_addr *addr = &mdsmap->m_info[i].addr; in mdsmap_show() 351 struct ceph_entity_addr *client_addr = ceph_client_addr(fsc->client); in status_show()
|
A D | ioctl.c | 225 struct ceph_entity_addr *a = in ceph_ioctl_get_dataloc()
|
A D | mdsmap.c | 180 struct ceph_entity_addr addr; in ceph_mdsmap_decode()
|
A D | mds_client.c | 4150 sizeof(struct ceph_entity_addr))) { in check_new_map()
|
/linux/drivers/block/ |
A D | rbd.c | 5013 struct ceph_entity_addr *client_addr = in rbd_client_addr_show()
|
Completed in 73 milliseconds