Searched refs:ceph_entity_addr (Results 1 – 8 of 8) sorted by relevance
105 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 …]
84 struct ceph_entity_addr { struct90 static inline bool ceph_addr_equal_no_type(const struct ceph_entity_addr *lhs, in ceph_addr_equal_no_type() argument91 const struct ceph_entity_addr *rhs) in ceph_addr_equal_no_type()99 struct ceph_entity_addr addr;
108 struct ceph_entity_addr *addr);146 struct ceph_entity_addr *client_addr);
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);
19 struct ceph_entity_addr addr; /* locker's address */
50 struct ceph_entity_addr my_addr;64 struct ceph_entity_addr *mon_addr; /* should be the first305 struct ceph_entity_addr *ceph_client_addr(struct ceph_client *client);
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()
358 struct ceph_entity_addr addr;
Completed in 18 milliseconds