28#include "storage/Filesystems/BlkFilesystem.h"
57 const Impl& get_impl()
const;
59 virtual Vfat* 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 VFAT filesystem https://en.wikipedia.org/wiki/Vfat in the devicegraph.
Definition: Vfat.h:39
static Vfat * create(Devicegraph *devicegraph)
Create a device of type Vfat.
The storage namespace.
Definition: Actiongraph.h:39
Vfat * to_vfat(Device *device)
Converts pointer to Device to pointer to Vfat.
bool is_vfat(const Device *device)
Checks whether device points to a Vfat.