pub fn sys_access( current_task: &CurrentTask, user_path: UserCString, mode: u32, ) -> Result<(), Errno>