27#include "storage/Filesystems/BlkFilesystem.h"
58 const Impl& get_impl()
const;
60 virtual Udf* 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 for UDF filesystem.
Definition: Udf.h:40
static Udf * create(Devicegraph *devicegraph)
Create a device of type Udf.
The storage namespace.
Definition: Actiongraph.h:40
Udf * to_udf(Device *device)
Converts pointer to Device to pointer to Udf.
bool is_udf(const Device *device)
Checks whether device points to an Udf.