Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dgenhd.c178 struct hd_struct *disk_part_iter_next(struct disk_part_iter *piter) in disk_part_iter_next() function
227 EXPORT_SYMBOL_GPL(disk_part_iter_next);
636 while ((part = disk_part_iter_next(&piter))) in register_disk()
743 while ((part = disk_part_iter_next(&piter))) { in del_gendisk()
919 while ((part = disk_part_iter_next(&piter))) { in printk_all_partitions()
1014 while ((part = disk_part_iter_next(&piter))) in show_partition()
1331 while ((hd = disk_part_iter_next(&piter))) { in diskstats_show()
1540 while ((part = disk_part_iter_next(&piter))) in set_disk_ro()
Dioctl.c57 while ((part = disk_part_iter_next(&piter))) { in blkpg_ioctl()
131 while ((lpart = disk_part_iter_next(&piter))) { in blkpg_ioctl()
Dpartition-generic.c450 while ((part = disk_part_iter_next(&piter))) in drop_partitions()
/Linux-v4.19/include/linux/
Dgenhd.h276 extern struct hd_struct *disk_part_iter_next(struct disk_part_iter *piter);
/Linux-v4.19/drivers/s390/block/
Ddasd.c435 while ((part = disk_part_iter_next(&piter))) in dasd_state_ready_to_online()
462 while ((part = disk_part_iter_next(&piter))) in dasd_state_online_to_ready()