m_maxphys
EXPECT_LE((unsigned long)arg.runb, m_maxphys / m_maxbcachebuf);
EXPECT_LE((unsigned long)arg.runp, m_maxphys / m_maxbcachebuf);
EXPECT_EQ((unsigned long )arg.runp, m_maxphys / m_maxbcachebuf - 1);
EXPECT_EQ((unsigned long )arg.runp, m_maxphys / m_maxbcachebuf - 1);
EXPECT_EQ((unsigned long )arg.runb, m_maxphys / m_maxbcachebuf - 1);
EXPECT_EQ((unsigned long )arg.runb, m_maxphys / m_maxbcachebuf - 1);
clustersize = MIN((unsigned long )maxcontig, m_maxphys);
size = sizeof(m_maxphys);
ASSERT_EQ(0, sysctlbyname(maxphys_node, &m_maxphys, &size, NULL, 0))
m_maxwrite = MIN(libfuse_max_write, (uint32_t)m_maxphys / 2);
unsigned long m_maxphys;
if (m_maxphys < 2 * DFLTPHYS)
if (m_maxphys < 2 * (unsigned long )m_maxbcachebuf)
(unsigned long )halfbufsize >= m_maxphys)