pub fn sys_readahead( _locked: &mut Locked<Unlocked>, current_task: &CurrentTask, fd: FdNumber, offset: off_t, length: usize, ) -> Result<(), Errno>