Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/partitions/
H A Defi.c283 le32_to_cpu(gpt->sizeof_partition_entry); in alloc_read_gpt_entries()
418 if (le32_to_cpu((*gpt)->sizeof_partition_entry) != sizeof(gpt_entry)) { in is_gpt_valid()
425 le32_to_cpu((*gpt)->sizeof_partition_entry); in is_gpt_valid()
530 if (le32_to_cpu(pgpt->sizeof_partition_entry) != in compare_gpts()
531 le32_to_cpu(agpt->sizeof_partition_entry)) { in compare_gpts()
534 le32_to_cpu(pgpt->sizeof_partition_entry), in compare_gpts()
535 le32_to_cpu(agpt->sizeof_partition_entry)); in compare_gpts()
H A Defi.h69 __le32 sizeof_partition_entry; member
/OK3568_Linux_fs/u-boot/disk/
H A Dpart_efi.c157 le32_to_cpu(gpt_h->sizeof_partition_entry)); in validate_gpt_entries()
374 le32_to_cpu(gpt_head->sizeof_partition_entry)); in gpt_entry_modify()
405 le32_to_cpu(gpt_head->sizeof_partition_entry); in part_efi_repair()
429 le32_to_cpu(gpt_head->sizeof_partition_entry); in part_efi_repair()
563 le32_to_cpu(gpt_h->sizeof_partition_entry)); in write_gpt_table()
618 gpt_h->num_partition_entries * gpt_h->sizeof_partition_entry / in gpt_fill_pte()
777 gpt_h->sizeof_partition_entry = cpu_to_le32(sizeof(gpt_entry)); in gpt_fill_header()
1005 le32_to_cpu(gpt_h->sizeof_partition_entry)), in write_mbr_and_gpt_partitions()
1201 le32_to_cpu(pgpt_head->sizeof_partition_entry); in alloc_read_gpt_entries()
1205 (u32) le32_to_cpu(pgpt_head->sizeof_partition_entry), in alloc_read_gpt_entries()
/OK3568_Linux_fs/u-boot/include/
H A Dpart_efi.h89 __le32 sizeof_partition_entry; member
/OK3568_Linux_fs/external/recovery/update_engine/
H A Dgpt.h146 u32 sizeof_partition_entry; //每个分区表占用字节数,128 member
H A Dflash_image.c550 gptHead->sizeof_partition_entry = cpu_to_le32(GPT_ENTRY_SIZE); in create_gpt_buffer()
/OK3568_Linux_fs/external/rkupdate/
H A Dgpt.h135 u32 sizeof_partition_entry; member
H A DRKAndroidDevice.cpp3576 gptHead->sizeof_partition_entry = cpu_to_le32(GPT_ENTRY_SIZE); in create_gpt_buffer()