Home | History | Annotate | Download | only in ext2fs

Lines Matching full:partition

47 static PARTITION        **partitions = NULL;
49 static PARTITION *active = NULL;
87 * offset for the given partition.
89 static void lba2chs(unsigned long lba_addr, CHS *chs, PARTITION *part)
104 * Scans the passed partition table looking for *pno partition
108 * For partition numbers >5 Linux uses DOS extended partitions -
148 static io_channel alloc_io_channel(PARTITION *part)
176 * Open the 'name' partition, initialize all information structures
182 PARTITION *part;
184 PARTITION **newparts;
210 * Check whether the partition data is already in cache
213 part = (PARTITION*)malloc(sizeof(PARTITION));
241 * Do we have the partition number?
297 * Now that we know all we need, let's look for the partition
336 * Add the partition to the table
338 newparts = (PARTITION**)realloc(partitions, sizeof(PARTITION) * npart);
374 PARTITION *part;
380 part = (PARTITION*)channel->private_data;
411 PARTITION *part;
417 part = (PARTITION*)channel->private_data;