Searched refs:m_async (Results 1 – 8 of 8) sorted by relevance
68 bool m_async; member in FuseTest93 m_async(false), in FuseTest()
105 m_async = true; in SetUp()125 m_init_flags, m_maxwrite, m_async? "" : "no", in SetUp()
66 m_async = true; in SetUp()
88 m_async = true; in SetUp()
160 m_maxwrite, m_async, m_noclusterr, m_time_gran, in SetUp()
163 m_async = true; in SetUp()181 m_async = true; in SetUp()
120 m_async = true; in SetUp()
127 m_async(false) { in ProcessAttachInfo()138 bool GetAsync() const { return m_async; } in GetAsync()140 void SetAsync(bool b) { m_async = b; } in SetAsync()198 bool m_async = variable