Lines Matching full:flush
41 class Flush: public FuseTest { class
51 in.body.flush.lock_owner == (uint64_t)lo && in expect_flush()
52 in.body.flush.fh == FH); in expect_flush()
79 class FlushWithLocks: public Flush {
82 Flush::SetUp(); in SetUp()
90 TEST_F(Flush, open_twice) in TEST_F() argument
113 * Some FUSE filesystem cache data internally and flush it on release. Such
120 TEST_F(Flush, eio) in TEST_F() argument
142 TEST_F(Flush, enosys) in TEST_F() argument
174 TEST_F(Flush, flush) in TEST_F() argument
193 * When closing a file with a POSIX file lock, flush should release the lock,