ReactOS 0.4.16-dev-306-g647d351
|
#include <vfat.h>
PDEVICE_EXTENSION VFAT_IRP_CONTEXT::DeviceExt |
Definition at line 585 of file vfat.h.
Referenced by DoQuery(), VfatAllocateIrpContext(), VfatCleanup(), VfatCleanupFile(), VfatClose(), VfatCommonRead(), VfatCreate(), VfatDismountVolume(), VfatFlush(), VfatGetRetrievalPointers(), VfatGetStatistics(), VfatIsVolumeDirty(), VfatLockOrUnlockVolume(), VfatMarkVolumeDirty(), VfatNotifyChangeDirectory(), VfatQueryInformation(), VfatRead(), VfatReadFileData(), VfatSetInformation(), VfatWrite(), and VfatWriteFileData().
PDEVICE_OBJECT VFAT_IRP_CONTEXT::DeviceObject |
Definition at line 584 of file vfat.h.
Referenced by VfatAllocateIrpContext(), VfatCleanup(), VfatClose(), VfatCreate(), VfatDismountVolume(), VfatFlush(), VfatMount(), VfatQueryVolumeInformation(), VfatRead(), VfatSetInformation(), VfatSetVolumeInformation(), and VfatWrite().
KEVENT VFAT_IRP_CONTEXT::Event |
Definition at line 593 of file vfat.h.
Referenced by VfatAllocateIrpContext(), VfatReadFileData(), VfatReadWritePartialCompletion(), and VfatWriteFileData().
PFILE_OBJECT VFAT_IRP_CONTEXT::FileObject |
Definition at line 591 of file vfat.h.
Referenced by DoQuery(), VfatAllocateIrpContext(), VfatCleanupFile(), VfatClose(), VfatCommonRead(), VfatDismountVolume(), VfatFlush(), VfatGetRetrievalPointers(), VfatLockOrUnlockVolume(), VfatNotifyChangeDirectory(), VfatQueryInformation(), VfatRead(), VfatReadFileData(), VfatSetInformation(), VfatWrite(), and VfatWriteFileData().
ULONG VFAT_IRP_CONTEXT::Flags |
Definition at line 586 of file vfat.h.
Referenced by DoQuery(), VfatAllocateIrpContext(), VfatClose(), VfatCommonRead(), VfatDirectoryControl(), VfatMarkIrpContextForQueue(), VfatNotifyChangeDirectory(), VfatPnp(), VfatQueryInformation(), VfatQueryVolumeInformation(), VfatQueueRequest(), VfatRead(), VfatReadWritePartialCompletion(), VfatSetInformation(), VfatSetVolumeInformation(), VfatStackOverflowRead(), and VfatWrite().
PIRP VFAT_IRP_CONTEXT::Irp |
Definition at line 583 of file vfat.h.
Referenced by DoQuery(), VfatAllocateIrpContext(), VfatCleanup(), VfatCleanupFile(), VfatClose(), VfatCommonRead(), VfatCreate(), VfatDirectoryControl(), VfatDoRequest(), VfatFileSystemControl(), VfatFlush(), VfatGetRetrievalPointers(), VfatGetStatistics(), VfatIsVolumeDirty(), VfatNotifyChangeDirectory(), VfatPnp(), VfatQueryInformation(), VfatQueryVolumeInformation(), VfatQueueRequest(), VfatRead(), VfatReadFileData(), VfatReadWritePartialCompletion(), VfatSetInformation(), VfatSetVolumeInformation(), VfatWrite(), and VfatWriteFileData().
UCHAR VFAT_IRP_CONTEXT::MajorFunction |
Definition at line 589 of file vfat.h.
Referenced by VfatAllocateIrpContext(), and VfatDoRequest().
UCHAR VFAT_IRP_CONTEXT::MinorFunction |
Definition at line 590 of file vfat.h.
Referenced by VfatAllocateIrpContext(), VfatDirectoryControl(), and VfatFileSystemControl().
CCHAR VFAT_IRP_CONTEXT::PriorityBoost |
Definition at line 594 of file vfat.h.
Referenced by VfatAllocateIrpContext(), VfatCreate(), VfatRead(), and VfatWrite().
ULONG VFAT_IRP_CONTEXT::RefCount |
Definition at line 592 of file vfat.h.
Referenced by VfatAllocateIrpContext(), VfatReadFileData(), VfatReadWritePartialCompletion(), and VfatWriteFileData().
PIO_STACK_LOCATION VFAT_IRP_CONTEXT::Stack |
Definition at line 588 of file vfat.h.
Referenced by DoQuery(), VfatAllocateIrpContext(), VfatCommonRead(), VfatDismountVolume(), VfatDoRequest(), VfatFileSystemControl(), VfatGetRetrievalPointers(), VfatGetStatistics(), VfatIsVolumeDirty(), VfatLockOrUnlockVolume(), VfatMount(), VfatNotifyChangeDirectory(), VfatPnp(), VfatQueryInformation(), VfatQueryVolumeInformation(), VfatQueueRequest(), VfatRead(), VfatSetInformation(), VfatSetVolumeInformation(), VfatVerify(), and VfatWrite().
WORK_QUEUE_ITEM VFAT_IRP_CONTEXT::WorkQueueItem |
Definition at line 587 of file vfat.h.
Referenced by VfatQueueRequest().