Searched refs:IsSpare (Results 1 – 6 of 6) sorted by relevance
123 bool IsSpare() const;134 bool IsSpare();
146 Vdev::IsSpare() const in IsSpare() function in Vdev276 Vdev::IsSpare() in IsSpare() function in Vdev
130 if (!(*curCase)->IsSpare()) { in Find()238 CaseFile::IsSpare() in IsSpare() function in CaseFile308 if (IsSpare()) in ReEvaluate()861 m_is_spare(vdev.IsSpare()) in CaseFile()1143 if (isspare && !vd.IsSpare() && !replaced.DoesNotExist()) { in Replace()
455 if (vdev.IsSpare()) { in TryDetach()469 if (!sibling.IsSpare() && in TryDetach()
236 int IsSpare();
366 TEST_F(VdevTest, IsSpare) { in TEST_F() argument368 EXPECT_EQ(false, notSpare.IsSpare()); in TEST_F()372 EXPECT_EQ(true, isSpare.IsSpare()); in TEST_F()