Home
last modified time | relevance | path

Searched refs:ceph_osds (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/ceph/
Dosdmap.h247 struct ceph_osds { struct
253 static inline void ceph_osds_init(struct ceph_osds *set) in ceph_osds_init() argument
259 void ceph_osds_copy(struct ceph_osds *dest, const struct ceph_osds *src);
263 bool ceph_is_new_interval(const struct ceph_osds *old_acting,
264 const struct ceph_osds *new_acting,
265 const struct ceph_osds *old_up,
266 const struct ceph_osds *new_up,
278 bool ceph_osds_changed(const struct ceph_osds *old_acting,
279 const struct ceph_osds *new_acting,
294 struct ceph_osds *up,
[all …]
Dosd_client.h152 struct ceph_osds acting;
153 struct ceph_osds up;
/Linux-v4.19/net/ceph/
Dosdmap.c1991 static bool __osds_equal(const struct ceph_osds *lhs, in __osds_equal()
1992 const struct ceph_osds *rhs) in __osds_equal()
2004 static bool osds_equal(const struct ceph_osds *lhs, in osds_equal()
2005 const struct ceph_osds *rhs) in osds_equal()
2014 static bool osds_valid(const struct ceph_osds *set) in osds_valid()
2039 void ceph_osds_copy(struct ceph_osds *dest, const struct ceph_osds *src) in ceph_osds_copy()
2074 bool ceph_is_new_interval(const struct ceph_osds *old_acting, in ceph_is_new_interval()
2075 const struct ceph_osds *new_acting, in ceph_is_new_interval()
2076 const struct ceph_osds *old_up, in ceph_is_new_interval()
2077 const struct ceph_osds *new_up, in ceph_is_new_interval()
[all …]
Dosd_client.c1423 struct ceph_osds up, acting; in calc_target()