Searched refs:expect_fallocate (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/tests/sys/fs/fusefs/ |
| H A D | fallocate.cc | 101 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 D | utils.hh | 122 void expect_fallocate(uint64_t ino, uint64_t offset, uint64_t length,
|
| H A D | default_permissions.cc | 899 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 D | utils.cc | 229 FuseTest::expect_fallocate(uint64_t ino, uint64_t offset, uint64_t length, in expect_fallocate() function in FuseTest
|