Searched refs:MockFS (Results 1 – 5 of 5) sorted by relevance
/freebsd/tests/sys/fs/fusefs/ |
H A D | mockfs.cc | 164 void MockFS::debug_request(const mockfs_buf_in &in, ssize_t buflen) in debug_request() 387 void MockFS::debug_response(const mockfs_buf_out &out) { in debug_response() 419 MockFS::MockFS(int max_read, int max_readahead, bool allow_other, in MockFS() function in MockFS 531 .WillByDefault(Invoke(this, &MockFS::process_default)); in MockFS() 545 MockFS::~MockFS() { in ~MockFS() 557 void MockFS::audit_request(const mockfs_buf_in &in, ssize_t buflen) { in audit_request() 750 void MockFS::init(uint32_t flags) { in init() 780 void MockFS::kill_daemon() { in kill_daemon() 791 void MockFS::loop() { in loop() 825 int MockFS::notify_inval_entry(ino_t parent, const char *name, size_t namelen) in notify_inval_entry() [all …]
|
H A D | mockfs.hh | 280 class MockFS { class 364 MockFS(int max_read, int max_readahead, bool allow_other, 371 virtual ~MockFS();
|
H A D | notify.cc | 102 MockFS *mock; 120 MockFS *mock; 127 MockFS *mock;
|
H A D | utils.hh | 73 MockFS *m_mock = NULL;
|
H A D | utils.cc | 157 m_mock = new MockFS(m_maxread, m_maxreadahead, m_allow_other, in SetUp()
|