23 #ifndef STORAGE_F2FS_H 24 #define STORAGE_F2FS_H 27 #include "storage/Filesystems/BlkFilesystem.h" 49 const Impl& get_impl()
const;
51 virtual F2fs* clone()
const override;
60 bool is_f2fs(
const Device* device);
The master container of the libstorage.
Definition: Devicegraph.h:153
Definition: BlkFilesystem.h:42
F2fs * to_f2fs(Device *device)
Converts pointer to Device to pointer to F2fs.
An abstract base class of storage devices, and a vertex in the Devicegraph.
Definition: Device.h:75
The storage namespace.
Definition: Actiongraph.h:37
Class to represent a F2FS (https://en.wikipedia.org/wiki/F2FS) in the devicegraph.
Definition: F2fs.h:37