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()
57 void expect_lookup(const char *relpath, uint64_t ino) in expect_lookup() argument
59 FuseTest::expect_lookup_7_8(relpath, ino, S_IFDIR | 0755, 0, 1); in expect_lookup()
71 uint64_t ino = 42; in TEST_F() local
77 expect_lookup(RELPATH, ino); in TEST_F()
78 expect_opendir(ino); in TEST_F()
89 expect_readdir(ino, 0, ents); in TEST_F()
90 expect_readdir(ino, 3000, empty_ents); in TEST_F()
122 uint64_t ino = 42; in TEST_F() local
126 expect_lookup(RELPATH, ino); in TEST_F()
127 expect_opendir(ino); in TEST_F()
131 in.header.nodeid == ino && in TEST_F()
157 uint64_t ino = 42; in TEST_F() local
162 expect_lookup(RELPATH, ino); in TEST_F()
163 expect_opendir(ino); in TEST_F()
168 in.header.nodeid == ino && in TEST_F()
195 uint64_t ino = 42; in TEST_F() local
202 expect_lookup(RELPATH, ino); in TEST_F()
203 expect_opendir(ino); in TEST_F()
210 expect_readdir(ino, 0, ents0); in TEST_F()
220 expect_readdir(ino, 0, ents0); in TEST_F()
221 expect_readdir(ino, 2000, ents1); in TEST_F()
250 uint64_t ino = 42; in TEST_F() local
255 FuseTest::expect_lookup(RELPATH, ino, S_IFDIR | 0755, 0, 2); in TEST_F()
256 expect_opendir(ino); in TEST_F()
261 in.header.nodeid == ino && in TEST_F()
297 uint64_t ino = 42; in TEST_F() local
300 expect_lookup(RELPATH, ino); in TEST_F()
301 expect_opendir(ino); in TEST_F()
306 in.header.nodeid == ino); in TEST_F()
332 uint64_t ino = 42; in TEST_F() local
339 expect_lookup(RELPATH, ino); in TEST_F()
340 expect_opendir(ino); in TEST_F()
346 expect_readdir(ino, 0, ents); in TEST_F()
347 expect_readdir(ino, 4000, empty_ents); in TEST_F()
373 uint64_t ino = 42; in TEST_F() local
410 expect_lookup(RELPATH, ino); in TEST_F()
411 expect_opendir(ino); in TEST_F()
413 expect_readdir(ino, 0, ents0); in TEST_F()
414 expect_readdir(ino, 123000, ents1); in TEST_F()
415 expect_readdir(ino, 225000, ents2); in TEST_F()
452 uint64_t ino = 42; in TEST_F() local
459 expect_lookup(RELPATH, ino); in TEST_F()
460 expect_opendir(ino); in TEST_F()
466 expect_readdir(ino, 0, ents); in TEST_F()
467 expect_readdir(ino, 4000, empty_ents); in TEST_F()
491 uint64_t ino = 42; in TEST_F() local
494 expect_lookup(RELPATH, ino); in TEST_F()
495 expect_opendir(ino); in TEST_F()
500 in.header.nodeid == ino); in TEST_F()