![]() |
UltraDefrag Engine Architecture - Reference Manual - Guides |
|
Volume analysis code. More...
Go to the source code of this file.
Functions | |
int | Analyze (char *volume_name) |
Performs a volume analysis. | |
BOOLEAN | IsFileLocked (PFILENAME pfn) |
Checks is file locked or not. | |
BOOLEAN | IsMft (PFILENAME pfn) |
Checks whether the file is $MFT or not. | |
BOOLEAN | IsWellKnownSystemFile (PFILENAME pfn) |
Checks is file a well known system file or not. | |
void | RemarkWellKnownLockedFiles (void) |
Remarks space belonging to well known locked files as system. | |
void | CheckAllFragmentedFiles (void) |
Checks all fragmented files, are they locked or not. | |
void | CheckAllFiles (void) |
Checks all files, are they locked or not. | |
void | GenerateFragmentedFilesList (void) |
Produces a list of fragmented files. | |
ULONGLONG | _rdtsc (void) |
Returns the current time in milliseconds since... | |
ULONGLONG | _rdtsc_1 (void) |
Returns the current time in nanoseconds since... |
Volume analysis code.
Definition in file analyse.c.