Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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,
/kernel/linux/linux-6.6/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,
/kernel/linux/linux-5.10/net/ceph/
H A Dosdmap.c2283 bool ceph_is_new_interval(const struct ceph_osds *old_acting, in ceph_is_new_interval() argument
2299 return !osds_equal(old_acting, new_acting) || in ceph_is_new_interval()
2320 static bool primary_changed(const struct ceph_osds *old_acting, in primary_changed() argument
2323 if (!old_acting->size && !new_acting->size) in primary_changed()
2326 if (!old_acting->size ^ !new_acting->size) in primary_changed()
2329 if (old_acting->primary != new_acting->primary) in primary_changed()
2332 if (calc_pg_rank(old_acting->primary, old_acting) != in primary_changed()
2339 bool ceph_osds_changed(const struct ceph_osds *old_acting, in ceph_osds_changed() argument
2343 if (primary_changed(old_acting, new_actin in ceph_osds_changed()
[all...]
/kernel/linux/linux-6.6/net/ceph/
H A Dosdmap.c2318 bool ceph_is_new_interval(const struct ceph_osds *old_acting, in ceph_is_new_interval() argument
2334 return !osds_equal(old_acting, new_acting) || in ceph_is_new_interval()
2355 static bool primary_changed(const struct ceph_osds *old_acting, in primary_changed() argument
2358 if (!old_acting->size && !new_acting->size) in primary_changed()
2361 if (!old_acting->size ^ !new_acting->size) in primary_changed()
2364 if (old_acting->primary != new_acting->primary) in primary_changed()
2367 if (calc_pg_rank(old_acting->primary, old_acting) != in primary_changed()
2374 bool ceph_osds_changed(const struct ceph_osds *old_acting, in ceph_osds_changed() argument
2378 if (primary_changed(old_acting, new_actin in ceph_osds_changed()
[all...]

Completed in 9 milliseconds