Home | History | Annotate | Download | only in dist

Lines Matching refs:full_fsync

34190 static int full_fsync(int fd, int fullSync, int dataOnly){
34342 rc = full_fsync(pFile->h, isFullsync, isDataOnly);
34346 return unixLogError(SQLITE_IOERR_FSYNC, "full_fsync", pFile->zPath);
34359 full_fsync(dirfd, 0, 0);
36806 if( full_fsync(fd,0,0) ){
37845 full_fsync(conchFile->h,0,0);