24 #ifndef STORAGE_EXT2_H 25 #define STORAGE_EXT2_H 28 #include "storage/Filesystems/Ext.h" 46 const Impl& get_impl()
const;
48 virtual Ext2* clone()
const override;
57 bool is_ext2(
const Device* device);
Ext2 * to_ext2(Device *device)
Converts pointer to Device to pointer to Ext2.
The master container of the libstorage.
Definition: Devicegraph.h:153
An abstract base class of storage devices, and a vertex in the Devicegraph.
Definition: Device.h:75
Abstract base class for Ext2, Ext3 and Ext4.
Definition: Ext.h:37
The storage namespace.
Definition: Actiongraph.h:37