Home
last modified time | relevance | path

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

/freebsd-13.1/tests/sys/fs/fusefs/
H A Dfallocate.cc101 expect_fallocate(ino, offset, length, 0, ENOSYS); in TEST_F()
130 expect_fallocate(ino, offset, length, 0, EOPNOTSUPP); in TEST_F()
154 expect_fallocate(ino, offset, length, 0, EIO); in TEST_F()
160 expect_fallocate(ino, offset, length, 0, 0); in TEST_F()
231 expect_fallocate(ino, offset, length, 0, 0); in TEST_F()
H A Dutils.hh122 void expect_fallocate(uint64_t ino, uint64_t offset, uint64_t length,
H A Ddefault_permissions.cc899 expect_fallocate(ino, off, len, 0, 0); in TEST_F()
929 expect_fallocate(ino, off, len, 0, 0); in TEST_F()
959 expect_fallocate(ino, off, len, 0, 0); in TEST_F()
H A Dutils.cc229 FuseTest::expect_fallocate(uint64_t ino, uint64_t offset, uint64_t length, in expect_fallocate() function in FuseTest