Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/ceph/
Dmessenger.h62 struct ceph_entity_addr my_enc_addr;
278 struct ceph_entity_addr peer_addr; /* peer address */
279 struct ceph_entity_addr peer_addr_for_me;
308 struct ceph_entity_addr actual_peer_addr;
344 struct ceph_entity_addr *addr,
353 struct ceph_entity_addr *myaddr);
361 struct ceph_entity_addr *addr);
Dmdsmap.h15 struct ceph_entity_addr addr;
42 static inline struct ceph_entity_addr *
Dmon_client.h109 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.h49 struct ceph_entity_addr my_addr;
61 struct ceph_entity_addr *mon_addr; /* should be the first
289 struct ceph_entity_addr *ceph_client_addr(struct ceph_client *client);
Dcls_lock_client.h19 struct ceph_entity_addr addr; /* locker's address */
Dosdmap.h170 struct ceph_entity_addr *osd_addr;
212 static inline struct ceph_entity_addr *ceph_osd_addr(struct ceph_osdmap *map, in ceph_osd_addr()
Ddecode.h221 static inline void ceph_encode_addr(struct ceph_entity_addr *a) in ceph_encode_addr()
226 static inline void ceph_decode_addr(struct ceph_entity_addr *a) in ceph_decode_addr()
Dosd_client.h285 struct ceph_entity_addr addr;
/linux-4.19.296/fs/ceph/
Dioctl.c225 struct ceph_entity_addr *a = in ceph_ioctl_get_dataloc()
Ddebugfs.c37 struct ceph_entity_addr *addr = &mdsmap->m_info[i].addr; in mdsmap_show()
Dmdsmap.c154 struct ceph_entity_addr addr; in ceph_mdsmap_decode()
Dmds_client.c3339 sizeof(struct ceph_entity_addr))) { in check_new_map()