Searched refs:blkpg_ioctl_arg (Results 1 – 5 of 5) sorted by relevance
155 struct blkpg_ioctl_arg barg; in dasd_destroy_partitions()171 memset(&barg, 0, sizeof(struct blkpg_ioctl_arg)); in dasd_destroy_partitions()
12 static int blkpg_ioctl(struct block_device *bdev, struct blkpg_ioctl_arg __user *arg) in blkpg_ioctl()17 struct blkpg_ioctl_arg a; in blkpg_ioctl()25 if (copy_from_user(&a, arg, sizeof(struct blkpg_ioctl_arg))) in blkpg_ioctl()407 ret = blkpg_ioctl(bdev, (struct blkpg_ioctl_arg __user *) arg); in blkdev_ioctl()
189 struct blkpg_ioctl_arg __user *a = compat_alloc_user_space(sizeof(*a)); in compat_blkpg_ioctl()
33 struct blkpg_ioctl_arg { struct
501 struct blkpg_ioctl_arg __user *arg) in mtdchar_blkpg_ioctl()503 struct blkpg_ioctl_arg a; in mtdchar_blkpg_ioctl()509 if (copy_from_user(&a, arg, sizeof(struct blkpg_ioctl_arg))) in mtdchar_blkpg_ioctl()970 (struct blkpg_ioctl_arg __user *)arg); in mtdchar_ioctl()