23#ifndef STORAGE_USED_FEATURES_H
24#define STORAGE_USED_FEATURES_H
83 UF_BITLOCKER = 1 << 27,
85 UF_PLAIN_ENCRYPTION = 1 << 26,
91 UF_MULTIPATH = 1 << 15,
104 UF_SNAPSHOTS = 1 << 22
The storage namespace.
Definition: Actiongraph.h:40
std::string get_used_features_names(uf_t used_features)
Return a string with the names of the used features.
uint64_t uf_t
Type for used features.
Definition: UsedFeatures.h:63
UsedFeaturesDependencyType
Enum specifying the dependency type of used features.
Definition: UsedFeatures.h:38
@ SUGGESTED
Suggested used features include compared to the required used features also filesystems that have no ...
@ REQUIRED
Required used features only include the minimal set of used features.
@ UF_QUOTA
Quota for ext4 or xfs.
Definition: UsedFeatures.h:102
std::string get_used_features_dependency_type_name(UsedFeaturesDependencyType used_features_dependency_type)
Convert the UsedFeaturesDependencyType used_features_dependency_type to a string.