27 #include "storage/Filesystems/BlkFilesystem.h" 50 const Impl& get_impl()
const;
52 virtual Jfs* clone()
const override;
The master container of the libstorage.
Definition: Devicegraph.h:153
Definition: BlkFilesystem.h:42
An abstract base class of storage devices, and a vertex in the Devicegraph.
Definition: Device.h:75
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.
The storage namespace.
Definition: Actiongraph.h:37