Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:PARTITION

38  * All partition data we need is here
44 unsigned long start; /* LBA address of partition start */
45 unsigned long len; /* length of partition in sectors */
46 unsigned char pno; /* Partition number (read from *dev) */
48 /* This partition's drive geometry */
52 } PARTITION;
55 * PC partition table entry format
138 * Open the specified partition.
146 * partition number for the given device. If X is not specified, function
147 * scans the drive's partition table in search for the first Linux ext2fs
148 * partition (signature 0x83). Along the way it dives into every extended
149 * partition encountered.
150 * Scan ends if either (a) there are no more used partition entries, or
151 * (b) there is no Xth partition.