Home
last modified time | relevance | path

Searched refs:expect_lookup_7_8 (Results 1 – 7 of 7) sorted by relevance

/freebsd/tests/sys/fs/fusefs/
H A Dutils.hh165 void expect_lookup_7_8(const char *relpath, uint64_t ino, mode_t mode,
H A Dmknod.cc110 FuseTest::expect_lookup_7_8(relpath, ino, S_IFREG | 0644, size, 1); in expect_lookup()
H A Dlink.cc99 FuseTest::expect_lookup_7_8(relpath, ino, S_IFREG | 0644, 0, 1); in expect_lookup()
H A Dreaddir.cc59 FuseTest::expect_lookup_7_8(relpath, ino, S_IFDIR | 0755, 0, 1); in expect_lookup()
H A Dutils.cc321 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 Dwrite.cc128 FuseTest::expect_lookup_7_8(relpath, ino, S_IFREG | 0644, size, 1); in expect_lookup()
H A Dread.cc77 FuseTest::expect_lookup_7_8(relpath, ino, S_IFREG | 0644, size, 1); in expect_lookup()