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

/macosx-10.9.5/BerkeleyDB-21/db/os_qnx/
H A Dos_qnx_fsync.c70 RETRY_CHK(fdatasync(fd), ret);
/macosx-10.9.5/BerkeleyDB-21/db/os/
H A Dos_fsync.c92 RETRY_CHK((fdatasync(fhp->fd)), ret);
/macosx-10.9.5/xnu-2422.115.4/libsyscall/xcodescripts/
H A Dcreate-syscalls.pl138 fcntl fdatasync fpathconf fstat fsync
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/file_io/unix/
H A Dreadwrite.c389 if (fdatasync(thefile->filedes)) {
/macosx-10.9.5/apr-30/apr/apr/file_io/unix/
H A Dreadwrite.c389 if (fdatasync(thefile->filedes)) {
/macosx-10.9.5/removefile-33/
H A Dremovefile_sunlink.c140 fdatasync(fd);
/macosx-10.9.5/srm-7/srm/src/
H A Dsunlink.c136 fdatasync(fd);
/macosx-10.9.5/srm-7/srm/
H A Dconfigure3795 for ac_func in fts_open nftw fdatasync chflags snprintf vsnprintf
/macosx-10.9.5/BerkeleyDB-21/db/dist/
H A Dconfigure32716 # The Berkeley DB library calls fdatasync, only available in -lrt on Solaris.
32717 { echo "$as_me:$LINENO: checking for library containing fdatasync" >&5
32718 echo $ECHO_N "checking for library containing fdatasync... $ECHO_C" >&6; }
32736 char fdatasync ();
32740 return fdatasync ();
33386 fcntl fdatasync fgetc fgets fopen fwrite getgid\
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Dio.c1830 return (VALUE)fdatasync(fptr->fd);
1835 * ios.fdatasync -> 0 or nil
1839 * If the underlying operating system does not support <em>fdatasync(2)</em>,
11758 rb_define_method(rb_cIO, "fdatasync", rb_io_fdatasync, 0);
H A Dconfigure8034 ac_cv_func_fdatasync=no # Mac OS X wrongly reports it has fdatasync()
15745 link symlink readlink readdir_r fsync fdatasync fchown posix_fadvise\
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c5847 fdatasync(proc_t p, struct fdatasync_args *uap, __unused int32_t *retval) function
5858 * (normal fsync) and synchronized I/O data integrity completion (fdatasync).
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/
H A Dconfigure3871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing fdatasync" >&5
3872 $as_echo_n "checking for library containing fdatasync... " >&6; }
3886 char fdatasync ();
3890 return fdatasync ();
/macosx-10.9.5/apr-30/apr-util/apr-util/
H A Dconfigure3776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing fdatasync" >&5
3777 $as_echo_n "checking for library containing fdatasync... " >&6; }
3791 char fdatasync ();
3795 return fdatasync ();
/macosx-10.9.5/Heimdal-323.92.1/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 1141 milliseconds