|
NeKernel dev
|
Context for an EXT2 filesystem on a given drive. More...
#include <Ext2+IFS.h>
Public Member Functions | |
| Ext2Context (Kernel::DriveTrait *drv) | |
| context with a drive | |
| ~Ext2Context () | |
| Clean up. | |
| Ext2Context (const Ext2Context &)=delete | |
| Ext2Context & | operator= (const Ext2Context &)=delete |
| Ext2Context (Ext2Context &&other) | |
| Ext2Context & | operator= (Ext2Context &&other) |
| SizeT | BlockSize () const |
| operator BOOL () | |
Public Attributes | |
| DriveTrait * | drive {nullptr} |
| EXT2_SUPER_BLOCK * | superblock {nullptr} |
Context for an EXT2 filesystem on a given drive.
|
inline |
context with a drive
|
inline |
Clean up.
|
delete |
|
inline |
|
inline |
|
inline |
|
delete |
|
inline |
| DriveTrait* Kernel::Ext2Context::drive {nullptr} |
| EXT2_SUPER_BLOCK* Kernel::Ext2Context::superblock {nullptr} |