Home
last modified time | relevance | path

Searched defs:partno (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/block/partitions/
H A Dcore.c370 static struct hd_struct *add_partition(struct gendisk *disk, int partno, in add_partition()
525 int bdev_add_partition(struct block_device *bdev, int partno, in bdev_add_partition()
542 int bdev_del_partition(struct block_device *bdev, int partno) in bdev_del_partition()
578 int bdev_resize_partition(struct block_device *bdev, int partno, in bdev_resize_partition()
/OK3568_Linux_fs/kernel/block/
H A Dgenhd.c77 char *disk_name(struct gendisk *hd, int partno, char *buf) in disk_name()
146 struct hd_struct *__disk_get_part(struct gendisk *disk, int partno) in __disk_get_part()
169 struct hd_struct *disk_get_part(struct gendisk *disk, int partno) in disk_get_part()
666 static struct kobject *exact_match(dev_t devt, int *partno, void *data) in exact_match()
854 static void invalidate_partition(struct gendisk *disk, int partno) in invalidate_partition()
992 struct gendisk *get_gendisk(dev_t devt, int *partno) in get_gendisk()
1048 struct block_device *bdget_disk(struct gendisk *disk, int partno) in bdget_disk()
1208 static struct kobject *base_probe(dev_t devt, int *partno, void *data) in base_probe()
1499 int disk_expand_part_tbl(struct gendisk *disk, int partno) in disk_expand_part_tbl()
1681 dev_t blk_lookup_devt(const char *name, int partno) in blk_lookup_devt()
/OK3568_Linux_fs/kernel/drivers/mtd/
H A Dmtdpart.c36 int partno, uint64_t cur_offset) in allocate_partition()
366 int mtd_del_partition(struct mtd_info *mtd, int partno) in mtd_del_partition()
/OK3568_Linux_fs/kernel/drivers/soc/ti/
H A Dk3-socinfo.c46 k3_chipinfo_partno_to_names(unsigned int partno, in k3_chipinfo_partno_to_names()
/OK3568_Linux_fs/kernel/include/linux/
H A Dgenhd.h71 int policy, partno; member
420 static inline dev_t blk_lookup_devt(const char *name, int partno) in blk_lookup_devt()
/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Dmtdpart.c573 int partno, uint64_t cur_offset) in allocate_partition()
834 int mtd_del_partition(struct mtd_info *master, int partno) in mtd_del_partition()
/OK3568_Linux_fs/kernel/fs/
H A Dblock_dev.c1106 static struct gendisk *bdev_get_gendisk(struct block_device *bdev, int *partno) in bdev_get_gendisk()
1466 int partno; in __blkdev_get() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-phy-v2.c293 char partno[XGBE_SFP_BASE_VENDOR_PN_LEN + 1]; member
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dsd.c637 static struct kobject *sd_default_probe(dev_t devt, int *partno, void *data) in sd_default_probe()