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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dgenhd.c113 * disk_part_iter_next - proceed iterator to the next partition and return it
121 struct hd_struct *disk_part_iter_next(struct disk_part_iter *piter) function
170 EXPORT_SYMBOL_GPL(disk_part_iter_next); variable
653 while ((part = disk_part_iter_next(&piter))) {
747 while ((part = disk_part_iter_next(&piter)))
1047 while ((hd = disk_part_iter_next(&piter))) {
1245 while ((part = disk_part_iter_next(&piter)))
H A Dioctl.c53 while ((part = disk_part_iter_next(&piter))) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/partitions/
H A Dcheck.c552 while ((part = disk_part_iter_next(&piter)))
592 while ((part = disk_part_iter_next(&piter)))
723 while ((part = disk_part_iter_next(&piter))) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dgenhd.h231 extern struct hd_struct *disk_part_iter_next(struct disk_part_iter *piter);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/block/
H A Ddasd.c374 while ((part = disk_part_iter_next(&piter)))
400 while ((part = disk_part_iter_next(&piter)))

Completed in 55 milliseconds