27 #include "storage/Filesystems/BlkFilesystem.h" 49 const Impl& get_impl()
const;
51 virtual Xfs* clone()
const override;
The master container of the libstorage.
Definition: Devicegraph.h:153
Definition: BlkFilesystem.h:42
Class to represent an XFS filesystem https://en.wikipedia.org/wiki/Xfs in the devicegraph.
Definition: Xfs.h:37
An abstract base class of storage devices, and a vertex in the Devicegraph.
Definition: Device.h:75
Xfs * to_xfs(Device *device)
Converts pointer to Device to pointer to Xfs.
The storage namespace.
Definition: Actiongraph.h:37
bool is_xfs(const Device *device)
Checks whether device points to a Xfs.