28#include "storage/Filesystems/BlkFilesystem.h"
45 const Impl& get_impl()
const;
Definition: BlkFilesystem.h:43
An abstract base class for storage devices.
Definition: Device.h:82
Abstract base class for Ext2, Ext3 and Ext4.
Definition: Ext.h:38
The storage namespace.
Definition: Actiongraph.h:40
bool is_ext(const Device *device)
Checks whether device points to an Ext.
Ext * to_ext(Device *device)
Converts pointer to Device to pointer to Ext.