Lines Matching refs:pentry
1087 struct list_head *pentry, *dentry; in generate_mtdparts() local
1121 list_for_each(pentry, &dev->parts) { in generate_mtdparts()
1122 part = list_entry(pentry, struct part_info, link); in generate_mtdparts()
1253 struct list_head *dentry, *pentry; local
1273 list_for_each(pentry, &dev->parts) {
1277 part = list_entry(pentry, struct part_info, link);
1290 list_for_each(pentry, &dev->parts) {
1291 part = list_entry(pentry, struct part_info, link);
1354 struct list_head *dentry, *pentry; local
1363 list_for_each(pentry, &(*dev)->parts) {
1364 *part = list_entry(pentry, struct part_info, link);
1489 struct list_head *dentry, *pentry; local
1504 list_for_each(pentry, &dev->parts) {
1505 part = list_entry(pentry, struct part_info, link);