|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ntfs.h>

| PKSIDEVICE_HEADER DEVICE_EXTENSION::DeviceHeader |
| ERESOURCE DEVICE_EXTENSION::DirResource |
Definition at line 103 of file ntfs.h.
Referenced by DoQuery(), VfatCleanup(), VfatClose(), VfatCreate(), VfatFlush(), VfatRead(), and VfatWrite().
| VFAT_DISPATCH DEVICE_EXTENSION::Dispatch |
| PFILE_OBJECT DEVICE_EXTENSION::FATFileObject |
| FATINFO DEVICE_EXTENSION::FatInfo |
Definition at line 324 of file vfat.h.
Referenced by VfatCommonRead(), VfatRead(), and VfatWrite().
| struct _HASHENTRY** DEVICE_EXTENSION::FcbHashTable |
| LIST_ENTRY DEVICE_EXTENSION::FcbListHead |
| KSPIN_LOCK DEVICE_EXTENSION::FcbListLock |
| NPAGED_LOOKASIDE_LIST DEVICE_EXTENSION::FileRecLookasideList |
| PFIND_AND_MARK_AVAILABLE_CLUSTER DEVICE_EXTENSION::FindAndMarkAvailableCluster |
| PGET_DIRTY_STATUS DEVICE_EXTENSION::GetDirtyStatus |
| PGET_NEXT_CLUSTER DEVICE_EXTENSION::GetNextCluster |
| NTFSIDENTIFIER DEVICE_EXTENSION::Identifier |
| struct _FILE_RECORD_HEADER* DEVICE_EXTENSION::MasterFileTable |
| struct _NTFS_ATTR_CONTEXT* DEVICE_EXTENSION::MFTContext |
| LIST_ENTRY DEVICE_EXTENSION::NotifyList |
Definition at line 351 of file vfat.h.
Referenced by VfatCleanupFile().
| PNOTIFY_SYNC DEVICE_EXTENSION::NotifySync |
Definition at line 352 of file vfat.h.
Referenced by VfatCleanupFile().
| LIST_ENTRY DEVICE_EXTENSION::OverflowQueue |
| KSPIN_LOCK DEVICE_EXTENSION::OverflowQueueSpinLock |
| PSET_DIRTY_STATUS DEVICE_EXTENSION::SetDirtyStatus |
| PSTATISTICS DEVICE_EXTENSION::Statistics |
| PDEVICE_OBJECT DEVICE_EXTENSION::StorageDevice |
Definition at line 110 of file ntfs.h.
Referenced by VfatRead(), and VfatWrite().
| PFILE_OBJECT DEVICE_EXTENSION::StreamFileObject |
| PDEVICE_OBJECT DEVICE_EXTENSION::VolumeDevice |
Definition at line 115 of file ntfs.h.
Referenced by VfatIsVolumeDirty().
| LIST_ENTRY DEVICE_EXTENSION::VolumeListEntry |
| PWRITE_CLUSTER DEVICE_EXTENSION::WriteCluster |