libstorage-ng
|
Cstorage::Alignment | A class to calculate partition alignment based on hardware topology |
▼CCallbacks | |
▼Cstorage::ActivateCallbacks | Other storage subsystems are activated automatically, e.g |
Cstorage::ActivateCallbacksLuks | Specialized callbacks with a more generic parameter for LUKS activation |
Cstorage::CommitCallbacks | |
▼Cstorage::ProbeCallbacks | |
▼Cstorage::ProbeCallbacksV2 | |
Cstorage::ProbeCallbacksV3 | |
Cstorage::CheckCallbacks | |
Cstorage::CodeLocation | Helper class for UI exceptions: Store BASE_FILE, FUNCTION and LINE |
Cstorage::ContentInfo | |
Cstorage::DeactivateStatus | Provides information whether deactivate() was able to deactivate subsystems |
Cstorage::Environment | |
▼Cexception | |
▼Cstorage::Exception | Base class for storage exceptions |
Cstorage::Aborted | |
Cstorage::AlignError | |
Cstorage::DeviceHasWrongType | |
▼Cstorage::DeviceNotFound | |
Cstorage::BtrfsQgroupNotFoundById | |
Cstorage::BtrfsSubvolumeNotFoundByPath | |
Cstorage::DeviceNotFoundByName | |
Cstorage::DeviceNotFoundBySid | |
Cstorage::DeviceNotFoundByUuid | |
Cstorage::LvmLvNotFoundByLvName | |
Cstorage::LvmVgNotFoundByVgName | |
Cstorage::NfsNotFoundByServerAndPath | |
Cstorage::DifferentBlockSizes | |
Cstorage::HolderAlreadyExists | |
Cstorage::HolderHasWrongType | |
▼Cstorage::HolderNotFound | |
Cstorage::HolderNotFoundBySids | |
Cstorage::IndexOutOfRangeException | Exception class for "index out of range" |
Cstorage::InvalidBlockSize | |
Cstorage::InvalidExtentSize | |
Cstorage::InvalidMountPointPath | |
Cstorage::IOException | Exception class for IO errors |
Cstorage::LockException | Exception indicating that getting the lock failed |
Cstorage::LogicException | Exception class for faulty logic within the program |
Cstorage::NoIntersection | |
Cstorage::NotInside | |
Cstorage::NullPointerException | Exception class for generic null pointer exceptions |
Cstorage::OutOfMemoryException | Exception class for "out of memory" |
Cstorage::OverflowException | Exception class for "overflow" |
Cstorage::ParseException | Exception class for parse errors, e.g |
Cstorage::PoolOutOfSpace | Exception to report that the pool is out of space to fulfill the request |
Cstorage::UnsupportedException | Exception class for unsupported features and operations |
Cstorage::WrongNumberOfChildren | |
Cstorage::WrongNumberOfHolders | |
Cstorage::WrongNumberOfParents | |
▼Cstorage::GraphStyleCallbacks | Base class for DevicegraphStyleCallbacks and ActiongraphStyleCallbacks |
Cstorage::DevicegraphStyleCallbacks | Style callbacks used by Devicegraph::write_graphviz() |
Cstorage::Logger | The Logger class |
▼Cnoncopyable | |
Cstorage::Actiongraph | The actiongraph has all actions including the dependencies among them to get from one devicegraph to another |
Cstorage::CompoundAction | A Compound Action groups several related actions from an actiongraph |
▼Cstorage::Device | An abstract base class for storage devices |
Cstorage::BcacheCset | A bcache cache set |
▼Cstorage::BlkDevice | An abstract Block Device |
▶Cstorage::Encryption | An encryption layer on a blk device |
Cstorage::LvmLv | A Logical Volume of the Logical Volume Manager (LVM) |
Cstorage::Partition | A partition of a Partitionable, e.g |
▶Cstorage::Partitionable | |
Cstorage::StrayBlkDevice | This class represents stray block devices |
Cstorage::BtrfsQgroup | Class to represent a qgroup of a btrfs filesystem |
Cstorage::LvmPv | |
Cstorage::LvmVg | A Volume Group of the Logical Volume Manager (LVM) |
▼Cstorage::Mountable | |
Cstorage::BtrfsSubvolume | Class to represent a btrfs subvolume in the devicegraph |
▶Cstorage::Filesystem | |
Cstorage::MountPoint | Class to represent a mount point |
▼Cstorage::PartitionTable | |
Cstorage::DasdPt | |
Cstorage::Gpt | |
Cstorage::ImplicitPt | Class to represent implicit partition table |
Cstorage::Msdos | |
Cstorage::Devicegraph | The main container of the libstorage-ng |
▼Cstorage::Holder | An abstract base class for storage holders |
Cstorage::BtrfsQgroupRelation | Relation between btrfs quota groups |
Cstorage::Snapshot | Relationship between origin and snapshot |
▼Cstorage::Subdevice | Generic holder from one device to a subdevice, e.g |
Cstorage::MdSubdevice | Holder from a MdContainer to a MdMember |
▼Cstorage::User | Generic holder from one device to another device, e.g |
Cstorage::FilesystemUser | Holder from BlkDevice to a BlkFilesystem |
Cstorage::MdUser | Holder from a BlkDevice to an Md |
Cstorage::LuksInfo | Stores information about a LUKS device |
Cstorage::Pool | A pool represents a collection of devices |
Cstorage::Storage | The main entry point to libstorage |
Cstorage::PartitionSlot | Number and name are only valid if one of the possible flags is true |
Cstorage::Region | A start/length pair with a block size |
Cstorage::RemoteCallbacks | |
Cstorage::RemoteCommand | A result of an unnamed command: stdout + stderr + exit_code |
Cstorage::RemoteFile | Contents of an unnamed file (vector of lines) |
Cstorage::ResizeInfo | |
Cstorage::Silencer | Class to make some exceptions log-level DEBUG instead of WARNING |
Cstorage::SimpleEtcCrypttabEntry | A simple struct to hold the information from one line in crypttab |
Cstorage::SimpleEtcFstabEntry | A simple struct to hold the information from one line in fstab |
Cstorage::SpaceInfo | |
Cstorage::Topology | A class to represent hardware alignment information |