28#include "storage/Filesystems/Ext.h"
38 class Ext2 :
public Ext
50 static Ext2* load(
Devicegraph* devicegraph,
const xmlNode* node);
57 const Impl& get_impl()
const;
59 virtual Ext2* 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 Ext2 filesystem https://en.wikipedia.org/wiki/Ext2 in the devicegraph.
Definition Ext2.h:39
static Ext2 * create(Devicegraph *devicegraph)
Create a device of type Ext2.
The storage namespace.
Definition Actiongraph.h:40
bool is_ext2(const Device *device)
Checks whether device points to an Ext2.
Ext2 * to_ext2(Device *device)
Converts pointer to Device to pointer to Ext2.