Searched refs:m_expect_unmount (Results 1 – 3 of 3) sorted by relevance
71 m_mock->m_expect_unmount = true; in TEST_F()
366 bool m_expect_unmount; member in MockFS
444 m_expect_unmount(false) in MockFS()1004 if (res < 0 && errno == ENODEV && m_expect_unmount) { in read_request()