Home
last modified time | relevance | path

Searched refs:spare_active (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/md/
H A Dmd.h762 int (*spare_active) (struct mddev *mddev); member
H A Draid5.c8963 .spare_active = raid5_spare_active,
8993 .spare_active = raid5_spare_active,
9024 .spare_active = raid5_spare_active,
H A Draid1.c3492 .spare_active = raid1_spare_active,
H A Dmd.c9411 * replacement has just become active from pers->spare_active(), and in rdev_removeable()
9759 * ->spare_active and clear saved_raid_disk in md_check_recovery()
9853 if (mddev->pers->spare_active(mddev)) { in md_reap_sync_thread()
10221 /* The other node finished recovery, call spare_active to set in read_rdev()
10226 mddev->pers->spare_active(mddev)) in read_rdev()
H A Draid10.c5131 .spare_active = raid10_spare_active,