Searched refs:old_acting (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/ceph/
H A Dosdmap.h275 bool ceph_is_new_interval(const struct ceph_osds *old_acting,
290 bool ceph_osds_changed(const struct ceph_osds *old_acting,
/linux-master/net/ceph/
H A Dosdmap.c2318 bool ceph_is_new_interval(const struct ceph_osds *old_acting, argument
2334 return !osds_equal(old_acting, new_acting) ||
2355 static bool primary_changed(const struct ceph_osds *old_acting, argument
2358 if (!old_acting->size && !new_acting->size)
2361 if (!old_acting->size ^ !new_acting->size)
2364 if (old_acting->primary != new_acting->primary)
2367 if (calc_pg_rank(old_acting->primary, old_acting) !=
2374 bool ceph_osds_changed(const struct ceph_osds *old_acting, argument
2378 if (primary_changed(old_acting, new_actin
[all...]

Completed in 268 milliseconds