Searched refs:pnext (Results 1 – 1 of 1) sorted by relevance
142 uint32_t ext_lba, struct part_info *pnext) in mk_ext_pentry() argument165 if (pnext) { in mk_ext_pentry()190 if (pnext) { in mk_ext_pentry()195 if (pnext->len_kb != (uint32_t)-1) in mk_ext_pentry()196 next_len_lba = 1 + kb_to_lba(pnext->len_kb, dinfo->sect_size); in mk_ext_pentry()274 struct part_info *pnext; in config_mbr() local275 pnext = cnt + 1 < dinfo->num_parts ? &dinfo->part_lst[cnt+1] : NULL; in config_mbr()276 temp_wr = mk_ext_pentry(dinfo, pinfo, &cur_lba, ext_lba, pnext); in config_mbr()