Lines Matching defs:command
593 static int _autofs_dev_ioctl(unsigned int command,
604 cmd = _IOC_NR(command);
606 if (_IOC_TYPE(command) != _IOC_TYPE(AUTOFS_DEV_IOCTL_IOC_FIRST) ||
624 err = validate_dev_ioctl(command, param);
630 pr_warn("unknown command 0x%08x\n", command);
688 static long autofs_dev_ioctl(struct file *file, unsigned int command,
693 err = _autofs_dev_ioctl(command, (struct autofs_dev_ioctl __user *) u);
698 static long autofs_dev_ioctl_compat(struct file *file, unsigned int command,
701 return autofs_dev_ioctl(file, command, (unsigned long) compat_ptr(u));