PostgreSQL Source Code
git master
|
Data Fields | |
BufFile * | pfile |
SharedFileSet * | fileset |
int | worker |
int64 | nBlocksAllocated |
int64 | nBlocksWritten |
int64 | nHoleBlocks |
bool | forgetFreeSpace |
int64 * | freeBlocks |
int64 | nFreeBlocks |
Size | freeBlocksLen |
bool | enable_prealloc |
bool LogicalTapeSet::enable_prealloc |
Definition at line 219 of file logtape.c.
Referenced by LogicalTapeSetCreate(), and ltsGetBlock().
SharedFileSet* LogicalTapeSet::fileset |
Definition at line 190 of file logtape.c.
Referenced by LogicalTapeCreate(), LogicalTapeImport(), and LogicalTapeSetCreate().
bool LogicalTapeSet::forgetFreeSpace |
Definition at line 215 of file logtape.c.
Referenced by LogicalTapeSetCreate(), LogicalTapeSetForgetFreeSpace(), and ltsReleaseBlock().
int64* LogicalTapeSet::freeBlocks |
Definition at line 216 of file logtape.c.
Referenced by LogicalTapeSetClose(), LogicalTapeSetCreate(), ltsGetFreeBlock(), and ltsReleaseBlock().
Size LogicalTapeSet::freeBlocksLen |
Definition at line 218 of file logtape.c.
Referenced by LogicalTapeSetCreate(), and ltsReleaseBlock().
int64 LogicalTapeSet::nBlocksAllocated |
Definition at line 203 of file logtape.c.
Referenced by LogicalTapeImport(), LogicalTapeSetCreate(), and ltsGetFreeBlock().
int64 LogicalTapeSet::nBlocksWritten |
Definition at line 204 of file logtape.c.
Referenced by LogicalTapeImport(), LogicalTapeSetBlocks(), LogicalTapeSetCreate(), and ltsWriteBlock().
int64 LogicalTapeSet::nFreeBlocks |
Definition at line 217 of file logtape.c.
Referenced by LogicalTapeSetCreate(), ltsGetFreeBlock(), and ltsReleaseBlock().
int64 LogicalTapeSet::nHoleBlocks |
Definition at line 205 of file logtape.c.
Referenced by LogicalTapeImport(), LogicalTapeSetBlocks(), and LogicalTapeSetCreate().
BufFile* LogicalTapeSet::pfile |
Definition at line 189 of file logtape.c.
Referenced by LogicalTapeFreeze(), LogicalTapeImport(), LogicalTapeSetClose(), LogicalTapeSetCreate(), ltsReadBlock(), and ltsWriteBlock().
int LogicalTapeSet::worker |
Definition at line 191 of file logtape.c.
Referenced by LogicalTapeCreate(), and LogicalTapeSetCreate().