23#ifndef STORAGE_BCACHEFS_H
24#define STORAGE_BCACHEFS_H
27#include "storage/Filesystems/BlkFilesystem.h"
37 class Bcachefs :
public BlkFilesystem
49 static Bcachefs* load(
Devicegraph* devicegraph,
const xmlNode* node);
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);
Class to represent a Bcachefs filesystem https://en.wikipedia.org/wiki/Bcachefs in the devicegraph.
Definition Bcachefs.h:38
static Bcachefs * create(Devicegraph *devicegraph)
Create a device of type Bcachefs.
An abstract base class for storage devices.
Definition Device.h:82
The main container of the libstorage-ng.
Definition Devicegraph.h:170
The storage namespace.
Definition Actiongraph.h:40
bool is_bcachefs(const Device *device)
Checks whether device points to a Bcachefs.
Bcachefs * to_bcachefs(Device *device)
Converts pointer to Device to pointer to Bcachefs.