Searched refs:dataOnly (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c27760 ** SQLite sets the dataOnly flag if the size of the file is unchanged.
27761 ** The idea behind dataOnly is that it should only write the file content
27762 ** to disk, not the inode. We only set dataOnly if the file size is
27771 ** the value of the dataOnly flag.
27773 static int full_fsync(int fd, int fullSync, int dataOnly){ argument
27783 UNUSED_PARAMETER(dataOnly);
27785 UNUSED_PARAMETER(dataOnly);
27788 UNUSED_PARAMETER(dataOnly);
27888 ** If dataOnly==0 then both the file itself and its metadata (file
27889 ** size, access time, etc) are synced. If dataOnly!
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c32738 full_fsync(int fd, int fullSync, int dataOnly) argument
[all...]

Completed in 709 milliseconds