libstorage-ng
storage::Encryption Member List

This is the complete list of members for storage::Encryption, including all inherited members.

BlkDevice(Impl *impl) (defined in storage::BlkDevice)storage::BlkDeviceprotected
clone() const override (defined in storage::Encryption)storage::Encryptionvirtual
compare_by_dm_table_name(const BlkDevice *lhs, const BlkDevice *rhs)storage::BlkDevicestatic
compare_by_name(const Device *lhs, const Device *rhs)storage::Devicestatic
compare_by_sid(const Device *lhs, const Device *rhs)storage::Devicestatic
copy_to_devicegraph(Devicegraph *devicegraph) conststorage::Device
create(Devicegraph *devicegraph, const std::string &name) (defined in storage::Encryption)storage::Encryptionstatic
create(Devicegraph *devicegraph) (defined in storage::Device)storage::Deviceprotected
create_blk_filesystem(FsType fs_type)storage::BlkDevice
create_encryption(const std::string &dm_name)storage::BlkDevice
create_filesystem(FsType fs_type) ST_DEPRECATEDstorage::BlkDeviceinline
detect_resize_info() conststorage::Device
Device(Impl *impl) (defined in storage::Device)storage::Deviceprotected
Encryption(Impl *impl) (defined in storage::Encryption)storage::Encryptionprotected
exists_in_devicegraph(const Devicegraph *devicegraph) conststorage::Device
exists_in_probed() conststorage::Device
exists_in_staging() conststorage::Device
exists_in_system() conststorage::Device
find_by_any_name(Devicegraph *devicegraph, const std::string &name)storage::BlkDevicestatic
find_by_any_name(const Devicegraph *devicegraph, const std::string &name)storage::BlkDevicestatic
find_by_name(Devicegraph *devicegraph, const std::string &name)storage::BlkDevicestatic
find_by_name(const Devicegraph *devicegraph, const std::string &name)storage::BlkDevicestatic
get_all(Devicegraph *devicegraph) (defined in storage::Encryption)storage::Encryptionstatic
get_all(const Devicegraph *devicegraph) (defined in storage::Encryption)storage::Encryptionstatic
get_ancestors(bool itself) (defined in storage::Device)storage::Device
get_ancestors(bool itself) const (defined in storage::Device)storage::Device
get_blk_device() conststorage::Encryption
get_blk_filesystem()storage::BlkDevice
get_blk_filesystem() conststorage::BlkDevice
get_children() (defined in storage::Device)storage::Device
get_children() const (defined in storage::Device)storage::Device
get_crypt_options() conststorage::Encryption
get_descendants(bool itself) (defined in storage::Device)storage::Device
get_descendants(bool itself) const (defined in storage::Device)storage::Device
get_devicegraph() (defined in storage::Device)storage::Device
get_devicegraph() const (defined in storage::Device)storage::Device
get_displayname() const (defined in storage::Device)storage::Device
get_dm_table_name() conststorage::BlkDevice
get_encryption()storage::BlkDevice
get_encryption() conststorage::BlkDevice
get_filesystem() ST_DEPRECATEDstorage::BlkDeviceinline
get_filesystem() const ST_DEPRECATEDstorage::BlkDeviceinline
get_impl() (defined in storage::Encryption)storage::Encryption
get_impl() const (defined in storage::Encryption)storage::Encryption
get_in_holders() (defined in storage::Device)storage::Device
get_in_holders() const (defined in storage::Device)storage::Device
get_leaves(bool itself) (defined in storage::Device)storage::Device
get_leaves(bool itself) const (defined in storage::Device)storage::Device
get_mount_by() conststorage::Encryption
get_name() const (defined in storage::BlkDevice)storage::BlkDevice
get_out_holders() (defined in storage::Device)storage::Device
get_out_holders() const (defined in storage::Device)storage::Device
get_parents() (defined in storage::Device)storage::Device
get_parents() const (defined in storage::Device)storage::Device
get_password() const (defined in storage::Encryption)storage::Encryption
get_region() const (defined in storage::BlkDevice)storage::BlkDevice
get_roots(bool itself) (defined in storage::Device)storage::Device
get_roots(bool itself) const (defined in storage::Device)storage::Device
get_siblings(bool itself) (defined in storage::Device)storage::Device
get_siblings(bool itself) const (defined in storage::Device)storage::Device
get_sid() const (defined in storage::Device)storage::Device
get_size() const (defined in storage::BlkDevice)storage::BlkDevice
get_size_string() const (defined in storage::BlkDevice)storage::BlkDevice
get_sysfs_name() const (defined in storage::BlkDevice)storage::BlkDevice
get_sysfs_path() const (defined in storage::BlkDevice)storage::BlkDevice
get_type() const (defined in storage::Encryption)storage::Encryption
get_udev_ids() const (defined in storage::BlkDevice)storage::BlkDevice
get_udev_paths() const (defined in storage::BlkDevice)storage::BlkDevice
get_userdata() const (defined in storage::Device)storage::Device
has_blk_filesystem() const (defined in storage::BlkDevice)storage::BlkDevice
has_children() const (defined in storage::Device)storage::Device
has_encryption() const (defined in storage::BlkDevice)storage::BlkDevice
has_filesystem() const ST_DEPRECATED (defined in storage::BlkDevice)storage::BlkDeviceinline
has_parents() const (defined in storage::Device)storage::Device
is_active() const (defined in storage::BlkDevice)storage::BlkDevice
is_in_etc_crypttab() conststorage::Encryption
is_usable_as_blk_device() conststorage::BlkDevice
load(Devicegraph *devicegraph, const xmlNode *node) (defined in storage::Encryption)storage::Encryptionstatic
load(Devicegraph *devicegraph) (defined in storage::Device)storage::Deviceprotected
num_children() const (defined in storage::Device)storage::Device
num_parents() const (defined in storage::Device)storage::Device
operator!=(const Device &rhs) const (defined in storage::Device)storage::Device
operator==(const Device &rhs) const (defined in storage::Device)storage::Device
remove_descendants() (defined in storage::Device)storage::Device
remove_encryption()storage::BlkDevice
save(xmlNode *node) const (defined in storage::Device)storage::Device
set_crypt_options(const std::vector< std::string > &crypt_options)storage::Encryption
set_default_mount_by()storage::Encryption
set_dm_table_name(const std::string &dm_table_name) (defined in storage::BlkDevice)storage::BlkDevice
set_in_etc_crypttab(bool in_etc_crypttab)storage::Encryption
set_mount_by(MountByType mount_by)storage::Encryption
set_name(const std::string &name) (defined in storage::BlkDevice)storage::BlkDevice
set_password(const std::string &password) (defined in storage::Encryption)storage::Encryption
set_region(const Region &region)storage::BlkDevice
set_size(unsigned long long size)storage::BlkDevice
set_userdata(const std::map< std::string, std::string > &userdata) (defined in storage::Device)storage::Device
~Device() (defined in storage::Device)storage::Devicevirtual