Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/ceph/
Dmessenger.h62 struct ceph_entity_addr my_enc_addr;
262 struct ceph_entity_addr peer_addr; /* peer address */
263 struct ceph_entity_addr peer_addr_for_me;
292 struct ceph_entity_addr actual_peer_addr;
326 extern const char *ceph_pr_addr(const struct ceph_entity_addr *addr);
329 struct ceph_entity_addr *addr,
338 struct ceph_entity_addr *myaddr);
347 struct ceph_entity_addr *addr);
Dmdsmap.h15 struct ceph_entity_addr addr;
42 static inline struct ceph_entity_addr *
Dmon_client.h108 struct ceph_entity_addr *addr);
146 struct ceph_entity_addr *client_addr);
Dmsgr.h63 struct ceph_entity_addr { struct
71 struct ceph_entity_addr addr; argument
Dlibceph.h50 struct ceph_entity_addr my_addr;
62 struct ceph_entity_addr *mon_addr; /* should be the first
293 struct ceph_entity_addr *ceph_client_addr(struct ceph_client *client);
Ddecode.h224 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);
Dosdmap.h166 struct ceph_entity_addr *osd_addr;
208 static inline struct ceph_entity_addr *ceph_osd_addr(struct ceph_osdmap *map, in ceph_osd_addr()
Dcls_lock_client.h19 struct ceph_entity_addr addr; /* locker's address */
Dosd_client.h292 struct ceph_entity_addr addr;
/Linux-v5.4/net/ceph/
Ddecode.c7 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()
Dmessenger.c189 const char *ceph_pr_addr(const struct ceph_entity_addr *addr) in ceph_pr_addr()
696 struct ceph_entity_addr *addr) in ceph_con_open()
1802 static bool addr_is_blank(struct ceph_entity_addr *addr) in addr_is_blank()
1818 static int addr_port(struct ceph_entity_addr *addr) in addr_port()
1829 static void addr_set_port(struct ceph_entity_addr *addr, int p) in addr_set_port()
1844 static int ceph_pton(const char *str, size_t len, struct ceph_entity_addr *addr, in ceph_pton()
1867 struct ceph_entity_addr *addr, char delim, const char **ipend) in ceph_dns_resolve_name()
1912 struct ceph_entity_addr *addr, char delim, const char **ipend) in ceph_dns_resolve_name()
1923 struct ceph_entity_addr *addr, char delim, const char **ipend) in ceph_parse_server_name()
1939 struct ceph_entity_addr *addr, in ceph_parse_ips()
[all …]
Dceph_common.c626 struct ceph_entity_addr *ceph_client_addr(struct ceph_client *client) in ceph_client_addr()
644 struct ceph_entity_addr *myaddr = NULL; in ceph_create_client()
Dmon_client.c95 int ceph_monmap_contains(struct ceph_monmap *m, struct ceph_entity_addr *addr) in ceph_monmap_contains()
900 struct ceph_entity_addr *client_addr) in ceph_monc_blacklist_add()
1019 struct ceph_entity_addr *mon_addr = opt->mon_addr; in build_initial_monmap()
Ddebugfs.c80 struct ceph_entity_addr *addr = &map->osd_addr[i]; in osdmap_show()
Dosdmap.c993 struct ceph_entity_addr *addr; in osdmap_set_max_osd()
1643 struct ceph_entity_addr addr; in decode_new_up_state_weight()
1721 struct ceph_entity_addr addr; in decode_new_up_state_weight()
Dosd_client.c1349 struct ceph_entity_addr *peer_addr; in reopen_osd()
3889 sizeof(struct ceph_entity_addr))) in handle_one_map()
/Linux-v5.4/fs/ceph/
Ddebugfs.c37 struct ceph_entity_addr *addr = &mdsmap->m_info[i].addr; in mdsmap_show()
Dioctl.c225 struct ceph_entity_addr *a = in ceph_ioctl_get_dataloc()
Dmdsmap.c153 struct ceph_entity_addr addr; in ceph_mdsmap_decode()
Dmds_client.c3792 sizeof(struct ceph_entity_addr))) { in check_new_map()
/Linux-v5.4/drivers/block/
Drbd.c5250 struct ceph_entity_addr *client_addr = in rbd_client_addr_show()