|
The Pedigree Project 0.1
|
Collaboration diagram for Ext2Node::TrimPlan:Public Member Functions | |
| TrimPlan (Ext2Filesystem &filesystem) | |
Public Attributes | |
| Ext2Filesystem & | filesystem |
| size_t | keep = 0 |
| size_t | retainedData = 0 |
| Vector< MappingPage > | pages |
| Vector< uint32_t > | retiredData |
Definition at line 136 of file Ext2Node.h.
|
explicit |
Definition at line 33 of file Ext2Resize.cc.
| Ext2Node::TrimPlan::~TrimPlan | ( | ) |
Definition at line 35 of file Ext2Resize.cc.
| Ext2Filesystem& Ext2Node::TrimPlan::filesystem |
Definition at line 139 of file Ext2Node.h.
| size_t Ext2Node::TrimPlan::keep = 0 |
Definition at line 140 of file Ext2Node.h.
| Vector<MappingPage> Ext2Node::TrimPlan::pages |
Definition at line 142 of file Ext2Node.h.
| size_t Ext2Node::TrimPlan::retainedData = 0 |
Definition at line 141 of file Ext2Node.h.
| Vector<uint32_t> Ext2Node::TrimPlan::retiredData |
Definition at line 143 of file Ext2Node.h.