23 #ifndef STORAGE_FILESYSTEM_USER_H 24 #define STORAGE_FILESYSTEM_USER_H 27 #include "storage/Holders/User.h" 47 void set_journal(
bool journal);
54 const Impl& get_impl()
const;
63 bool is_filesystem_user(
const Holder* holder);
FilesystemUser * to_filesystem_user(Holder *holder)
Converts pointer to Holder to pointer to FilesystemUser.
The master container of the libstorage.
Definition: Devicegraph.h:153
An abstract base class of storage devices, and a vertex in the Devicegraph.
Definition: Device.h:75
bool is_journal() const
Indicates whether the block device is used as an external journal device.
The storage namespace.
Definition: Actiongraph.h:37
Definition: FilesystemUser.h:33