23#ifndef STORAGE_REISERFS_H
24#define STORAGE_REISERFS_H
27#include "storage/Filesystems/BlkFilesystem.h"
37 class Reiserfs :
public BlkFilesystem
49 static Reiserfs* load(
Devicegraph* devicegraph,
const xmlNode* node);
56 const Impl& get_impl()
const;
58 virtual Reiserfs* 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 a ReiserFS filesystem https://en.wikipedia.org/wiki/ReiserFS in the devicegraph.
Definition Reiserfs.h:38
static Reiserfs * create(Devicegraph *devicegraph)
Create a device of type Reiserfs.
The storage namespace.
Definition Actiongraph.h:40
bool is_reiserfs(const Device *device)
Checks whether device points to an Reiserfs.
Reiserfs * to_reiserfs(Device *device)
Converts pointer to Device to pointer to Reiserfs.