Lines Matching refs:ino
44 void expect_lookup(const char *relpath, uint64_t ino) in expect_lookup() argument
46 FuseTest::expect_lookup(relpath, ino, S_IFDIR | 0755, 0, 1); in expect_lookup()
55 uint64_t ino = 42; in TEST_F() local
58 expect_lookup(RELPATH, ino); in TEST_F()
59 expect_opendir(ino); in TEST_F()
63 in.header.nodeid == ino && in TEST_F()
71 expect_releasedir(ino, ReturnErrno(0)); in TEST_F()
87 uint64_t ino = 42; in TEST_F() local
90 expect_lookup(RELPATH, ino); in TEST_F()
91 expect_opendir(ino); in TEST_F()
92 expect_releasedir(ino, ReturnErrno(0)); in TEST_F()
105 uint64_t ino = 42; in TEST_F() local
108 expect_lookup(RELPATH, ino); in TEST_F()
109 expect_opendir(ino); in TEST_F()
110 expect_releasedir(ino, ReturnErrno(0)); in TEST_F()