Lines Matching full:fsync
51 class Fsync: public FuseTest { class
64 in.body.fsync.fh == FH && in expect_fsync()
65 in.body.fsync.fsync_flags == flags); in expect_fsync()
84 class AioFsync: public Fsync {
123 * fuse(4) should NOT fsync during VOP_RELEASE or VOP_INACTIVE
128 TEST_F(Fsync, close) in TEST_F() argument
164 TEST_F(Fsync, eio) in TEST_F() argument
192 TEST_F(Fsync, enosys) in TEST_F() argument
217 TEST_F(Fsync, fdatasync) in TEST_F() argument
239 TEST_F(Fsync, fsync) in TEST_F() argument
256 ASSERT_EQ(0, fsync(fd)) << strerror(errno); in TEST_F()
261 /* If multiple FUSE file handles are active, we must fsync them all */
262 TEST_F(Fsync, two_handles) in TEST_F() argument
281 ASSERT_EQ(0, fsync(fd1)) << strerror(errno); in TEST_F()