24 #ifndef STORAGE_EXT4_H 25 #define STORAGE_EXT4_H 28 #include "storage/Filesystems/Ext.h" 57 const Impl& get_impl()
const;
59 virtual Ext4* clone()
const override;
Ext4 * to_ext4(Device *device)
Converts pointer to Device to pointer to Ext4.
The main container of the libstorage-ng.
Definition: Devicegraph.h:169
bool is_ext4(const Device *device)
Checks whether device points to an Ext4.
An abstract base class for storage devices.
Definition: Device.h:81
Class to represent an Ext4 filesystem https://en.wikipedia.org/wiki/Ext4 in the devicegraph.
Definition: Ext4.h:38
Abstract base class for Ext2, Ext3 and Ext4.
Definition: Ext.h:37
static Ext4 * create(Devicegraph *devicegraph)
Create a device of type Ext4.
The storage namespace.
Definition: Actiongraph.h:39