Lines Matching refs:posix_fallocate
770 if test "$posix_fallocate" != "yes" ; then771 posix_fallocate="no"778 int r = posix_fallocate(0, 0, 1024);782 if compile_prog "" "" "posix_fallocate"; then783 posix_fallocate="yes"785 echo "POSIX fallocate $posix_fallocate"2050 if test "$posix_fallocate" = "yes" ; then