24 #ifndef STORAGE_FILESYSTEM_H 25 #define STORAGE_FILESYSTEM_H 30 #include "storage/Filesystems/Mountable.h" 61 bool has_space_info()
const;
80 const Impl& get_impl()
const;
static std::vector< Filesystem * > get_all(Devicegraph *devicegraph)
Get all Filesystems.
bool is_filesystem(const Device *device)
Checks whether device points to a Filesystem.
SpaceInfo detect_space_info() const
So far only supported for Nfs.
FsType get_type() const
Get the filesystem type.
The main container of the libstorage-ng.
Definition: Devicegraph.h:169
Definition: Mountable.h:100
Filesystem * to_filesystem(Device *device)
Converts pointer to Device to pointer to Filesystem.
void set_space_info(const SpaceInfo &space_info)
Set the SpaceInfo.
An abstract base class for storage devices.
Definition: Device.h:81
Definition: FreeInfo.h:322
Definition: Filesystem.h:40
The storage namespace.
Definition: Actiongraph.h:38