Searched defs:ext_lba (Results 1 - 1 of 1) sorted by relevance

/system/core/libdiskconfig/
H A Dconfig_mbr.c136 * ext_lba == The start of the toplevel extended partition (pointed to by the
141 uint32_t ext_lba, struct part_info *pnext)
192 uint32_t next_start_lba = *lba - ext_lba;
235 uint32_t ext_lba = 0; local
251 ext_lba = cur_lba;
275 temp_wr = mk_ext_pentry(dinfo, pinfo, &cur_lba, ext_lba, pnext);
140 mk_ext_pentry(struct disk_info *dinfo, struct part_info *pinfo, uint32_t *lba, uint32_t ext_lba, struct part_info *pnext) argument

Completed in 178 milliseconds