Function uapi::fallocate

source ·
pub fn fallocate(
    fd: c_int,
    mode: c_int,
    offset: off_t,
    len: off_t
) -> Result<()>
Expand description