Home
last modified time | relevance | path

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

/system/core/libdiskconfig/
Dconfig_mbr.c193 uint32_t next_len_lba; in mk_ext_pentry() local
195 next_len_lba = 1 + kb_to_lba(pnext->len_kb, dinfo->sect_size); in mk_ext_pentry()
197 next_len_lba = dinfo->num_lba - *lba; in mk_ext_pentry()
199 PC_PART_TYPE_EXTENDED, next_start_lba, next_len_lba); in mk_ext_pentry()