23 #ifndef STORAGE_NTFS_H
24 #define STORAGE_NTFS_H
27 #include "storage/Filesystems/Filesystem.h"
40 bool supports_label()
const override {
return true; }
41 unsigned int max_labelsize()
const override {
return 128; }
43 bool supports_uuid()
const override {
return true; }
45 static std::vector<Ntfs*> get_all(
Devicegraph* devicegraph);
46 static std::vector<const Ntfs*> get_all(
const Devicegraph* devicegraph);
53 const Impl& get_impl()
const;
55 virtual Ntfs* clone()
const override;
64 bool is_ntfs(
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