ReactOS 0.4.16-dev-41-ge8c7597
|
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 755 of file ntfs.c.
Referenced by NtfsDispatch().
|
static |
Definition at line 512 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 545 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 | ||
) |
|
static |
Definition at line 711 of file ntfs.c.
Referenced by NtfsOpen().
Definition at line 881 of file ntfs.c.
Referenced by ArcOpen().
ARC_STATUS NtfsOpen | ( | CHAR * | Path, |
OPENMODE | OpenMode, | ||
ULONG * | FileId | ||
) |
Definition at line 779 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 826 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 871 of file ntfs.c.
Referenced by NtfsMount().
PNTFS_VOLUME_INFO NtfsVolumes[MAX_FDS] |
Definition at line 55 of file ntfs.c.
Referenced by NtfsMount(), and NtfsOpen().