23 #ifndef STORAGE_REISERFS_H 24 #define STORAGE_REISERFS_H 27 #include "storage/Filesystems/BlkFilesystem.h" 56 const Impl& get_impl()
const;
58 virtual Reiserfs* clone()
const override;
bool is_reiserfs(const Device *device)
Checks whether device points to an Reiserfs.
Class to represent a ReiserFS filesystem https://en.wikipedia.org/wiki/ReiserFS in the devicegraph...
Definition: Reiserfs.h:37
Reiserfs * to_reiserfs(Device *device)
Converts pointer to Device to pointer to Reiserfs.
The main container of the libstorage-ng.
Definition: Devicegraph.h:169
Definition: BlkFilesystem.h:42
An abstract base class for storage devices.
Definition: Device.h:81
static Reiserfs * create(Devicegraph *devicegraph)
Create a device of type Reiserfs.
The storage namespace.
Definition: Actiongraph.h:38