Home
last modified time | relevance | path

Searched refs:ReturnNegativeCache (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/tests/sys/fs/fusefs/
H A Dmkdir.cc97 .WillOnce(ReturnNegativeCache(&entry_valid)); in TEST_F()
133 .WillOnce(Invoke(ReturnNegativeCache(&entry_valid))) in TEST_F()
H A Drename.cc130 .WillOnce(ReturnNegativeCache(&entry_valid)); in TEST_F()
165 .WillOnce(ReturnNegativeCache(&entry_valid)) in TEST_F()
H A Dlookup.cc243 .WillOnce(Invoke(ReturnNegativeCache(&entry_valid))); in TEST_F()
260 .WillRepeatedly(Invoke(ReturnNegativeCache(&entry_valid))); in TEST_F()
H A Dcreate.cc280 .WillOnce(ReturnNegativeCache(&entry_valid)); in TEST_F()
309 .WillOnce(Invoke(ReturnNegativeCache(&entry_valid))) in TEST_F()
H A Dmockfs.hh234 ProcessMockerT ReturnNegativeCache(const struct timespec *entry_valid);
H A Dmockfs.cc127 ReturnNegativeCache(const struct timespec *entry_valid) in ReturnNegativeCache() function