23 #ifndef STORAGE_REISERFS_H 24 #define STORAGE_REISERFS_H 27 #include "storage/Filesystems/BlkFilesystem.h" 45 const Impl& get_impl()
const;
47 virtual Reiserfs* clone()
const override;
56 bool is_reiserfs(
const Device* device);
Definition: Reiserfs.h:33
Reiserfs * to_reiserfs(Device *device)
Converts pointer to Device to pointer to Reiserfs.
The master container of the libstorage.
Definition: Devicegraph.h:153
Definition: BlkFilesystem.h:42
An abstract base class of storage devices, and a vertex in the Devicegraph.
Definition: Device.h:75
The storage namespace.
Definition: Actiongraph.h:37