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

/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcompat.h56 #define fdatasync commit macro
/haiku-fatelf/src/bin/coreutils/src/
H A Ddd.c78 # define fdatasync(fd) (errno = ENOSYS, -1) macro
238 #define LONGEST_SYMBOL "fdatasync"
263 {"fdatasync", C_FDATASYNC}, /* Synchronize output data before finishing. */
520 fdatasync physically write output file data before finishing\n\
1808 if ((conversions_mask & C_FDATASYNC) && fdatasync (STDOUT_FILENO) != 0)
1812 error (0, errno, _("fdatasync failed for %s"), quote (output_file));
H A Dshred.c279 /* Return true when it's ok to ignore an fsync or fdatasync
293 (setting errno) on failure. It is not an error if fdatasync and/or
302 if (fdatasync (fd) == 0)
307 error (0, err, _("%s: fdatasync failed"), qname);
956 * invoke fdatasync and/or fsync on it. This is non-standard, so don't
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure[all...]

Completed in 88 milliseconds