Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/ceph/
Dosdmap.h246 struct ceph_osds { struct
252 static inline void ceph_osds_init(struct ceph_osds *set) in ceph_osds_init() argument
258 void ceph_osds_copy(struct ceph_osds *dest, const struct ceph_osds *src);
262 bool ceph_is_new_interval(const struct ceph_osds *old_acting,
263 const struct ceph_osds *new_acting,
264 const struct ceph_osds *old_up,
265 const struct ceph_osds *new_up,
277 bool ceph_osds_changed(const struct ceph_osds *old_acting,
278 const struct ceph_osds *new_acting,
293 struct ceph_osds *up,
[all …]
Dosd_client.h159 struct ceph_osds acting;
160 struct ceph_osds up;
/Linux-v5.4/net/ceph/
Dosdmap.c2012 static bool __osds_equal(const struct ceph_osds *lhs, in __osds_equal()
2013 const struct ceph_osds *rhs) in __osds_equal()
2025 static bool osds_equal(const struct ceph_osds *lhs, in osds_equal()
2026 const struct ceph_osds *rhs) in osds_equal()
2035 static bool osds_valid(const struct ceph_osds *set) in osds_valid()
2060 void ceph_osds_copy(struct ceph_osds *dest, const struct ceph_osds *src) in ceph_osds_copy()
2095 bool ceph_is_new_interval(const struct ceph_osds *old_acting, in ceph_is_new_interval()
2096 const struct ceph_osds *new_acting, in ceph_is_new_interval()
2097 const struct ceph_osds *old_up, in ceph_is_new_interval()
2098 const struct ceph_osds *new_up, in ceph_is_new_interval()
[all …]
Dosd_client.c1512 struct ceph_osds up, acting; in calc_target()