Searched refs:num_partition_entries (Results 1 – 8 of 8) sorted by relevance
156 le32_to_cpu(gpt_h->num_partition_entries) * in validate_gpt_entries()254 for (i = 0; i < le32_to_cpu(gpt_head->num_partition_entries); i++) { in part_print_efi()321 if (part > le32_to_cpu(gpt_head->num_partition_entries) || in part_get_info_efi()363 for (i = 0; i < gpt_head->num_partition_entries; i++) { in gpt_entry_modify()373 le32_to_cpu(gpt_head->num_partition_entries) * in gpt_entry_modify()404 count = le32_to_cpu(gpt_head->num_partition_entries) * in part_efi_repair()428 count = le32_to_cpu(gpt_head->num_partition_entries) * in part_efi_repair()551 const int pte_blk_cnt = BLOCK_CNT((gpt_h->num_partition_entries in write_gpt_table()562 le32_to_cpu(gpt_h->num_partition_entries) * in write_gpt_table()618 gpt_h->num_partition_entries * gpt_h->sizeof_partition_entry / in gpt_fill_pte()[all …]
282 count = (size_t)le32_to_cpu(gpt->num_partition_entries) * in alloc_read_gpt_entries()424 pt_size = (u64)le32_to_cpu((*gpt)->num_partition_entries) * in is_gpt_valid()522 if (le32_to_cpu(pgpt->num_partition_entries) != in compare_gpts()523 le32_to_cpu(agpt->num_partition_entries)) { in compare_gpts()526 le32_to_cpu(pgpt->num_partition_entries), in compare_gpts()527 le32_to_cpu(agpt->num_partition_entries)); in compare_gpts()718 for (i = 0; i < le32_to_cpu(gpt->num_partition_entries) && i < state->limit-1; i++) { in efi_partition()
68 __le32 num_partition_entries; member
88 __le32 num_partition_entries; member
145 u32 num_partition_entries; //分区表项数目,MS强行给128 member
549 gptHead->num_partition_entries = cpu_to_le32(GPT_ENTRY_NUMBERS); in create_gpt_buffer()
134 u32 num_partition_entries; member
3575 gptHead->num_partition_entries = cpu_to_le32(GPT_ENTRY_NUMBERS); in create_gpt_buffer()