pub fn sys_flock( locked: &mut Locked<Unlocked>, current_task: &CurrentTask, fd: FdNumber, operation: u32, ) -> Result<(), Errno>