Home | History | Annotate | Download | only in fio

Lines Matching refs:fdatasync

755 # fdatasync() probe
756 fdatasync="no"
762 return fdatasync(0);
765 if compile_prog "" "" "fdatasync"; then
766 fdatasync="yes"
768 echo "fdatasync $fdatasync"
1448 if test "$fdatasync" = "yes" ; then