Home | History | Annotate | Download | only in fio

Lines Matching refs:posix_fallocate

637 posix_fallocate="no"
643 int r = posix_fallocate(0, 0, 1024);
647 if compile_prog "" "" "posix_fallocate"; then
648 posix_fallocate="yes"
650 echo "POSIX fallocate $posix_fallocate"
1445 if test "$posix_fallocate" = "yes" ; then