|
ReactOS 0.4.16-dev-2279-gc890759
|

Go to the source code of this file.
Classes | |
| struct | _NTFS_VOLUME_INFO |
Macros | |
| #define | TAG_NTFS_CONTEXT 'CftN' |
| #define | TAG_NTFS_LIST 'LftN' |
| #define | TAG_NTFS_MFT 'MftN' |
| #define | TAG_NTFS_INDEX_REC 'IftN' |
| #define | TAG_NTFS_BITMAP 'BftN' |
| #define | TAG_NTFS_FILE 'FftN' |
| #define | TAG_NTFS_VOLUME 'VftN' |
| #define | TAG_NTFS_DATA 'DftN' |
| #define | NTFS_MAX_ATTRIBUTE_LIST_RECURSION 8 |
Typedefs | |
| typedef struct _NTFS_VOLUME_INFO | NTFS_VOLUME_INFO |
Variables | |
| PNTFS_VOLUME_INFO | NtfsVolumes [MAX_FDS] |
| const DEVVTBL | NtfsFuncTable |
| typedef struct _NTFS_VOLUME_INFO NTFS_VOLUME_INFO |
| DBG_DEFAULT_CHANNEL | ( | FILESYSTEM | ) |
| ARC_STATUS NtfsClose | ( | ULONG | FileId | ) |
Definition at line 921 of file ntfs.c.
Referenced by NtfsDispatch().
|
static |
Definition at line 639 of file ntfs.c.
Referenced by NtfsFindMftRecord().
|
static |
Definition at line 67 of file ntfs.c.
Referenced by NtfsPrepareAttributeContext(), and NtfsReadAttribute().
|
static |
Definition at line 147 of file ntfs.c.
Referenced by NtfsReadAttribute().
|
static |
Definition at line 569 of file ntfs.c.
Referenced by NtfsFindMftRecord(), NtfsLookupFile(), and NtfsMount().
|
static |
Definition at line 467 of file ntfs.c.
Referenced by NtfsFindAttribute(), and NtfsFindAttributeHelperList().
|
static |
Definition at line 388 of file ntfs.c.
Referenced by NtfsFindAttributeHelper().
|
static |
Definition at line 675 of file ntfs.c.
Referenced by AddFileName(), and NtfsLookupFile().
|
static |
Definition at line 583 of file ntfs.c.
Referenced by NtfsFindMftRecord(), and NtfsReadMftRecord().
|
static |
Definition at line 59 of file ntfs.c.
Referenced by NtfsFindAttributeHelper(), NtfsFindMftRecord(), NtfsGetFileInformation(), and NtfsSeek().
| ARC_STATUS NtfsGetFileInformation | ( | ULONG | FileId, |
| FILEINFORMATION * | Information | ||
| ) |
Definition at line 931 of file ntfs.c.
Returns the size of the NTFS volume laid on the storage media device opened via DeviceId.
Definition at line 1046 of file ntfs.c.
Referenced by FsGetVolumeSize().
|
static |
Definition at line 851 of file ntfs.c.
Referenced by NtfsOpen().
Definition at line 1065 of file ntfs.c.
| ARC_STATUS NtfsOpen | ( | CHAR * | Path, |
| OPENMODE | OpenMode, | ||
| ULONG * | FileId | ||
| ) |
Definition at line 953 of file ntfs.c.
|
static |
Definition at line 108 of file ntfs.c.
Referenced by NtfsFindAttributeHelper().
| ARC_STATUS NtfsRead | ( | ULONG | FileId, |
| VOID * | Buffer, | ||
| ULONG | N, | ||
| ULONG * | Count | ||
| ) |
Definition at line 1000 of file ntfs.c.
Referenced by NtfsDispatch().
|
static |
Definition at line 224 of file ntfs.c.
Referenced by NtfsFindAttributeHelper(), NtfsFindMftRecord(), NtfsRead(), and NtfsReadMftRecord().
|
static |
Definition at line 607 of file ntfs.c.
Referenced by NtfsFindAttributeHelperList(), NtfsFindMftRecord(), and NtfsLookupFile().
|
static |
Definition at line 142 of file ntfs.c.
Referenced by NtfsClose(), NtfsFindAttributeHelper(), and NtfsFindMftRecord().
| ARC_STATUS NtfsSeek | ( | ULONG | FileId, |
| LARGE_INTEGER * | Position, | ||
| SEEKMODE | SeekMode | ||
| ) |
Definition at line 1055 of file ntfs.c.
Referenced by NtfsMount().
| PNTFS_VOLUME_INFO NtfsVolumes[MAX_FDS] |
Definition at line 57 of file ntfs.c.
Referenced by NtfsGetVolumeSize(), NtfsMount(), and NtfsOpen().