Symbol: expect_lookup
tests/sys/fs/fusefs/access.cc
52
void expect_lookup(const char *relpath, uint64_t ino)
tests/sys/fs/fusefs/bmap.cc
72
void expect_lookup(const char *relpath, uint64_t ino, off_t size)
tests/sys/fs/fusefs/cache.cc
101
void expect_lookup(const char *relpath, uint64_t ino,
tests/sys/fs/fusefs/default_permissions.cc
150
void expect_lookup(const char *relpath, uint64_t ino, mode_t mode,
tests/sys/fs/fusefs/default_permissions_privileged.cc
91
void expect_lookup(const char *relpath, uint64_t ino, mode_t mode,
tests/sys/fs/fusefs/flush.cc
59
void expect_lookup(const char *relpath, uint64_t ino, int times)
tests/sys/fs/fusefs/fsync.cc
72
void expect_lookup(const char *relpath, uint64_t ino, int times = 1)
tests/sys/fs/fusefs/fsyncdir.cc
71
void expect_lookup(const char *relpath, uint64_t ino)
tests/sys/fs/fusefs/getattr.cc
44
void expect_lookup(const char *relpath, uint64_t ino, mode_t mode,
tests/sys/fs/fusefs/interrupt.cc
90
void expect_lookup(const char *relpath, uint64_t ino)
tests/sys/fs/fusefs/link.cc
63
void expect_lookup(const char *relpath, uint64_t ino)
tests/sys/fs/fusefs/link.cc
97
void expect_lookup(const char *relpath, uint64_t ino)
tests/sys/fs/fusefs/locks.cc
48
void expect_lookup(const char *relpath, uint64_t ino, uint64_t size = 0)
tests/sys/fs/fusefs/mknod.cc
108
void expect_lookup(const char *relpath, uint64_t ino, uint64_t size)
tests/sys/fs/fusefs/notify.cc
71
void expect_lookup(uint64_t parent, const char *relpath, uint64_t ino,
tests/sys/fs/fusefs/opendir.cc
45
void expect_lookup(const char *relpath, uint64_t ino)
tests/sys/fs/fusefs/read.cc
104
void expect_lookup(const char *relpath, uint64_t ino)
tests/sys/fs/fusefs/read.cc
54
void expect_lookup(const char *relpath, uint64_t ino, uint64_t size)
tests/sys/fs/fusefs/read.cc
75
void expect_lookup(const char *relpath, uint64_t ino, uint64_t size)
tests/sys/fs/fusefs/readdir.cc
44
void expect_lookup(const char *relpath, uint64_t ino)
tests/sys/fs/fusefs/readdir.cc
57
void expect_lookup(const char *relpath, uint64_t ino)
tests/sys/fs/fusefs/readlink.cc
44
void expect_lookup(const char *relpath, uint64_t ino)
tests/sys/fs/fusefs/release.cc
47
void expect_lookup(const char *relpath, uint64_t ino, int times)
tests/sys/fs/fusefs/releasedir.cc
44
void expect_lookup(const char *relpath, uint64_t ino)
tests/sys/fs/fusefs/rmdir.cc
43
void expect_lookup(const char *relpath, uint64_t ino, int times=1)
tests/sys/fs/fusefs/unlink.cc
41
void expect_lookup(const char *relpath, uint64_t ino, int times, int nlink=1)
tests/sys/fs/fusefs/utils.cc
297
void FuseTest::expect_lookup(const char *relpath, uint64_t ino, mode_t mode,
tests/sys/fs/fusefs/write.cc
128
void expect_lookup(const char *relpath, uint64_t ino, uint64_t size)
tests/sys/fs/fusefs/write.cc
69
void expect_lookup(const char *relpath, uint64_t ino, uint64_t size)