Lines Matching refs:gpt_req_count

1063                         int gpt_req_count,  in iso_find_gpt_entry()  argument
1069 for (*index = 0; *index < gpt_req_count; (*index)++) { in iso_find_gpt_entry()
1084 int *gpt_req_count, in iso_quick_gpt_entry() argument
1102 ret = iso_register_gpt_entry(req_array, gpt_req_count, entry, 0); in iso_quick_gpt_entry()
1357 if (t->gpt_req_count > 0 && in rectify_apm()
1702 for (i = 0; i < t->gpt_req_count; i++) in iso_copy_apmhfs_to_gpt()
1710 if (i >= t->gpt_req_count) { in iso_copy_apmhfs_to_gpt()
1718 ret = iso_quick_gpt_entry(t->gpt_req, &(t->gpt_req_count), in iso_copy_apmhfs_to_gpt()
1747 if (t->gpt_req_count == 0) in iso_write_gpt()
1756 qsort(t->gpt_req, t->gpt_req_count, in iso_write_gpt()
1759 up_to = t->gpt_req_count + 1; in iso_write_gpt()
1804 ret = iso_quick_gpt_entry(t->gpt_req, &(t->gpt_req_count), in iso_write_gpt()
1811 t->gpt_req[t->gpt_req_count - 1]->req_status |= 1; in iso_write_gpt()
1815 qsort(t->gpt_req, t->gpt_req_count, in iso_write_gpt()
1818 if ((int) t->gpt_max_entries < t->gpt_req_count) in iso_write_gpt()
1822 for (i = 0; i < t->gpt_req_count; i++) { in iso_write_gpt()
2004 if (t->gpt_req_count > 0 && ! t->opts->part_like_isohybrid) { in iso_write_system_area()
2020 } else if (t->gpt_req_count > 0) { in iso_write_system_area()
2122 if (t->gpt_req_count > 0 && sa_type == 0 && t->mbr_req_count == 1) { in iso_write_system_area()
2152 if (part_type == 0xee && t->gpt_req_count > 0) { in iso_write_system_area()
2217 (t->opts->part_like_isohybrid || t->gpt_req_count == 0) && in iso_write_system_area()
2477 int *gpt_req_count, in iso_register_gpt_entry() argument
2482 if (*gpt_req_count >= ISO_GPT_ENTRIES_MAX) in iso_register_gpt_entry()
2489 req_array[*gpt_req_count] = entry; in iso_register_gpt_entry()
2490 (*gpt_req_count)++; in iso_register_gpt_entry()
2671 if (t->gpt_req_count > 0 || in assess_appended_gpt()
2699 already_in_gpt = iso_find_gpt_entry(t->gpt_req, t->gpt_req_count, in assess_appended_gpt()
2713 ret = iso_quick_gpt_entry(t->gpt_req, &(t->gpt_req_count), in assess_appended_gpt()
2749 if (t->gpt_req_count > 0 && gpt_count > 0) in precompute_gpt()
2764 if (t->opts->part_like_isohybrid && t->gpt_req_count <= 0 && in precompute_gpt()
2794 if (t->gpt_req_count <= 0) { in precompute_gpt()
2826 ret = iso_quick_gpt_entry(t->gpt_req, &(t->gpt_req_count), in precompute_gpt()
2834 ret = iso_quick_gpt_entry(t->gpt_req, &(t->gpt_req_count), in precompute_gpt()
2846 if (t->gpt_req_count == 0) in precompute_gpt()
3035 t->gpt_req_count > 0) /* Might not catch all cases with GPT */ in partprepend_writer_compute_data_blocks()
3073 ret = iso_quick_gpt_entry(t->gpt_req, &(t->gpt_req_count), part_start, in partprepend_writer_compute_data_blocks()
3309 for (i = 0; i < target->gpt_req_count; i++) { in iso_delete_gpt_apm_fillers()
3317 for (i = 0; i < target->gpt_req_count; i++) { in iso_delete_gpt_apm_fillers()
3323 target->gpt_req_count = widx; in iso_delete_gpt_apm_fillers()