Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/disk/
H A Dpart_efi.c179 gpt_h->partition_entry_lba = in prepare_backup_gpt_header()
394 gpt_head->partition_entry_lba = dev_desc->lba - 0x21; in part_efi_repair()
406 blk = le64_to_cpu(gpt_head->partition_entry_lba); in part_efi_repair()
418 gpt_head->partition_entry_lba = 0x2; in part_efi_repair()
430 blk = le64_to_cpu(gpt_head->partition_entry_lba); in part_efi_repair()
574 if (blk_dwrite(dev_desc, le64_to_cpu(gpt_h->partition_entry_lba), in write_gpt_table()
616 size_t pte_start = gpt_h->partition_entry_lba; in gpt_fill_pte()
772 gpt_h->partition_entry_lba = in gpt_fill_header()
775 cpu_to_le64(le64_to_cpu(gpt_h->partition_entry_lba) + 32); in gpt_fill_header()
978 gpt_e = buf + (le64_to_cpu(gpt_h->partition_entry_lba) * in is_valid_gpt_buf()
[all …]
/OK3568_Linux_fs/kernel/block/partitions/
H A Defi.h67 __le64 partition_entry_lba; member
H A Defi.c290 if (read_lba(state, le64_to_cpu(gpt->partition_entry_lba), in alloc_read_gpt_entries()
/OK3568_Linux_fs/u-boot/include/
H A Dpart_efi.h87 __le64 partition_entry_lba; member
/OK3568_Linux_fs/external/recovery/update_engine/
H A Dgpt.h144 u64 partition_entry_lba; //分区表起始扇区号,LBA2 member
H A Dflash_image.c548 gptHead->partition_entry_lba = cpu_to_le64(2); in create_gpt_buffer()
608 … gptBackupHead->partition_entry_lba = cpu_to_le64(le64_to_cpu(gptMasterHead->last_usable_lba) + 1); in prepare_gpt_backup()
/OK3568_Linux_fs/external/rkupdate/
H A Dgpt.h133 u64 partition_entry_lba; member
H A DRKAndroidDevice.cpp3527 … gptBackupHead->partition_entry_lba = cpu_to_le64(le64_to_cpu(gptMasterHead->last_usable_lba) + 1); in prepare_gpt_backup()
3574 gptHead->partition_entry_lba = cpu_to_le64(2); in create_gpt_buffer()