The Pedigree Project 0.1
Public Member Functions | Public Attributes | List of all members
Ext2Node::TrimPlan Struct Reference
+ Collaboration diagram for Ext2Node::TrimPlan:

Public Member Functions

 TrimPlan (Ext2Filesystem &filesystem)
 

Public Attributes

Ext2Filesystemfilesystem
 
size_t keep = 0
 
size_t retainedData = 0
 
Vector< MappingPagepages
 
Vector< uint32_t > retiredData
 

Detailed Description

Definition at line 136 of file Ext2Node.h.

Constructor & Destructor Documentation

◆ TrimPlan()

Ext2Node::TrimPlan::TrimPlan ( Ext2Filesystem filesystem)
explicit

Definition at line 33 of file Ext2Resize.cc.

◆ ~TrimPlan()

Ext2Node::TrimPlan::~TrimPlan ( )

Definition at line 35 of file Ext2Resize.cc.

Member Data Documentation

◆ filesystem

Ext2Filesystem& Ext2Node::TrimPlan::filesystem

Definition at line 139 of file Ext2Node.h.

◆ keep

size_t Ext2Node::TrimPlan::keep = 0

Definition at line 140 of file Ext2Node.h.

◆ pages

Vector<MappingPage> Ext2Node::TrimPlan::pages

Definition at line 142 of file Ext2Node.h.

◆ retainedData

size_t Ext2Node::TrimPlan::retainedData = 0

Definition at line 141 of file Ext2Node.h.

◆ retiredData

Vector<uint32_t> Ext2Node::TrimPlan::retiredData

Definition at line 143 of file Ext2Node.h.


The documentation for this struct was generated from the following files: