Searched refs:m_async (Results 1 – 8 of 8) sorted by relevance
69 bool m_async; member in FuseTest96 m_async(false), in FuseTest()
106 m_async = true; in SetUp()126 m_init_flags, m_maxwrite, m_async? "" : "no", in SetUp()
66 m_async = true; in SetUp()
87 m_async = true; in SetUp()
153 m_maxwrite, m_async, m_noclusterr, m_time_gran, in SetUp()
163 m_async = true; in SetUp()181 m_async = true; in SetUp()
119 m_async = true; in SetUp()
129 m_async(false) { in ProcessAttachInfo()140 bool GetAsync() const { return m_async; } in GetAsync()142 void SetAsync(bool b) { m_async = b; } in SetAsync()200 bool m_async = variable