Lines Matching full:extended
119 /* this should be made an extended partition, and should take
125 * create a chain of extended partition tables, and first one is at
133 /* This function configures an extended boot record at the beginning of an
134 * extended partition. This creates a logical partition and a pointer to
137 * ext_lba == The start of the toplevel extended partition (pointed to by the
185 * next extended partition.
192 * of the top-level extended partition */
220 int extended = 0;
231 extended = 1;
236 ALOGE("Cannot create primary extended partition.");
242 /* if extended, need 1 lba for ebr */
243 if ((cur_lba + extended) >= dinfo->num_lba)
247 if ((cur_lba + sz_lba + extended) > dinfo->num_lba)
251 if (!extended)