Home
last modified time | relevance | path

Searched refs:num_partition_entries (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/disk/
H A Dpart_efi.c156 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 …]
/OK3568_Linux_fs/kernel/block/partitions/
H A Defi.c282 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()
H A Defi.h68 __le32 num_partition_entries; member
/OK3568_Linux_fs/u-boot/include/
H A Dpart_efi.h88 __le32 num_partition_entries; member
/OK3568_Linux_fs/external/recovery/update_engine/
H A Dgpt.h145 u32 num_partition_entries; //分区表项数目,MS强行给128 member
H A Dflash_image.c549 gptHead->num_partition_entries = cpu_to_le32(GPT_ENTRY_NUMBERS); in create_gpt_buffer()
/OK3568_Linux_fs/external/rkupdate/
H A Dgpt.h134 u32 num_partition_entries; member
H A DRKAndroidDevice.cpp3575 gptHead->num_partition_entries = cpu_to_le32(GPT_ENTRY_NUMBERS); in create_gpt_buffer()