Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/disk/
H A Dpart_efi.c261 le64_to_cpu(gpt_pte[i].ending_lba), in part_print_efi()
331 info->size = (lbaint_t)le64_to_cpu(gpt_pte[part - 1].ending_lba) + 1 in part_get_info_efi()
368 if (gpt_pte[i - 1].ending_lba <= (dev_desc->lba - 0x22)) in gpt_entry_modify()
371 gpt_pte[i - 1].ending_lba = dev_desc->lba - 0x41; in gpt_entry_modify()
652 gpt_e[i].ending_lba = gpt_h->last_usable_lba; in gpt_fill_pte()
654 gpt_e[i].ending_lba = cpu_to_le64(offset - 1); in gpt_fill_pte()
914 gpt_part_size = le64_to_cpu(gpt_e[i].ending_lba) - in gpt_verify_partitions()
/OK3568_Linux_fs/kernel/block/partitions/
H A Defi.h89 __le64 ending_lba; member
H A Defi.c467 le64_to_cpu(pte->ending_lba) > lastlba) in is_pte_valid()
722 u64 size = le64_to_cpu(ptes[i].ending_lba) - in efi_partition()
/OK3568_Linux_fs/u-boot/include/
H A Dpart_efi.h109 __le64 ending_lba; member
/OK3568_Linux_fs/external/recovery/update_engine/
H A Dgpt.h166 u64 ending_lba; member
H A Dflash_image.c564 gptEntry->ending_lba = cpu_to_le64(gptEntry->starting_lba + p_param[i].size - 1); in create_gpt_buffer()
575 gptEntry->ending_lba = cpu_to_le64(diskSectors - 34); in create_gpt_buffer()
/OK3568_Linux_fs/external/rkupdate/
H A Dgpt.h158 u64 ending_lba; member
H A DRKAndroidDevice.cpp3588 gptEntry->ending_lba = cpu_to_le64(gptEntry->starting_lba + vecParts[i].uiItemSize - 1); in create_gpt_buffer()
3601 gptEntry->ending_lba = cpu_to_le64(diskSectors - 34); in create_gpt_buffer()