Lines Matching defs:dataOnly
40443 ** SQLite sets the dataOnly flag if the size of the file is unchanged.
40444 ** The idea behind dataOnly is that it should only write the file content
40445 ** to disk, not the inode. We only set dataOnly if the file size is
40454 ** the value of the dataOnly flag.
40456 static int full_fsync(int fd, int fullSync, int dataOnly){
40466 UNUSED_PARAMETER(dataOnly);
40468 UNUSED_PARAMETER(dataOnly);
40471 UNUSED_PARAMETER(dataOnly);
40577 ** If dataOnly==0 then both the file itself and its metadata (file
40578 ** size, access time, etc) are synced. If dataOnly!=0 then only the