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