Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dgenhd.h268 extern struct hd_struct *__disk_get_part(struct gendisk *disk, int partno);
/OK3568_Linux_fs/kernel/block/
H A Dblk.h220 struct hd_struct *__disk_get_part(struct gendisk *disk, int partno);
H A Dgenhd.c146 struct hd_struct *__disk_get_part(struct gendisk *disk, int partno) in __disk_get_part() function
174 part = __disk_get_part(disk, partno); in disk_get_part()
H A Dblk-core.c755 p = __disk_get_part(bio->bi_disk, bio->bi_partno); in blk_partition_remap()
H A Dbio.c615 part = __disk_get_part(bio->bi_disk, bio->bi_partno); in guard_bio_eod()