27#include "storage/Filesystems/BlkFilesystem.h"
38 class Jfs :
public BlkFilesystem
50 static Jfs* load(
Devicegraph* devicegraph,
const xmlNode* node);
57 const Impl& get_impl()
const;
59 virtual Jfs* clone()
const override;
An abstract base class for storage devices.
Definition Device.h:82
The main container of the libstorage-ng.
Definition Devicegraph.h:170
Class to represent a JFS filesystem https://en.wikipedia.org/wiki/JFS_(file_system) in the devicegrap...
Definition Jfs.h:39
static Jfs * create(Devicegraph *devicegraph)
Create a device of type Jfs.
The storage namespace.
Definition Actiongraph.h:40
bool is_jfs(const Device *device)
Checks whether device points to a Jfs.
Jfs * to_jfs(Device *device)
Converts pointer to Device to pointer to Jfs.