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

/system/core/libdiskconfig/
H A Dconfig_mbr.c137 * ext_lba == The start of the toplevel extended partition (pointed to by the
142 uint32_t ext_lba, struct part_info *pnext)
193 uint32_t next_start_lba = *lba - ext_lba;
216 uint32_t ext_lba = 0; local
232 ext_lba = cur_lba;
256 temp_wr = mk_ext_pentry(dinfo, pinfo, &cur_lba, ext_lba, pnext);
141 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 188 milliseconds