Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/block/
Dgenhd.c226 struct hd_struct *disk_part_iter_next(struct disk_part_iter *piter) in disk_part_iter_next() function
278 EXPORT_SYMBOL_GPL(disk_part_iter_next);
754 while ((part = disk_part_iter_next(&piter))) in register_disk()
918 while ((part = disk_part_iter_next(&piter))) { in del_gendisk()
1102 while ((part = disk_part_iter_next(&piter))) { in printk_all_partitions()
1197 while ((part = disk_part_iter_next(&piter))) in show_partition()
1625 while ((hd = disk_part_iter_next(&piter))) { in diskstats_show()
1876 while ((part = disk_part_iter_next(&piter))) in set_disk_ro()
/kernel/linux/linux-5.10/include/linux/
Dgenhd.h286 extern struct hd_struct *disk_part_iter_next(struct disk_part_iter *piter);
/kernel/linux/linux-5.10/block/partitions/
Dcore.c512 while ((part = disk_part_iter_next(&piter))) { in partition_overlaps()
655 while ((part = disk_part_iter_next(&piter))) in blk_drop_partitions()
/kernel/linux/linux-5.10/drivers/s390/block/
Ddasd.c447 while ((part = disk_part_iter_next(&piter))) in dasd_state_ready_to_online()
474 while ((part = disk_part_iter_next(&piter))) in dasd_state_online_to_ready()
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch49427 + while ((part = disk_part_iter_next(&piter))) {