23 #ifndef STORAGE_VFAT_H
24 #define STORAGE_VFAT_H
27 #include "storage/Filesystems/Filesystem.h"
40 bool supports_label()
const override {
return true; }
41 unsigned int max_labelsize()
const override {
return 11; }
43 bool supports_uuid()
const override {
return true; }
50 const Impl& get_impl()
const;
52 virtual Vfat* clone()
const override;
61 bool is_vfat(
const Device* device);
The master container of the libstorage.
Definition: Devicegraph.h:133
An abstract base class of storage devices, and a vertex in the Devicegraph.
Definition: Device.h:73
Definition: Filesystem.h:58
The storage namespace.
Definition: Actiongraph.h:36