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