pub fn sys_fallocate( current_task: &CurrentTask, fd: FdNumber, mode: u32, offset: off_t, len: off_t, ) -> Result<(), Errno>