Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dblkpg.h28 struct blkpg_partition { struct
/openbmc/linux/block/
H A Dioctl.c17 struct blkpg_partition __user *upart, int op) in blkpg_do_ioctl()
20 struct blkpg_partition p; in blkpg_do_ioctl()
25 if (copy_from_user(&p, upart, sizeof(struct blkpg_partition))) in blkpg_do_ioctl()
58 struct blkpg_partition __user *udata; in blkpg_ioctl()
/openbmc/qemu/linux-user/
H A Dsyscall_types.h360 STRUCT(blkpg_partition,
H A Dsyscall.c5223 struct blkpg_partition host_part; in do_ioctl_blkpg()
/openbmc/linux/drivers/mtd/
H A Dmtdchar.c544 struct blkpg_partition p; in mtdchar_blkpg_ioctl()