Searched refs:expect_opendir (Results 1 – 9 of 9) sorted by relevance
/freebsd/tests/sys/fs/fusefs/ |
H A D | opendir.cc | 50 void expect_opendir(uint64_t ino, uint32_t flags, ProcessMockerT r) in expect_opendir() function in Opendir 97 expect_opendir(ino, O_RDONLY, ReturnErrno(ENOENT)); in TEST_F() 120 expect_opendir(ino, O_RDONLY, ReturnErrno(EPERM)); in TEST_F() 134 expect_opendir(ino, O_RDONLY, in TEST_F() 154 expect_opendir(ino, O_EXEC, in TEST_F() 172 expect_opendir(ino, O_RDONLY, in TEST_F() 191 expect_opendir(ino, O_RDONLY, ReturnErrno(ENOSYS)); in TEST_F() 210 expect_opendir(ino, O_RDONLY, ReturnErrno(ENOSYS)); in TEST_F()
|
H A D | fsyncdir.cc | 97 expect_opendir(ino); in TEST_F() 120 expect_opendir(ino); in TEST_F() 144 expect_opendir(ino); in TEST_F() 165 expect_opendir(ino); in TEST_F() 187 expect_opendir(ino); in TEST_F()
|
H A D | readdir.cc | 78 expect_opendir(ino); in TEST_F() 127 expect_opendir(ino); in TEST_F() 163 expect_opendir(ino); in TEST_F() 203 expect_opendir(ino); in TEST_F() 256 expect_opendir(ino); in TEST_F() 301 expect_opendir(ino); in TEST_F() 340 expect_opendir(ino); in TEST_F() 411 expect_opendir(ino); in TEST_F() 460 expect_opendir(ino); in TEST_F() 495 expect_opendir(ino); in TEST_F()
|
H A D | releasedir.cc | 59 expect_opendir(ino); in TEST_F() 91 expect_opendir(ino); in TEST_F() 109 expect_opendir(ino); in TEST_F()
|
H A D | utils.hh | 178 void expect_opendir(uint64_t ino);
|
H A D | allow_other.cc | 238 expect_opendir(ino); in TEST_F()
|
H A D | lookup.cc | 224 expect_opendir(bar_ino); in TEST_F() 574 expect_opendir(bar_ino); in TEST_F()
|
H A D | nfs.cc | 323 expect_opendir(ino); in TEST_F()
|
H A D | utils.cc | 357 void FuseTest::expect_opendir(uint64_t ino) 358 void FuseTest::expect_opendir(uint64_t ino) expect_opendir() function in FuseTest
|