#include "lfsprocs.h"
Go to the source code of this file.
Defines | |
#define | Dbg (DEBUG_TRACE_CATCH_EXCEPTIONS) |
Functions | |
LONG | LfsExceptionFilter (IN PEXCEPTION_POINTERS ExceptionPointer) |
Variables | |
LFS_DATA | LfsData |
LARGE_INTEGER | LfsLi0 = {0x00000000, 0x00000000} |
LARGE_INTEGER | LfsLi1 = {0x00000001, 0x00000000} |
LSN | LfsZeroLsn = {0x00000000, 0x00000000} |
|
|
|
Definition at line 58 of file lfsdata.c. References ASSERT, EXCEPTION_CONTINUE_SEARCH, EXCEPTION_EXECUTE_HANDLER, FsRtlIsNtstatusExpected(), and NTSTATUS(). Referenced by LfsCloseLogFile(), LfsDeleteLogHandle(), LfsFlushToLsn(), LfsForceWrite(), LfsInitializeLogFile(), LfsOpenLogFile(), LfsPinOrMapData(), LfsReadLogRecord(), LfsReadNextLogRecord(), LfsReadRestartArea(), LfsSetBaseLsn(), LfsWrite(), and LfsWriteRestartArea().
|
|
Definition at line 33 of file lfsdata.c. Referenced by LfsAllocateSpanningBuffer(), LfsFreeSpanningBuffer(), LfsInitializeLogFile(), LfsInitializeLogFileService(), and LfsOpenLogFile(). |
|
Definition at line 39 of file lfsdata.c. Referenced by LfsFindLastLsn(), LfsFlushLfcb(), LfsInitializeLogFile(), and LfsRestartLogFile(). |
|
Definition at line 40 of file lfsdata.c. Referenced by LfsAllocateLfcb(). |
|
Definition at line 47 of file lfsdata.c. Referenced by LfsCloseLogFile(), LfsOpenLogFile(), LfsQueryLastLsn(), LfsReadRestartArea(), and LfsWriteRestartArea(). |