23 #ifndef STORAGE_BCACHEFS_H 24 #define STORAGE_BCACHEFS_H 27 #include "storage/Filesystems/BlkFilesystem.h" 56 const Impl& get_impl()
const;
58 virtual Bcachefs* clone()
const override;
59 virtual std::unique_ptr<Device> clone_v2()
const override;
63 ST_NO_SWIG
Bcachefs(std::unique_ptr<Device::Impl>&& impl);
Bcachefs * to_bcachefs(Device *device)
Converts pointer to Device to pointer to Bcachefs.
Class to represent a Bcachefs filesystem https://en.wikipedia.org/wiki/Bcachefs in the devicegraph...
Definition: Bcachefs.h:37
The main container of the libstorage-ng.
Definition: Devicegraph.h:169
Definition: BlkFilesystem.h:42
An abstract base class for storage devices.
Definition: Device.h:81
bool is_bcachefs(const Device *device)
Checks whether device points to a Bcachefs.
The storage namespace.
Definition: Actiongraph.h:39
static Bcachefs * create(Devicegraph *devicegraph)
Create a device of type Bcachefs.