Searched refs:expect_fsync (Results 1 – 1 of 1) sorted by relevance
| /src/tests/sys/fs/fusefs/ |
| H A D | fsync.cc | 53 void expect_fsync(uint64_t ino, uint32_t flags, int error, int times = 1) in expect_fsync() function in Fsync 107 expect_fsync(ino, 0, 0); in TEST_F() 176 expect_fsync(ino, FUSE_FSYNC_FDATASYNC, EIO); in TEST_F() 204 expect_fsync(ino, FUSE_FSYNC_FDATASYNC, ENOSYS); in TEST_F() 229 expect_fsync(ino, FUSE_FSYNC_FDATASYNC, 0); in TEST_F() 251 expect_fsync(ino, 0, 0); in TEST_F() 274 expect_fsync(ino, 0, 0, 2); in TEST_F()
|