ReactOS 0.4.16-dev-122-g325d74c
|
#include <ext2fs.h>
PEXT2_CCB ext2_icb::Ccb |
Definition at line 1069 of file ext2fs.h.
Referenced by Ext2AllocateIrpContext(), Ext2FillEntry(), Ext2QueryEa(), and Ext2SetEa().
PDEVICE_OBJECT ext2_icb::DeviceObject |
Definition at line 1060 of file ext2fs.h.
Referenced by Ext2AllocateIrpContext(), Ext2Create(), Ext2QueryEa(), Ext2SetEa(), and Ext2SetFileInformation().
BOOLEAN ext2_icb::ExceptionInProgress |
Definition at line 1078 of file ext2fs.h.
Referenced by Ext2AllocateIrpContext(), Ext2Create(), and Ext2QueryFileInformation().
PEXT2_FCB ext2_icb::Fcb |
Definition at line 1068 of file ext2fs.h.
Referenced by Ext2AllocateIrpContext(), Ext2FillEntry(), Ext2QueryEa(), and Ext2SetEa().
PFILE_OBJECT ext2_icb::FileObject |
Definition at line 1066 of file ext2fs.h.
Referenced by Ext2AllocateIrpContext(), and Ext2SetFileInformation().
ULONG ext2_icb::Flags |
Definition at line 1053 of file ext2fs.h.
Referenced by Ext2AllocateIrpContext(), Ext2QueryEa(), Ext2SetEa(), and Ext2SetFileInformation().
EXT2_IDENTIFIER ext2_icb::Identifier |
Definition at line 1047 of file ext2fs.h.
Referenced by Ext2AllocateIrpContext(), Ext2DeQueueCloseRequest(), Ext2DeQueueRequest(), and Ext2SetFileInformation().
PIRP ext2_icb::Irp |
Definition at line 1050 of file ext2fs.h.
Referenced by Ext2AllocateIrpContext(), Ext2Create(), Ext2CreateFile(), Ext2CreateVolume(), Ext2OverwriteEa(), Ext2QueryEa(), Ext2SetDispositionInfo(), Ext2SetEa(), Ext2SetFileInformation(), Ext2SetLinkInfo(), and Ext2SetRenameInfo().
BOOLEAN ext2_icb::IsTopLevel |
Definition at line 1072 of file ext2fs.h.
Referenced by Ext2AllocateIrpContext(), and Ext2DeQueueRequest().
UCHAR ext2_icb::MajorFunction |
Definition at line 1056 of file ext2fs.h.
Referenced by Ext2AllocateIrpContext(), Ext2BuildRequest(), Ext2ExpandFile(), Ext2LockIrp(), Ext2TraceIrpContext(), and ext3_find_entry().
UCHAR ext2_icb::MinorFunction |
Definition at line 1057 of file ext2fs.h.
Referenced by Ext2AllocateIrpContext(), and Ext2LockIrp().
PDEVICE_OBJECT ext2_icb::RealDevice |
Definition at line 1063 of file ext2fs.h.
Referenced by Ext2AllocateIrpContext().
WORK_QUEUE_ITEM ext2_icb::WorkQueueItem |