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

readahead

Function readahead 

Source
pub unsafe extern "C" fn readahead(
    fd: c_int,
    offset: off64_t,
    count: size_t,
) -> ssize_t