Searched refs:ReEvaluate (Results 1 – 4 of 4) sorted by relevance
/freebsd/cddl/usr.sbin/zfsd/tests/ |
H A D | zfsd_unittest.cc | 161 MOCK_METHOD1(ReEvaluate, bool(const ZfsEvent &event)); 165 return (CaseFile::ReEvaluate(event)); in RealReEvaluate() 445 ON_CALL(*m_caseFile, ReEvaluate(::testing::_)) in SetUp() 508 EXPECT_TRUE(m_caseFile->ReEvaluate(*zfs_event)); in TEST_F() 525 EXPECT_TRUE(m_caseFile->ReEvaluate(*zfs_event)); in TEST_F() 585 EXPECT_TRUE(m_caseFile->ReEvaluate(*zfs_event)); in TEST_F() 634 EXPECT_TRUE(m_caseFile->ReEvaluate(*zfs_event)); in TEST_F() 687 EXPECT_TRUE(m_caseFile->ReEvaluate(*zfs_event)); in TEST_F() 784 EXPECT_CALL(*m_caseFile456, ReEvaluate(::testing::_)) in TEST_F() 800 EXPECT_CALL(*m_caseFile456, ReEvaluate(::testing::_)) in TEST_F() [all …]
|
/freebsd/cddl/usr.sbin/zfsd/ |
H A D | zfsd_event.cc | 156 caseFile->ReEvaluate(devPath, physPath, /*vdev*/NULL); in Process() 244 ret |= (*curr)->ReEvaluate(devPath, physPath, &vdev); in OnlineByLabel() 312 caseFile->ReEvaluate(*this); in Process() 358 if (caseFile->ReEvaluate(*this) == false) { in Process() 423 caseFile->ReEvaluate(*this); in ProcessPoolEvent()
|
H A D | case_file.h | 187 bool ReEvaluate(const string &devPath, const string &physPath, 199 virtual bool ReEvaluate(const ZfsEvent &event);
|
H A D | case_file.cc | 167 (*casefile)->ReEvaluate(event); in ReEvaluateByGuid() 263 CaseFile::ReEvaluate(const string &devPath, const string &physPath, Vdev *vdev) in ReEvaluate() function in CaseFile 385 CaseFile::ReEvaluate(const ZfsEvent &event) in ReEvaluate() function in CaseFile
|