Searched refs:old_acting (Results 1 – 2 of 2) sorted by relevance
262 bool ceph_is_new_interval(const struct ceph_osds *old_acting,277 bool ceph_osds_changed(const struct ceph_osds *old_acting,
2095 bool ceph_is_new_interval(const struct ceph_osds *old_acting, in ceph_is_new_interval() argument2111 return !osds_equal(old_acting, new_acting) || in ceph_is_new_interval()2132 static bool primary_changed(const struct ceph_osds *old_acting, in primary_changed() argument2135 if (!old_acting->size && !new_acting->size) in primary_changed()2138 if (!old_acting->size ^ !new_acting->size) in primary_changed()2141 if (old_acting->primary != new_acting->primary) in primary_changed()2144 if (calc_pg_rank(old_acting->primary, old_acting) != in primary_changed()2151 bool ceph_osds_changed(const struct ceph_osds *old_acting, in ceph_osds_changed() argument2155 if (primary_changed(old_acting, new_acting)) in ceph_osds_changed()2158 if (any_change && !__osds_equal(old_acting, new_acting)) in ceph_osds_changed()