Initiates readahead for a file descriptor in the kernel.
fn readahead(fd: i32, offset: i64, count: u64) -> i64
| Name | Description |
|---|---|
| fd | The affected file descriptor. |
| offset | The start of the readahead. |
| count | The number of bytes to read. |
Returns succcess or an error value.