Home | History | Annotate | Download | only in gold

Lines Matching full:fallocate

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