28 #include "storage/Filesystems/BlkFilesystem.h" 57 const Impl& get_impl()
const;
59 virtual Xfs* clone()
const override;
The main container of the libstorage-ng.
Definition: Devicegraph.h:169
Definition: BlkFilesystem.h:42
Class to represent an XFS filesystem https://en.wikipedia.org/wiki/Xfs in the devicegraph.
Definition: Xfs.h:38
An abstract base class for storage devices.
Definition: Device.h:81
Xfs * to_xfs(Device *device)
Converts pointer to Device to pointer to Xfs.
The storage namespace.
Definition: Actiongraph.h:39
static Xfs * create(Devicegraph *devicegraph)
Create a device of type Xfs.
bool is_xfs(const Device *device)
Checks whether device points to a Xfs.