Searched refs:FlushFileBuffers (Results 1 – 14 of 14) sorted by relevance
230 if (!FlushFileBuffers(h)) in os_fdatasync()
324 BOOST_SYMBOL_IMPORT boost::winapi::BOOL_ BOOST_WINAPI_WINAPI_CC FlushFileBuffers(boost::winapi::HAN…367 BOOST_FORCEINLINE boost::winapi::BOOL_ FlushFileBuffers(boost::winapi::HANDLE_ hFile) in FlushFileBuffers() function368 { return ::FlushFileBuffers(hFile); } in FlushFileBuffers()780 { return 0 != boost::ipwinapiext::FlushFileBuffers(handle); } in flush_file_buffers()
310 return ::FlushFileBuffers(file_.Get()) != FALSE; in Flush()
380 if (!::FlushFileBuffers(temp_file.get())) { in WriteAtomically()
55 if (!FlushFileBuffers(h)) { in iwp_fsync()
289 if (!FlushFileBuffers (self->file_handle)) in _file_sync_stream_commit()
1585 !FlushFileBuffers(fd->vol_handle)) { in ntfs_device_win32_sync()1589 if (!FlushFileBuffers(fd->handle)) { in ntfs_device_win32_sync()
1144 { FlushFileBuffers (psf->file.handle) ; in psf_fsync()
266 FlushFileBuffers((HANDLE)_get_osfhandle(_fileno(log->outputFile))); in qpTestLog_flushFile()
902 // invalid data. Calling FlushFileBuffers on the write handle is906 ::FlushFileBuffers(FileHandle);
572 FlushFileBuffers(handle->handle); in pipe_shutdown_thread_proc()
1969 result = FlushFileBuffers(uv__get_osfhandle(fd)) ? 0 : -1; in fs__sync_impl()
43087 { "FlushFileBuffers", (SYSCALL)FlushFileBuffers, 0 },