Lines Matching refs:ino
45 expect_flush(uint64_t ino, int times, pid_t lo, ProcessMockerT r) in expect_flush() argument
50 in.header.nodeid == ino && in expect_flush()
59 void expect_lookup(const char *relpath, uint64_t ino, int times) in expect_lookup() argument
61 FuseTest::expect_lookup(relpath, ino, S_IFREG | 0644, 0, times); in expect_lookup()
94 uint64_t ino = 42; in TEST_F() local
97 expect_lookup(RELPATH, ino, 2); in TEST_F()
98 expect_open(ino, 0, 1); in TEST_F()
99 expect_flush(ino, 2, getpid(), ReturnErrno(0)); in TEST_F()
119 uint64_t ino = 42; in TEST_F() local
123 expect_lookup(RELPATH, ino, 1); in TEST_F()
124 expect_open(ino, FOPEN_NOFLUSH, 1); in TEST_F()
128 in.header.nodeid == ino && in TEST_F()
154 uint64_t ino = 42; in TEST_F() local
157 expect_lookup(RELPATH, ino, 1); in TEST_F()
158 expect_open(ino, 0, 1); in TEST_F()
159 expect_flush(ino, 1, getpid(), ReturnErrno(EIO)); in TEST_F()
208 uint64_t ino = 42; in TEST_F() local
211 expect_lookup(RELPATH, ino, 1); in TEST_F()
212 expect_open(ino, 0, 1); in TEST_F()
213 expect_flush(ino, 1, getpid(), ReturnErrno(0)); in TEST_F()
230 uint64_t ino = 42; in TEST_F() local
235 expect_lookup(RELPATH, ino, 2); in TEST_F()
236 expect_open(ino, 0, 1); in TEST_F()
240 in.header.nodeid == ino && in TEST_F()
249 in.header.nodeid == ino && in TEST_F()
255 expect_flush(ino, 1, pid, ReturnErrno(0)); in TEST_F()