Searched refs:fdatasync (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/contrib/apr/file_io/unix/
H A Dreadwrite.c389 if (fdatasync(thefile->filedes)) {
/freebsd-10.1-release/contrib/apr-util/
H A Dconfigure3896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing fdatasync" >&5
3897 $as_echo_n "checking for library containing fdatasync... " >&6; }
3911 char fdatasync ();
3915 return fdatasync ();
/freebsd-10.1-release/contrib/sqlite3/
H A Dconfigure19498 for ac_func in fdatasync usleep fullfsync localtime_r gmtime_r
H A Dsqlite3.c26442 ** We do not trust systems to provide a working fdatasync(). Some do.
26444 ** fsync(). If you know that your system does support fdatasync() correctly,
26445 ** then simply compile with -Dfdatasync=fdatasync
26447 #if !defined(fdatasync)
26448 # define fdatasync fsync macro
26478 ** Ted Ts'o tells us that fdatasync() will also write the inode if the
26479 ** file size has changed. The only real difference between fdatasync()
26480 ** and fsync(), Ted tells us, is that fdatasync() will not flush the
26483 ** as far as SQLite is concerned, an fdatasync() is always adequate.
26484 ** So, we always use fdatasync() i
[all...]
/freebsd-10.1-release/contrib/apr/
H A Dconfigure20543 for ac_func in fdatasync
20545 ac_fn_c_check_func "$LINENO" "fdatasync" "ac_cv_func_fdatasync"
/freebsd-10.1-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c27728 ** We do not trust systems to provide a working fdatasync(). Some do.
27730 ** fsync(). If you know that your system does support fdatasync() correctly,
27731 ** then simply compile with -Dfdatasync=fdatasync
27733 #if !defined(fdatasync)
27734 # define fdatasync fsync macro
27764 ** Ted Ts'o tells us that fdatasync() will also write the inode if the
27765 ** file size has changed. The only real difference between fdatasync()
27766 ** and fsync(), Ted tells us, is that fdatasync() will not flush the
27769 ** as far as SQLite is concerned, an fdatasync() is always adequate.
27770 ** So, we always use fdatasync() i
[all...]

Completed in 988 milliseconds