27 #include "storage/Filesystems/BlkFilesystem.h" 57 const Impl& get_impl()
const;
59 virtual Jfs* clone()
const override;
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
bool is_jfs(const Device *device)
Checks whether device points to a Jfs.
Class to represent a JFS filesystem https://en.wikipedia.org/wiki/JFS_(file_system) in the devicegrap...
Definition: Jfs.h:38
Jfs * to_jfs(Device *device)
Converts pointer to Device to pointer to Jfs.
static Jfs * create(Devicegraph *devicegraph)
Create a device of type Jfs.
The storage namespace.
Definition: Actiongraph.h:38