Home | History | Annotate | Download | only in fio

Lines Matching refs:posix_fallocate

770 if test "$posix_fallocate" != "yes" ; then
771 posix_fallocate="no"
778 int r = posix_fallocate(0, 0, 1024);
782 if compile_prog "" "" "posix_fallocate"; then
783 posix_fallocate="yes"
785 echo "POSIX fallocate $posix_fallocate"
2050 if test "$posix_fallocate" = "yes" ; then