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