23 #ifndef STORAGE_NILFS2_H 24 #define STORAGE_NILFS2_H 27 #include "storage/Filesystems/BlkFilesystem.h" 56 const Impl& get_impl()
const;
58 virtual Nilfs2* clone()
const override;
Class to represent a NILFS2 (https://en.wikipedia.org/wiki/NILFS2) in the devicegraph.
Definition: Nilfs2.h:37
bool is_nilfs2(const Device *device)
Checks whether device points to a Nilfs2.
static Nilfs2 * create(Devicegraph *devicegraph)
Create a device of type Nilfs2.
Nilfs2 * to_nilfs2(Device *device)
Converts pointer to Device to pointer to Nilfs2.
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
The storage namespace.
Definition: Actiongraph.h:39