Home
last modified time | relevance | path

Searched refs:FlushPageCache (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dos.h129 virtual bool FlushPageCache(void);
H A Dos.cc229 bool OsLayer::FlushPageCache(void) { in FlushPageCache() function in OsLayer
H A Dworker.cc1725 return os_->FlushPageCache(); // If O_DIRECT worked, this will be a NOP. in WritePages()
2944 if (!os_->FlushPageCache()) // If O_DIRECT worked, this will be a NOP. in DoWork()