Home
last modified time | relevance | path

Searched refs:RemoveSynchronized (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/md/
H A Dmd-multipath.c261 if (!test_bit(RemoveSynchronized, &rdev->flags)) { in multipath_remove_disk()
H A Dmd.h192 RemoveSynchronized, /* synchronize_rcu() was called after enumerator
H A Dmd.c9263 set_bit(RemoveSynchronized, &rdev->flags); in remove_and_add_spares()
9273 ((test_bit(RemoveSynchronized, &rdev->flags) || in remove_and_add_spares()
9285 if (remove_some && test_bit(RemoveSynchronized, &rdev->flags)) in remove_and_add_spares()
9286 clear_bit(RemoveSynchronized, &rdev->flags); in remove_and_add_spares()
H A Draid1.c1847 if (!test_bit(RemoveSynchronized, &rdev->flags)) { in raid1_remove_disk()
H A Draid10.c2233 if (!test_bit(RemoveSynchronized, &rdev->flags)) { in raid10_remove_disk()
H A Draid5.c8293 if (!test_bit(RemoveSynchronized, &rdev->flags)) { in raid5_remove_disk()