Home
last modified time | relevance | path

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

/freebsd/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc471 EXPECT_FALSE(m_caseFile->ShouldDegrade()); in TEST_F()
509 EXPECT_FALSE(m_caseFile->ShouldDegrade()); in TEST_F()
590 EXPECT_FALSE(m_caseFile->ShouldDegrade()); in TEST_F()
639 EXPECT_FALSE(m_caseFile->ShouldDegrade()); in TEST_F()
692 EXPECT_TRUE(m_caseFile->ShouldDegrade()); in TEST_F()
/freebsd/cddl/usr.sbin/zfsd/
H A Dcase_file.h226 bool ShouldDegrade() const;
H A Dcase_file.cc1026 should_degrade = ShouldDegrade(); in OnGracePeriodEnded()
1061 else if (ShouldDegrade()) { in OnGracePeriodEnded()
1229 CaseFile::ShouldDegrade() const in ShouldDegrade() function in CaseFile