Home
last modified time | relevance | path

Searched refs:ceph_entity_addr (Results 1 – 23 of 23) sorted by relevance

/openbmc/linux/net/ceph/
H A Ddecode.c11 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()
H A Dmessenger.c164 const char *ceph_pr_addr(const struct ceph_entity_addr *addr) in ceph_pr_addr()
599 struct ceph_entity_addr *addr) in ceph_con_open()
1177 bool ceph_addr_is_blank(const struct ceph_entity_addr *addr) in ceph_addr_is_blank()
1194 int ceph_addr_port(const struct ceph_entity_addr *addr) in ceph_addr_port()
1205 void ceph_addr_set_port(struct ceph_entity_addr *addr, int p) in ceph_addr_set_port()
1220 static int ceph_pton(const char *str, size_t len, struct ceph_entity_addr *addr, in ceph_pton()
1243 struct ceph_entity_addr *addr, char delim, const char **ipend) in ceph_dns_resolve_name()
1288 struct ceph_entity_addr *addr, char delim, const char **ipend) in ceph_dns_resolve_name()
1299 struct ceph_entity_addr *addr, char delim, const char **ipend) in ceph_parse_server_name()
1315 struct ceph_entity_addr *addr, in ceph_parse_ips()
[all …]
H A Dceph_common.c692 struct ceph_entity_addr *ceph_client_addr(struct ceph_client *client) in ceph_client_addr()
710 struct ceph_entity_addr *myaddr = NULL; in ceph_create_client()
H A Dmon_client.c40 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()
H A Ddebugfs.c80 struct ceph_entity_addr *addr = &map->osd_addr[i]; in osdmap_show()
H A Dosdmap.c1201 struct ceph_entity_addr *addr; in osdmap_set_max_osd()
1738 struct ceph_entity_addr *addr = &map->osd_addr[i]; in osdmap_decode()
1856 struct ceph_entity_addr addr; in decode_new_up_state_weight()
1937 struct ceph_entity_addr addr; in decode_new_up_state_weight()
H A Dmessenger_v2.c1480 struct ceph_entity_addr *my_addr = &con->msgr->inst.addr; in prepare_client_ident()
1532 struct ceph_entity_addr *my_addr = &con->msgr->inst.addr; in prepare_session_reconnect()
2227 struct ceph_entity_addr *my_addr = &con->msgr->inst.addr; in process_hello()
2228 struct ceph_entity_addr addr_for_me; in process_hello()
2511 struct ceph_entity_addr addr; in process_server_ident()
H A Dmessenger_v1.c703 struct ceph_entity_addr *my_addr = &con->msgr->inst.addr; in process_banner()
H A Dosd_client.c1405 struct ceph_entity_addr *peer_addr; in reopen_osd()
4087 sizeof(struct ceph_entity_addr))) in handle_one_map()
/openbmc/linux/include/linux/ceph/
H A Dmessenger.h105 struct ceph_entity_addr my_enc_addr;
338 struct ceph_entity_addr actual_peer_addr;
339 struct ceph_entity_addr peer_addr_for_me;
485 struct ceph_entity_addr peer_addr; /* peer address */
544 bool ceph_addr_is_blank(const struct ceph_entity_addr *addr);
545 int ceph_addr_port(const struct ceph_entity_addr *addr);
546 void ceph_addr_set_port(struct ceph_entity_addr *addr, int p);
572 extern const char *ceph_pr_addr(const struct ceph_entity_addr *addr);
575 struct ceph_entity_addr *addr,
583 struct ceph_entity_addr *myaddr);
[all …]
H A Dmsgr.h84 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;
H A Ddecode.h226 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);
H A Dmdsmap.h17 struct ceph_entity_addr addr;
50 static inline struct ceph_entity_addr *
H A Dmon_client.h108 struct ceph_entity_addr *addr);
146 struct ceph_entity_addr *client_addr);
H A Dlibceph.h50 struct ceph_entity_addr my_addr;
64 struct ceph_entity_addr *mon_addr; /* should be the first
305 struct ceph_entity_addr *ceph_client_addr(struct ceph_client *client);
H A Dcls_lock_client.h19 struct ceph_entity_addr addr; /* locker's address */
H A Dosdmap.h180 struct ceph_entity_addr *osd_addr;
221 static inline struct ceph_entity_addr *ceph_osd_addr(struct ceph_osdmap *map, in ceph_osd_addr()
H A Dosd_client.h358 struct ceph_entity_addr addr;
/openbmc/linux/fs/ceph/
H A Ddebugfs.c40 struct ceph_entity_addr *addr = &mdsmap->m_info[i].addr; in mdsmap_show()
356 struct ceph_entity_addr *client_addr = ceph_client_addr(fsc->client); in status_show()
H A Dioctl.c226 struct ceph_entity_addr *a = in ceph_ioctl_get_dataloc()
H A Dmdsmap.c181 struct ceph_entity_addr addr; in ceph_mdsmap_decode()
H A Dmds_client.c4778 sizeof(struct ceph_entity_addr))) { in check_new_map()
/openbmc/linux/drivers/block/
H A Drbd.c5063 struct ceph_entity_addr *client_addr = in rbd_client_addr_show()