Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/include/uapi/linux/
Dblkpg.h34 struct blkpg_ioctl_arg { struct
/Linux-v5.4/block/
Dioctl.c14 static int blkpg_ioctl(struct block_device *bdev, struct blkpg_ioctl_arg __user *arg) in blkpg_ioctl()
19 struct blkpg_ioctl_arg a; in blkpg_ioctl()
27 if (copy_from_user(&a, arg, sizeof(struct blkpg_ioctl_arg))) in blkpg_ioctl()
Dcompat_ioctl.c186 struct blkpg_ioctl_arg __user *a = compat_alloc_user_space(sizeof(*a)); in compat_blkpg_ioctl()
/Linux-v5.4/drivers/mtd/
Dmtdchar.c552 struct blkpg_ioctl_arg *arg) in mtdchar_blkpg_ioctl()
970 struct blkpg_ioctl_arg __user *blk_arg = argp; in mtdchar_ioctl()
971 struct blkpg_ioctl_arg a; in mtdchar_ioctl()
1061 struct blkpg_ioctl_arg a; in mtdchar_compat_ioctl()