Lines Matching defs:arg
142 * { { .iov_base = inarg.arg, .iov_len = sizeof(struct a) } }
149 * { { .iov_base = inarg.arg, .iov_len = sizeof(struct a) },
167 long fuse_do_ioctl(struct file *file, unsigned int cmd, unsigned long arg,
175 .arg = arg,
218 iov->iov_base = (void __user *)arg;
352 unsigned long arg, unsigned int flags)
363 return fuse_do_ioctl(file, cmd, arg, flags);
366 long fuse_file_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
368 return fuse_ioctl_common(file, cmd, arg, 0);
372 unsigned long arg)
374 return fuse_ioctl_common(file, cmd, arg, FUSE_IOCTL_COMPAT);