Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/s390/block/
Ddasd_genhd.c145 struct blkpg_partition bpart; in dasd_destroy_partitions()
161 memset(&bpart, 0, sizeof(struct blkpg_partition)); in dasd_destroy_partitions()
/Linux-v5.4/include/uapi/linux/
Dblkpg.h51 struct blkpg_partition { struct
/Linux-v5.4/block/
Dioctl.c20 struct blkpg_partition p; in blkpg_ioctl()
29 if (copy_from_user(&p, a.data, sizeof(struct blkpg_partition))) in blkpg_ioctl()
/Linux-v5.4/drivers/mtd/
Dmtdchar.c554 struct blkpg_partition p; in mtdchar_blkpg_ioctl()