Lines Matching refs:pentry
1086 struct list_head *pentry, *dentry; in generate_mtdparts() local
1117 list_for_each(pentry, &dev->parts) { in generate_mtdparts()
1118 part = list_entry(pentry, struct part_info, link); in generate_mtdparts()
1249 struct list_head *dentry, *pentry; local
1269 list_for_each(pentry, &dev->parts) {
1273 part = list_entry(pentry, struct part_info, link);
1286 list_for_each(pentry, &dev->parts) {
1287 part = list_entry(pentry, struct part_info, link);
1350 struct list_head *dentry, *pentry; local
1359 list_for_each(pentry, &(*dev)->parts) {
1360 *part = list_entry(pentry, struct part_info, link);
1485 struct list_head *dentry, *pentry; local
1500 list_for_each(pentry, &dev->parts) {
1501 part = list_entry(pentry, struct part_info, link);