23#ifndef STORAGE_USED_FEATURES_H
24#define STORAGE_USED_FEATURES_H
83 UF_BITLOCKER = 1 << 27,
84 UF_BCACHEFS = 1ULL << 31,
86 UF_PLAIN_ENCRYPTION = 1 << 26,
92 UF_MULTIPATH = 1 << 15,
105 UF_SNAPSHOTS = 1 << 22
The storage namespace.
Definition Actiongraph.h:40
@ UF_QUOTA
Quota for ext4 or xfs.
Definition UsedFeatures.h:103
std::string get_used_features_names(uf_t used_features)
Return a string with the names of the used features.
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 ...
Definition UsedFeatures.h:48
@ REQUIRED
Required used features only include the minimal set of used features.
Definition UsedFeatures.h:42
uint64_t uf_t
Type for used features.
Definition UsedFeatures.h:63
std::string get_used_features_dependency_type_name(UsedFeaturesDependencyType used_features_dependency_type)
Convert the UsedFeaturesDependencyType used_features_dependency_type to a string.