Lines Matching defs:command
592 static int _autofs_dev_ioctl(unsigned int command,
603 cmd = _IOC_NR(command);
605 if (_IOC_TYPE(command) != _IOC_TYPE(AUTOFS_DEV_IOCTL_IOC_FIRST) ||
623 err = validate_dev_ioctl(command, param);
629 pr_warn("unknown command 0x%08x\n", command);
687 static long autofs_dev_ioctl(struct file *file, unsigned int command,
692 err = _autofs_dev_ioctl(command, (struct autofs_dev_ioctl __user *) u);
697 static long autofs_dev_ioctl_compat(struct file *file, unsigned int command,
700 return autofs_dev_ioctl(file, command, (unsigned long) compat_ptr(u));