#include <data_file.h>
◆ anonymous enum
◆ checkUpgrade()
void mongo::DataFileHeader::checkUpgrade |
( |
OperationContext * |
opCtx | ) |
|
◆ init()
void mongo::DataFileHeader::init |
( |
OperationContext * |
opCtx, |
|
|
int |
fileno, |
|
|
int |
filelength, |
|
|
const char * |
filename |
|
) |
| |
◆ isEmpty()
bool mongo::DataFileHeader::isEmpty |
( |
| ) |
const |
|
inline |
◆ uninitialized()
bool mongo::DataFileHeader::uninitialized |
( |
| ) |
const |
|
inline |
◆ data
char mongo::DataFileHeader::data[4] |
◆ fileLength
int mongo::DataFileHeader::fileLength |
◆ freeListEnd
DiskLoc mongo::DataFileHeader::freeListEnd |
◆ freeListStart
DiskLoc mongo::DataFileHeader::freeListStart |
◆ reserved
char mongo::DataFileHeader::reserved[8192 - 4 *4 - 8 *3] |
◆ unused
DiskLoc mongo::DataFileHeader::unused |
unused is the portion of the file that doesn't belong to any allocated extents.
-1 = no more
◆ unusedLength
int mongo::DataFileHeader::unusedLength |
◆ version
The documentation for this class was generated from the following files:
- /home/louis/git/mongodbsource.github.io/src/src/mongo/db/storage/mmap_v1/data_file.h
- /home/louis/git/mongodbsource.github.io/src/src/mongo/db/storage/mmap_v1/data_file.cpp