libparted 3.6
|
Represents a disk label (partition table). More...
#include <disk.h>
Data Fields | |
const int * | block_sizes |
block sizes supported by this label | |
PedDevice * | dev |
the device where the partition table lies | |
void * | disk_specific |
int | needs_clobber |
clobber before write? | |
PedPartition * | part_list |
list of partitions. | |
const PedDiskType * | type |
type of disk label | |
int | update_mode |
mode without free/metadata partitions, for easier update | |
Represents a disk label (partition table).
const int * _PedDisk::block_sizes |
block sizes supported by this label
PedDevice * _PedDisk::dev |
the device where the partition table lies
void * _PedDisk::disk_specific |
int _PedDisk::needs_clobber |
clobber before write?
PedPartition * _PedDisk::part_list |
list of partitions.
Access with ped_disk_next_partition()
const PedDiskType * _PedDisk::type |
type of disk label
int _PedDisk::update_mode |
mode without free/metadata partitions, for easier update