Searched refs:expect_lookup_7_8 (Results 1 – 7 of 7) sorted by relevance
/freebsd/tests/sys/fs/fusefs/ |
H A D | utils.hh | 165 void expect_lookup_7_8(const char *relpath, uint64_t ino, mode_t mode,
|
H A D | mknod.cc | 110 FuseTest::expect_lookup_7_8(relpath, ino, S_IFREG | 0644, size, 1); in expect_lookup()
|
H A D | link.cc | 99 FuseTest::expect_lookup_7_8(relpath, ino, S_IFREG | 0644, 0, 1); in expect_lookup()
|
H A D | readdir.cc | 59 FuseTest::expect_lookup_7_8(relpath, ino, S_IFDIR | 0755, 0, 1); in expect_lookup()
|
H A D | utils.cc | 321 void FuseTest::expect_lookup_7_8(const char *relpath, uint64_t ino, mode_t mode, in expect_lookup_7_8() function in FuseTest
|
H A D | write.cc | 128 FuseTest::expect_lookup_7_8(relpath, ino, S_IFREG | 0644, size, 1); in expect_lookup()
|
H A D | read.cc | 77 FuseTest::expect_lookup_7_8(relpath, ino, S_IFREG | 0644, size, 1); in expect_lookup()
|