Lines Matching refs:fdatasync
755 # fdatasync() probe756 fdatasync="no"762 return fdatasync(0);765 if compile_prog "" "" "fdatasync"; then766 fdatasync="yes"768 echo "fdatasync $fdatasync"1448 if test "$fdatasync" = "yes" ; then