Function nix::fcntl::posix_fallocate

pub fn posix_fallocate(fd: RawFd, offset: libc::off_t, len: libc::off_t) -> Result<()>
On this page