Home
last modified time | relevance | path

Searched refs:Candidate (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/md/
H A Dmd.h265 Candidate, /* For clustered environments only: enumerator
H A Dmd.c6981 set_bit(Candidate, &rdev->flags); in md_add_new_disk()
9337 return !test_bit(Candidate, &rdev->flags) && rdev->raid_disk >= 0 && in rdev_is_spare()
9346 if (test_bit(Candidate, &rdev->flags) || rdev->raid_disk >= 0 || in rdev_addable()
9998 if (test_bit(Candidate, &rdev2->flags)) { in check_sb_changes()
10006 clear_bit(Candidate, &rdev2->flags); in check_sb_changes()
H A Draid1.c1840 && !test_bit(Candidate, &repl->flags) in raid1_spare_active()