Searched defs:partno (Results 1 – 4 of 4) sorted by relevance
/linux/block/partitions/ |
H A D | core.c | 293 static struct block_device *add_partition(struct gendisk *disk, int partno, in add_partition() 427 int bdev_add_partition(struct gendisk *disk, int partno, sector_t start, in bdev_add_partition() 457 int bdev_del_partition(struct gendisk *disk, int partno) in bdev_del_partition() 489 int bdev_resize_partition(struct gendisk *disk, int partno, sector_t start, in bdev_resize_partition()
|
/linux/drivers/mtd/ |
H A D | mtdpart.c | 43 int partno, uint64_t cur_offset) in allocate_partition() 367 int mtd_del_partition(struct mtd_info *mtd, int partno) in mtd_del_partition()
|
/linux/block/ |
H A D | bdev.c | 456 struct block_device *bdev_alloc(struct gendisk *disk, u8 partno) in bdev_alloc()
|
H A D | genhd.c | 1432 dev_t part_devt(struct gendisk *disk, u8 partno) in part_devt()
|