
Public Member Functions | |
| LLVFSBlock () | |
| LLVFSBlock (U32 loc, S32 size) | |
Static Public Member Functions | |
| static bool | locationSortPredicate (const LLVFSBlock *lhs, const LLVFSBlock *rhs) |
Public Attributes | |
| U32 | mLocation |
| S32 | mLength |
Definition at line 57 of file llvfs.cpp.
| LLVFSBlock::LLVFSBlock | ( | ) | [inline] |
| static bool LLVFSBlock::locationSortPredicate | ( | const LLVFSBlock * | lhs, | |
| const LLVFSBlock * | rhs | |||
| ) | [inline, static] |
Definition at line 72 of file llvfs.cpp.
References mLocation.
Referenced by LLVFS::LLVFS().

Definition at line 80 of file llvfs.cpp.
Referenced by LLVFS::addFreeBlock(), LLVFS::audit(), LLVFS::dumpMap(), LLVFS::dumpStatistics(), LLVFS::eraseBlock(), LLVFS::getData(), LLVFS::LLVFS(), LLVFSBlock(), locationSortPredicate(), LLVFS::removeFileBlock(), LLVFS::setMaxSize(), LLVFS::storeData(), and LLVFS::useFreeSpace().
Definition at line 81 of file llvfs.cpp.
Referenced by LLVFS::addFreeBlock(), LLVFS::audit(), LLVFS::dumpFiles(), LLVFS::dumpMap(), LLVFS::dumpStatistics(), LLVFS::eraseBlockLength(), LLVFS::findFreeBlock(), LLVFS::getExists(), LLVFS::getMaxSize(), LLVFS::listFiles(), LLVFS::LLVFS(), LLVFSBlock(), LLVFS::removeFileBlock(), LLVFS::setMaxSize(), LLVFS::storeData(), LLVFS::sync(), and LLVFS::useFreeSpace().
1.5.5