Home
last modified time | relevance | path

Searched refs:expect_fsync (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/tests/sys/fs/fusefs/
H A Dfsync.cc55 void expect_fsync(uint64_t ino, uint32_t flags, int error) in expect_fsync() function in Fsync
108 expect_fsync(ino, 0, 0); in TEST_F()
177 expect_fsync(ino, FUSE_FSYNC_FDATASYNC, EIO); in TEST_F()
205 expect_fsync(ino, FUSE_FSYNC_FDATASYNC, ENOSYS); in TEST_F()
230 expect_fsync(ino, FUSE_FSYNC_FDATASYNC, 0); in TEST_F()
252 expect_fsync(ino, 0, 0); in TEST_F()