[][src]Function nix::fcntl::fallocate

pub fn fallocate(
    fd: RawFd,
    mode: FallocateFlags,
    offset: off_t,
    len: off_t
) -> Result<c_int>

Manipulates file space.

Allows the caller to directly manipulate the allocated disk space for the file referred to by fd.