Home
last modified time | relevance | path

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

/block/
Dgenhd.c192 struct hd_struct *disk_part_iter_next(struct disk_part_iter *piter) in disk_part_iter_next() function
241 EXPORT_SYMBOL_GPL(disk_part_iter_next);
667 while ((part = disk_part_iter_next(&piter))) in register_disk()
789 while ((part = disk_part_iter_next(&piter))) { in del_gendisk()
972 while ((part = disk_part_iter_next(&piter))) { in printk_all_partitions()
1067 while ((part = disk_part_iter_next(&piter))) in show_partition()
1382 while ((hd = disk_part_iter_next(&piter))) { in diskstats_show()
1588 while ((part = disk_part_iter_next(&piter))) in set_disk_ro()
Dioctl.c58 while ((part = disk_part_iter_next(&piter))) { in blkpg_ioctl()
132 while ((lpart = disk_part_iter_next(&piter))) { in blkpg_ioctl()
Dpartition-generic.c455 while ((part = disk_part_iter_next(&piter))) in drop_partitions()