# Functions
Ceiling returns the smallest integer equal to or larger than val that is evenly divisible by unit.
Floor returns the largest integer equal to or less than val that is evenly divisible by unit.
GetPartitionKname - get the name of the num partition device on diskName.
GetUdevInfo return a UdevInfo for the device with kernel name kname.
System returns an linux specific implementation of disko.System interface.
VolumeManager returns the linux implementation of disko.VolumeManager interface.
# Variables
ErrNoPartitionTable is returned if there is no partition table.