Lines Matching full:partition

9  *  in the early extended-partition checks and added DM partitions
14 * /dev/hda *must* have a "DOS" type 0x51 partition in the first slot (hda1).
18 * Check partition table on IDE disks for common CHS translations
36 * the nr_sects and start_sect partition table entries are
86 * Assume the partition table is valid if Linux partitions exists. in aix_magic_present()
88 * Linux swap partitions, so we consider that a Linux partition as in aix_magic_present()
120 * Create devices for each logical partition in an extended partition.
122 * a partition table with two entries. The first entry
123 * is the real data partition (with a start relative to the partition
124 * table start). The second is a pointer to the next logical partition
125 * (with a start relative to the entire extended partition).
126 * We do not create a Linux partition for the partition tables, but
140 without finding a data partition */ in parse_extended()
162 * Usually, the first entry is the real data partition, in parse_extended()
163 * the 2nd entry is the next extended partition, or empty, in parse_extended()
165 * However, DRDOS sometimes has the extended partition as in parse_extended()
166 * the first entry (when the data partition is empty), in parse_extended()
171 * First process the data partition(s) in parse_extended()
202 * Next, process the (first) extended partition, if present. in parse_extended()
206 * It should be a link to the next logical partition. in parse_extended()
227 __le16 s_tag; /* ID tag of partition */
229 __le32 s_start; /* start sector no of partition */
230 __le32 s_size; /* # of blocks in partition */
292 * one; must add the offset of the current partition */ in parse_solaris_x86()
306 #define BSD_FS_UNUSED 0 /* disklabel unused partition entry ID */
336 /* filesystem and partition information: */
340 struct bsd_partition { /* the partition table */
341 __le32 p_size; /* number of sectors in partition */
353 * dos-like partition. See parse_extended() for more information.
386 /* FreeBSD has relative offset if C partition offset is zero */ in parse_bsd()
391 /* full parent partition, we have it already */ in parse_bsd()
455 __le32 d_part_start; /* # of first sector of this partition*/
481 * dos-like partition. See parse_extended() for more information.
544 /* The first sector of a Minix partition can have either in parse_minix()
556 /* add each partition in use */ in parse_minix()
618 * partition table. Reject this in case the boot indicator in msdos_partition()
627 * without a partition table. in msdos_partition()
672 * extended partition, but leave room for LILO in msdos_partition()