Home | History | Annotate | Download | only in gold

Lines Matching refs:posix_fallocate

122 // A wrapper around posix_fallocate.  If we don't have posix_fallocate,
131 if (parameters->options().posix_fallocate())
132 return ::posix_fallocate(o, offset, len);