Home
last modified time | relevance | path

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

/freebsd/tests/sys/fs/fusefs/
H A Dbmap.cc113 EXPECT_LE((unsigned long)arg.runb, m_maxphys / m_maxbcachebuf); in TEST_F()
117 EXPECT_LE((unsigned long)arg.runp, m_maxphys / m_maxbcachebuf); in TEST_F()
154 EXPECT_EQ((unsigned long )arg.runp, m_maxphys / m_maxbcachebuf - 1); in TEST_F()
164 EXPECT_EQ((unsigned long )arg.runp, m_maxphys / m_maxbcachebuf - 1); in TEST_F()
165 EXPECT_EQ((unsigned long )arg.runb, m_maxphys / m_maxbcachebuf - 1); in TEST_F()
175 EXPECT_EQ((unsigned long )arg.runb, m_maxphys / m_maxbcachebuf - 1); in TEST_F()
H A Dutils.hh83 unsigned long m_maxphys; member in FuseTest
106 m_maxphys(0) in FuseTest()
H A Dutils.cc139 size = sizeof(m_maxphys); in SetUp()
140 ASSERT_EQ(0, sysctlbyname(maxphys_node, &m_maxphys, &size, NULL, 0)) in SetUp()
147 m_maxwrite = MIN(libfuse_max_write, (uint32_t)m_maxphys / 2); in SetUp()
H A Dwrite.cc186 if (m_maxphys < 2 * DFLTPHYS) in SetUp()
189 if (m_maxphys < 2 * (unsigned long )m_maxbcachebuf) in SetUp()
866 (unsigned long )halfbufsize >= m_maxphys) in TEST_F()
H A Dread.cc1395 clustersize = MIN((unsigned long )maxcontig, m_maxphys); in TEST_P()