Home
last modified time | relevance | path

Searched refs:expect_flush (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/tests/sys/fs/fusefs/
H A Dflush.cc47 expect_flush(uint64_t ino, int times, pid_t lo, ProcessMockerT r) in expect_flush() function in Flush
101 expect_flush(ino, 2, getpid(), ReturnErrno(0)); in TEST_F()
131 expect_flush(ino, 1, getpid(), ReturnErrno(EIO)); in TEST_F()
157 expect_flush(ino0, 1, getpid(), ReturnErrno(ENOSYS)); in TEST_F()
185 expect_flush(ino, 1, getpid(), ReturnErrno(0)); in TEST_F()
227 expect_flush(ino, 1, pid, ReturnErrno(0)); in TEST_F()
H A Drelease.cc86 expect_flush(ino, 1, ReturnErrno(0)); in TEST_F()
116 expect_flush(ino, 1, ReturnErrno(0)); in TEST_F()
138 expect_flush(ino, 1, ReturnErrno(0)); in TEST_F()
161 expect_flush(ino, 2, ReturnErrno(0)); in TEST_F()
184 expect_flush(ino, 1, ReturnErrno(0)); in TEST_F()
223 expect_flush(ino, 1, ReturnErrno(0)); in TEST_F()
H A Dopen.cc206 expect_flush(ino, 2, ReturnErrno(0)); in TEST_F()
332 expect_flush(ino, 1, ReturnErrno(ENOSYS)); in TEST_F()
H A Dutils.hh129 void expect_flush(uint64_t ino, int times, ProcessMockerT r);
H A Dcache.cc181 expect_flush(ino, 1, ReturnErrno(ENOSYS)); in TEST_P()
H A Dallow_other.cc87 expect_flush(ino, 1, ReturnErrno(0)); in TEST_F()
H A Dwrite.cc644 expect_flush(ino, 1, ReturnErrno(0)); in TEST_F()
833 expect_flush(ino, 1, ReturnErrno(0)); in TEST_F()
870 expect_flush(ino, 1, ReturnErrno(0)); in TEST_F()
915 expect_flush(ino, 1, ReturnErrno(0)); in TEST_F()
1072 expect_flush(ino, 1, ReturnErrno(0)); in TEST_F()
H A Dfsync.cc157 expect_flush(ino, 1, ReturnErrno(0)); in TEST_F()
H A Dutils.cc246 FuseTest::expect_flush(uint64_t ino, int times, ProcessMockerT r) in expect_flush() function in FuseTest
H A Dread.cc444 expect_flush(ino, 1, ReturnErrno(0)); in TEST_F()