27 #include "storage/Filesystems/BlkFilesystem.h" 58 const Impl& get_impl()
const;
60 virtual Udf* clone()
const override;
Udf * to_udf(Device *device)
Converts pointer to Device to pointer to Udf.
static Udf * create(Devicegraph *devicegraph)
Create a device of type Udf.
The main container of the libstorage-ng.
Definition: Devicegraph.h:169
Definition: BlkFilesystem.h:42
An abstract base class for storage devices.
Definition: Device.h:81
The storage namespace.
Definition: Actiongraph.h:38
Class for UDF filesystem.
Definition: Udf.h:39
bool is_udf(const Device *device)
Checks whether device points to an Udf.