Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/ceph/
Dmessenger.h62 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);
Dmdsmap.h15 struct ceph_entity_addr addr;
43 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;
63 struct ceph_entity_addr *mon_addr; /* should be the first
307 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);
Dcls_lock_client.h19 struct ceph_entity_addr addr; /* locker's address */
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()
Dosd_client.h297 struct ceph_entity_addr addr;
/kernel/linux/linux-5.10/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()
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 …]
Dceph_common.c656 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()
Dmon_client.c95 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()
Ddebugfs.c80 struct ceph_entity_addr *addr = &map->osd_addr[i]; in osdmap_show()
Dosdmap.c1185 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()
Dosd_client.c1350 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/
Dioctl.c225 struct ceph_entity_addr *a = in ceph_ioctl_get_dataloc()
Dmdsmap.c179 struct ceph_entity_addr addr; in ceph_mdsmap_decode()
Ddebugfs.c40 struct ceph_entity_addr *addr = &mdsmap->m_info[i].addr; in mdsmap_show()
Dmds_client.c4157 sizeof(struct ceph_entity_addr))) { in check_new_map()
/kernel/linux/linux-5.10/drivers/block/
Drbd.c5086 struct ceph_entity_addr *client_addr = in rbd_client_addr_show()