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

/macosx-10.10/BerkeleyDB-21/db/os_qnx/
H A Dos_qnx_fsync.c70 RETRY_CHK(fdatasync(fd), ret);
/macosx-10.10/BerkeleyDB-21/db/os/
H A Dos_fsync.c92 RETRY_CHK((fdatasync(fhp->fd)), ret);
/macosx-10.10/xnu-2782.1.97/libsyscall/xcodescripts/
H A Dcreate-syscalls.pl138 faccessat fcntl fdatasync fpathconf fstat fstatat fsync
/macosx-10.10/apr-32/apr/apr/file_io/unix/
H A Dreadwrite.c389 if (fdatasync(thefile->filedes)) {
/macosx-10.10/removefile-35/
H A Dremovefile_sunlink.c140 fdatasync(fd);
/macosx-10.10/srm-7/srm/src/
H A Dsunlink.c136 fdatasync(fd);
/macosx-10.10/srm-7/srm/
H A Dconfigure3795 for ac_func in fts_open nftw fdatasync chflags snprintf vsnprintf
/macosx-10.10/apr-32/apr-util/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 ();
/macosx-10.10/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.10/ruby-106/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.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_syscalls.c6417 fdatasync(proc_t p, struct fdatasync_args *uap, __unused int32_t *retval) function
6428 * (normal fsync) and synchronized I/O data integrity completion (fdatasync).
/macosx-10.10/Heimdal-398.1.2/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 944 milliseconds