Home
last modified time | relevance | path

Searched refs:blkpg_ioctl_arg (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/s390/block/
Ddasd_genhd.c146 struct blkpg_ioctl_arg barg; in dasd_destroy_partitions()
162 memset(&barg, 0, sizeof(struct blkpg_ioctl_arg)); in dasd_destroy_partitions()
/linux-4.4.14/include/uapi/linux/
Dblkpg.h33 struct blkpg_ioctl_arg { struct
/linux-4.4.14/block/
Dioctl.c13 static int blkpg_ioctl(struct block_device *bdev, struct blkpg_ioctl_arg __user *arg) in blkpg_ioctl()
18 struct blkpg_ioctl_arg a; in blkpg_ioctl()
26 if (copy_from_user(&a, arg, sizeof(struct blkpg_ioctl_arg))) in blkpg_ioctl()
Dcompat_ioctl.c189 struct blkpg_ioctl_arg __user *a = compat_alloc_user_space(sizeof(*a)); in compat_blkpg_ioctl()
/linux-4.4.14/drivers/mtd/
Dmtdchar.c501 struct blkpg_ioctl_arg *arg) in mtdchar_blkpg_ioctl()
965 struct blkpg_ioctl_arg __user *blk_arg = argp; in mtdchar_ioctl()
966 struct blkpg_ioctl_arg a; in mtdchar_ioctl()
1056 struct blkpg_ioctl_arg a; in mtdchar_compat_ioctl()