Home
last modified time | relevance | path

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

/include/linux/ceph/
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 …]
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;
A Dmon_client.h108 struct ceph_entity_addr *addr);
146 struct ceph_entity_addr *client_addr);
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);
A Dcls_lock_client.h19 struct ceph_entity_addr addr; /* locker's address */
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);
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()
A Dosd_client.h358 struct ceph_entity_addr addr;

Completed in 18 milliseconds