Lines Matching refs:gp_next

145 	struct gpt_part_entry *gp_next;  member
252 p = p->gp_next) { in update_part_from_wedge_info()
372 last->gp_next = np; in gpt_read_from_disk()
396 p = p->gp_next) { in gpt_read_from_disk()
510 p = p->gp_next; in gpt_get_part_info()
545 p = p->gp_next; in gpt_get_part_attr_str()
579 last = p, p = p->gp_next, pno++) { in gpt_insert_part_into_list()
594 entry->gp_next = NULL; in gpt_insert_part_into_list()
596 last->gp_next = entry; in gpt_insert_part_into_list()
606 entry->gp_next = p; in gpt_insert_part_into_list()
608 last->gp_next = entry; in gpt_insert_part_into_list()
630 p = p->gp_next; in gpt_set_part_info()
638 for (n = parts->partitions; n != NULL; n = n->gp_next) in gpt_set_part_info()
697 for (p = parts->partitions; p != NULL; p = p->gp_next) { in gpt_get_free_spaces_internal()
1120 for (n = parts->partitions; n != NULL; n = n->gp_next) in gpt_add_part()
1148 i++, p = p->gp_next) in gpt_delete_partition()
1158 parts->partitions = p->gp_next; in gpt_delete_partition()
1160 last->gp_next = p->gp_next; in gpt_delete_partition()
1384 pe != NULL; pe = pe->gp_next) { in gpt_sanitize()
1479 p = p->gp_next; in gpt_get_part_device()
1558 for (pno = 0, p = parts->partitions; p != NULL; p = p->gp_next, pno++) { in gpt_write_to_disk()
1595 n = p->gp_next; in gpt_write_to_disk()
1603 for (p = parts->partitions; p != NULL; p = p->gp_next) { in gpt_write_to_disk()
1624 for (p = parts->partitions; p != NULL; p = p->gp_next) { in gpt_write_to_disk()
1669 p = p->gp_next, pno++) { in gpt_find_by_name()
1700 n = p->gp_next; in gpt_free()
1742 for (i = 0, p = parts->partitions; p != NULL; i++, p = p->gp_next) in gpt_custom_attribute_writable()
1764 for (i = 0, p = parts->partitions; p != NULL; i++, p = p->gp_next) in gpt_get_label_str()
1786 for (i = 0, p = parts->partitions; p != NULL; i++, p = p->gp_next) in gpt_format_custom_attribute()
1831 for (i = 0, p = parts->partitions; p != NULL; i++, p = p->gp_next) in gpt_custom_attribute_toggle()
1849 i++, p = p->gp_next) in gpt_custom_attribute_toggle()
1867 for (i = 0, p = parts->partitions; p != NULL; i++, p = p->gp_next) in gpt_custom_attribute_set_str()