Searched refs:full_fsync (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | os_unix.c | 3602 static int full_fsync(int fd, int fullSync, int dataOnly){ in full_fsync() function 3754 rc = full_fsync(pFile->h, isFullsync, isDataOnly); in unixSync() 3771 full_fsync(dirfd, 0, 0); in unixSync() 6387 if( full_fsync(fd,0,0) ){ in unixDelete() 7440 full_fsync(conchFile->h,0,0); in proxyTakeConch()
|