Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

fallocate

Function fallocate 

Source
pub unsafe extern "C" fn fallocate(
    fd: c_int,
    mode: c_int,
    offset: off_t,
    len: off_t,
) -> c_int