pub fn fallocate(
    fd: i32,
    mode: FallocateFlags,
    offset: i64,
    len: i64
) -> Result<(), Errno>
Expand description

Manipulates file space.

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