27#include "storage/Filesystems/BlkFilesystem.h"
56 const Impl& get_impl()
const;
58 virtual F2fs* clone()
const override;
Definition: BlkFilesystem.h:43
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 F2FS (https://en.wikipedia.org/wiki/F2FS) in the devicegraph.
Definition: F2fs.h:38
static F2fs * create(Devicegraph *devicegraph)
Create a device of type F2fs.
The storage namespace.
Definition: Actiongraph.h:40
F2fs * to_f2fs(Device *device)
Converts pointer to Device to pointer to F2fs.
bool is_f2fs(const Device *device)
Checks whether device points to a F2fs.