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

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

Completed in 18 milliseconds