Searched defs:disk_part_iter_next (Results 1 - 1 of 1) sorted by relevance

/block/
H A Dgenhd.c119 * disk_part_iter_next - proceed iterator to the next partition and return it
127 struct hd_struct *disk_part_iter_next(struct disk_part_iter *piter) function
176 EXPORT_SYMBOL_GPL(disk_part_iter_next); variable
568 while ((part = disk_part_iter_next(&piter)))
645 while ((part = disk_part_iter_next(&piter))) {
766 while ((part = disk_part_iter_next(&piter))) {
861 while ((part = disk_part_iter_next(&piter)))
1121 while((part = disk_part_iter_next(&piter)))
1175 while ((hd = disk_part_iter_next(&piter))) {
1367 while ((part = disk_part_iter_next(
[all...]

Completed in 46 milliseconds