Lines Matching defs:arg
21 long ext2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
29 ext2_debug ("cmd = %u, arg = %lu\n", cmd, arg);
34 return put_user(flags, (int __user *) arg);
47 if (get_user(flags, (int __user *) arg)) {
83 return put_user(inode->i_generation, (int __user *) arg);
92 if (get_user(generation, (int __user *) arg)) {
112 return put_user(rsv_window_size, (int __user *)arg);
123 if (get_user(rsv_window_size, (int __user *)arg))
162 long ext2_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
181 return ext2_ioctl(file, cmd, (unsigned long) compat_ptr(arg));