Expert Partitioner
List of Global Functions
IterateTargetMap - Call callback for every disk of target_map in a well defined sorted order.
OverviewContents - The device must be the device entry in the target-map, e.g. "/dev/sda1", not something like "LABEL=test".
PredicateAll - Predicate function for Table and TableContents.
PredicateDevice - Predicate function for Table and TableContents.
PredicateDiskDevice - Predicate function for Table and TableContents.
PredicateDiskType - Predicate function for Table and TableContents.
PredicateUsedByDevice - Predicate function for Table and TableContents.
TableContents - The predicate function determines whether the disk/partition is included. The predicate function takes two arguments, disk and partition. For disks predicate is called with the partitions set to nil.
List of Global Variables
Call callback for every disk of target_map in a well defined sorted order.
Function parameters
map<string, map> target_map
Return value
void
The device must be the device entry in the target-map, e.g. "/dev/sda1", not something like "LABEL=test".
Function parameters
list<symbol> fields
map<string, map> target_map
string device
Return value
string
Predicate function for Table and TableContents.
Function parameters
map disk
map partition
Return value
symbol
Predicate function for Table and TableContents.
Function parameters
map disk
map partition
list<string> devices
Return value
symbol
Predicate function for Table and TableContents.
Function parameters
map disk
map partition
list<string> disk_devices
Return value
symbol
Predicate function for Table and TableContents.
Function parameters
map disk
map partition
list<symbol> disk_types
Return value
symbol
Predicate function for Table and TableContents.
Function parameters
map disk
map partition
list<string> devices
Return value
symbol
The predicate function determines whether the disk/partition is included. The predicate function takes two arguments, disk and partition. For disks predicate is called with the partitions set to nil.
Function parameters
list<symbol> fields
map<string, map> target_map
Return value
list<term>