ReactOS 0.4.16-dev-92-g0c2cdca
|
#include <ntfs.h>
PDEVICE_OBJECT NTFS_IRP_CONTEXT::DeviceObject |
Definition at line 488 of file ntfs.h.
Referenced by NtfsAllocateIrpContext(), NtfsCleanup(), NtfsClose(), NtfsCreate(), NtfsDeviceControl(), NtfsFileSystemControl(), NtfsQueryDirectory(), NtfsQueryInformation(), NtfsQueryVolumeInformation(), NtfsRead(), NtfsSetInformation(), and NtfsWrite().
PFILE_OBJECT NTFS_IRP_CONTEXT::FileObject |
Definition at line 489 of file ntfs.h.
Referenced by NtfsAllocateIrpContext(), NtfsCleanup(), NtfsClose(), NtfsQueryInformation(), NtfsRead(), NtfsSetInformation(), and NtfsWrite().
ULONG NTFS_IRP_CONTEXT::Flags |
Definition at line 481 of file ntfs.h.
Referenced by NtfsAllocateIrpContext(), NtfsCleanup(), NtfsClose(), NtfsCreate(), NtfsCreateFile(), NtfsDeviceControl(), NtfsDirectoryControl(), NtfsDispatch(), NtfsMarkIrpContextForQueue(), NtfsQueryDirectory(), NtfsQueryInformation(), NtfsQueryVolumeInformation(), NtfsQueueRequest(), NtfsSetInformation(), and NtfsWrite().
NTFSIDENTIFIER NTFS_IRP_CONTEXT::Identifier |
Definition at line 480 of file ntfs.h.
Referenced by NtfsAllocateIrpContext().
PIRP NTFS_IRP_CONTEXT::Irp |
Definition at line 486 of file ntfs.h.
Referenced by NtfsAllocateIrpContext(), NtfsCleanup(), NtfsClose(), NtfsCreate(), NtfsCreateFile(), NtfsDeviceControl(), NtfsDirectoryControl(), NtfsDispatch(), NtfsFileSystemControl(), NtfsQueryDirectory(), NtfsQueryInformation(), NtfsQueryVolumeInformation(), NtfsQueueRequest(), NtfsRead(), NtfsSetInformation(), NtfsSetVolumeInformation(), and NtfsWrite().
BOOLEAN NTFS_IRP_CONTEXT::IsTopLevel |
Definition at line 487 of file ntfs.h.
Referenced by NtfsAllocateIrpContext().
UCHAR NTFS_IRP_CONTEXT::MajorFunction |
Definition at line 483 of file ntfs.h.
Referenced by NtfsAllocateIrpContext(), and NtfsDispatch().
UCHAR NTFS_IRP_CONTEXT::MinorFunction |
Definition at line 484 of file ntfs.h.
Referenced by NtfsAllocateIrpContext(), NtfsDirectoryControl(), and NtfsFileSystemControl().
CCHAR NTFS_IRP_CONTEXT::PriorityBoost |
Definition at line 491 of file ntfs.h.
Referenced by NtfsAllocateIrpContext(), NtfsDispatch(), and NtfsWrite().
PIO_STACK_LOCATION NTFS_IRP_CONTEXT::Stack |
Definition at line 482 of file ntfs.h.
Referenced by NtfsAllocateIrpContext(), NtfsQueryInformation(), NtfsQueryVolumeInformation(), NtfsRead(), NtfsSetInformation(), and NtfsWrite().
WORK_QUEUE_ITEM NTFS_IRP_CONTEXT::WorkQueueItem |
Definition at line 485 of file ntfs.h.
Referenced by NtfsQueueRequest().