23 #ifndef STORAGE_EROFS_H 24 #define STORAGE_EROFS_H 27 #include "storage/Filesystems/BlkFilesystem.h" 58 const Impl& get_impl()
const;
60 virtual Erofs* clone()
const override;
61 virtual std::unique_ptr<Device> clone_v2()
const override;
64 ST_NO_SWIG
Erofs(std::unique_ptr<Device::Impl>&& impl);
The main container of the libstorage-ng.
Definition: Devicegraph.h:169
Definition: BlkFilesystem.h:42
static Erofs * create(Devicegraph *devicegraph)
Create a device of type EROFS.
An abstract base class for storage devices.
Definition: Device.h:81
bool is_erofs(const Device *device)
Checks whether device points to an Erofs.
The storage namespace.
Definition: Actiongraph.h:39
Class for EROFS filesystem.
Definition: Erofs.h:39
Erofs * to_erofs(Device *device)
Converts pointer to Device to pointer to Erofs.