Searched refs:expect_fsyncdir (Results 1 – 1 of 1) sorted by relevance
/freebsd/tests/sys/fs/fusefs/ |
H A D | fsyncdir.cc | 53 void expect_fsyncdir(uint64_t ino, uint32_t flags, int error) in expect_fsyncdir() function in FsyncDir 98 expect_fsyncdir(ino, 0, 0); in TEST_F() 121 expect_fsyncdir(ino, 0, EIO); in TEST_F() 145 expect_fsyncdir(ino, 0, ENOSYS); in TEST_F() 166 expect_fsyncdir(ino, FUSE_FSYNC_FDATASYNC, 0); in TEST_F() 188 expect_fsyncdir(ino, 0, 0); in TEST_F()
|