|
ReactOS 0.4.16-dev-1946-g52006dd
|

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' |
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 794 of file ntfs.c.
Referenced by NtfsDispatch().
|
static |
Definition at line 513 of file ntfs.c.
Referenced by NtfsFindMftRecord().
|
static |
Definition at line 65 of file ntfs.c.
Referenced by NtfsPrepareAttributeContext(), and NtfsReadAttribute().
|
static |
Definition at line 145 of file ntfs.c.
Referenced by NtfsReadAttribute().
|
static |
Definition at line 443 of file ntfs.c.
Referenced by NtfsFindMftRecord(), NtfsLookupFile(), and NtfsMount().
|
static |
Definition at line 374 of file ntfs.c.
Referenced by NtfsFindAttribute(), and NtfsFindAttributeHelper().
|
static |
Definition at line 548 of file ntfs.c.
Referenced by AddFileName(), and NtfsLookupFile().
|
static |
Definition at line 457 of file ntfs.c.
Referenced by NtfsFindMftRecord(), and NtfsReadMftRecord().
|
static |
Definition at line 57 of file ntfs.c.
Referenced by NtfsFindAttributeHelper(), NtfsFindMftRecord(), NtfsGetFileInformation(), and NtfsSeek().
| ARC_STATUS NtfsGetFileInformation | ( | ULONG | FileId, |
| FILEINFORMATION * | Information | ||
| ) |
Definition at line 804 of file ntfs.c.
Returns the size of the NTFS volume laid on the storage media device opened via DeviceId.
Definition at line 919 of file ntfs.c.
Referenced by FsGetVolumeSize().
|
static |
Definition at line 724 of file ntfs.c.
Referenced by NtfsOpen().
Definition at line 938 of file ntfs.c.
| ARC_STATUS NtfsOpen | ( | CHAR * | Path, |
| OPENMODE | OpenMode, | ||
| ULONG * | FileId | ||
| ) |
Definition at line 826 of file ntfs.c.
|
static |
Definition at line 106 of file ntfs.c.
Referenced by NtfsFindAttributeHelper().
| ARC_STATUS NtfsRead | ( | ULONG | FileId, |
| VOID * | Buffer, | ||
| ULONG | N, | ||
| ULONG * | Count | ||
| ) |
Definition at line 873 of file ntfs.c.
Referenced by NtfsDispatch().
|
static |
Definition at line 222 of file ntfs.c.
Referenced by NtfsFindAttributeHelper(), NtfsFindMftRecord(), NtfsRead(), and NtfsReadMftRecord().
|
static |
Definition at line 481 of file ntfs.c.
Referenced by NtfsFindMftRecord(), and NtfsLookupFile().
|
static |
Definition at line 140 of file ntfs.c.
Referenced by NtfsClose(), NtfsFindAttributeHelper(), and NtfsFindMftRecord().
| ARC_STATUS NtfsSeek | ( | ULONG | FileId, |
| LARGE_INTEGER * | Position, | ||
| SEEKMODE | SeekMode | ||
| ) |
Definition at line 928 of file ntfs.c.
Referenced by NtfsMount().
| PNTFS_VOLUME_INFO NtfsVolumes[MAX_FDS] |
Definition at line 55 of file ntfs.c.
Referenced by NtfsGetVolumeSize(), NtfsMount(), and NtfsOpen().