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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dcompat.h56 #define fdatasync commit macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os_qnx/
H A Dos_qnx_fsync.c70 RETRY_CHK(fdatasync(fd), ret);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_fsync.c92 RETRY_CHK((fdatasync(fhp->fd)), ret);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/os-Linux/
H A Duser_syms.c97 EXPORT_SYMBOL_PROTO(fdatasync); variable
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/parisc/kernel/
H A Dsyscall_table.S237 ENTRY_SAME(fdatasync)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hostfs/
H A Dhostfs_user.c175 ret = fdatasync(fd);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Dsystbl.h154 SYSCALL_SPU(fdatasync)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/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...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dconfigure19379 for ac_func in fdatasync usleep fullfsync localtime_r gmtime_r
H A Dsqlite3.c24404 ** We do not trust systems to provide a working fdatasync(). Some do.
24406 ** If you know that your system does support fdatasync() correctly,
24407 ** then simply compile with -Dfdatasync=fdatasync
24409 #if !defined(fdatasync) && !defined(__linux__)
24410 # define fdatasync fsync macro
24440 ** Ted Ts'o tells us that fdatasync() will also write the inode if the
24441 ** file size has changed. The only real difference between fdatasync()
24442 ** and fsync(), Ted tells us, is that fdatasync() will not flush the
24445 ** as far as SQLite is concerned, an fdatasync() is always adequate.
24446 ** So, we always use fdatasync() i
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/
H A Dconfigure22540 atexit basename daemon dup2 fdatasync ffs getopt_long hasmntopt \

Completed in 525 milliseconds