Home
last modified time | relevance | path

Searched refs:part_devt (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/block/
H A Dgenhd.c1098 bdevt_str(part_devt(part), devt_buf), in printk_all_partitions()
1191 MAJOR(part_devt(part)), MINOR(part_devt(part)), in show_partition()
1631 MAJOR(part_devt(hd)), MINOR(part_devt(hd)), in diskstats_show()
1705 devt = part_devt(part); in blk_lookup_devt()
H A Dblk-core.c767 trace_block_bio_remap(bio->bi_disk->queue, bio, part_devt(p), in blk_partition_remap()
/OK3568_Linux_fs/kernel/include/linux/
H A Dgenhd.h263 static inline dev_t part_devt(struct hd_struct *part) in part_devt() function
/OK3568_Linux_fs/kernel/init/
H A Ddo_mounts.c155 res = part_devt(part); in devt_from_partuuid()
/OK3568_Linux_fs/kernel/block/partitions/
H A Dcore.c349 blk_invalidate_devt(part_devt(part)); in delete_partition()
/OK3568_Linux_fs/kernel/fs/
H A Dblock_dev.c950 return bdget(part_devt(part)); in bdget_part()