Lines Matching full:fallocate
123 // or the --no-posix-fallocate option is set, we try the fallocate135 if (::fallocate(o, 0, offset, len) == 0)5138 // exited. The alternative to fallocate would be to use fdatasync,