Searched refs:target (Results 1 – 1 of 1) sorted by relevance
1073 int target = partno + 1; in disk_expand_part_tbl() local1078 if (disk_max_parts(disk) && target > disk_max_parts(disk)) in disk_expand_part_tbl()1081 if (target <= len) in disk_expand_part_tbl()1084 size = sizeof(*new_ptbl) + target * sizeof(new_ptbl->part[0]); in disk_expand_part_tbl()1089 new_ptbl->len = target; in disk_expand_part_tbl()