Searched refs:fsync (Results 1 – 12 of 12) sorted by relevance
33 # fsync() calls on the journal file).37 # fsync() calls on the journal file, no need to set nRec134 # The following INSERT updates 2 pages and requires 4 calls to fsync():148 # only write 1 page and require a single fsync().150 # The single fsync() is the database file. Only one page is reported as156 # single fsync.417 # have been no calls to fsync(). The file is probably about 30KB.424 # The COMMIT requires a single fsync() - to the database file.436 # than 4, calls to fsync(). The fsync() calls are on:442 # Normally, when the SAFE_APPEND flag is not set, there is another fsync()
13 # This file implements tests to verify that fsync is disabled when
648 fsync(fileno(out)); in updateFile()
782 # the number of fsync() calls.
326 rc = fsync(p->fd); in demoSync()479 rc = fsync(dfd); in demoDelete()
3563 # define fdatasync fsync3653 if( rc ) rc = fsync(fd); in full_fsync()3659 rc = fsync(fd); in full_fsync()3664 rc = fsync(fd); in full_fsync()
1087 rc = fsync(fileno(p->f)); in sqlite3_quota_fflush()
695 ** equal SQLITE_SYNC_NORMAL, that means to use normal fsync() semantics.697 ** to use Mac OS X style fullsync instead of fsync().748 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
4354 " --async Write to FILE without journal and fsync()",
37 # define fsync(fd) FlushFileBuffers((HANDLE)_get_osfhandle((fd))) macro
1240 fsync(fd); in do_writer_test()
46 # define fdatasync(x) fsync(x)