ReactOS 0.4.15-dev-7958-gcd0bb1a
ext2_icb Struct Reference

#include <ext2fs.h>

Collaboration diagram for ext2_icb:

Public Attributes

EXT2_IDENTIFIER Identifier
 
PIRP Irp
 
ULONG Flags
 
UCHAR MajorFunction
 
UCHAR MinorFunction
 
PDEVICE_OBJECT DeviceObject
 
PDEVICE_OBJECT RealDevice
 
PFILE_OBJECT FileObject
 
PEXT2_FCB Fcb
 
PEXT2_CCB Ccb
 
BOOLEAN IsTopLevel
 
WORK_QUEUE_ITEM WorkQueueItem
 
BOOLEAN ExceptionInProgress
 
NTSTATUS ExceptionCode
 

Detailed Description

Definition at line 1044 of file ext2fs.h.

Member Data Documentation

◆ Ccb

PEXT2_CCB ext2_icb::Ccb

Definition at line 1069 of file ext2fs.h.

Referenced by Ext2AllocateIrpContext(), Ext2FillEntry(), Ext2QueryEa(), and Ext2SetEa().

◆ DeviceObject

PDEVICE_OBJECT ext2_icb::DeviceObject

◆ ExceptionCode

NTSTATUS ext2_icb::ExceptionCode

Definition at line 1081 of file ext2fs.h.

◆ ExceptionInProgress

BOOLEAN ext2_icb::ExceptionInProgress

Definition at line 1078 of file ext2fs.h.

Referenced by Ext2AllocateIrpContext(), Ext2Create(), and Ext2QueryFileInformation().

◆ Fcb

PEXT2_FCB ext2_icb::Fcb

Definition at line 1068 of file ext2fs.h.

Referenced by Ext2AllocateIrpContext(), Ext2FillEntry(), Ext2QueryEa(), and Ext2SetEa().

◆ FileObject

PFILE_OBJECT ext2_icb::FileObject

Definition at line 1066 of file ext2fs.h.

Referenced by Ext2AllocateIrpContext(), and Ext2SetFileInformation().

◆ Flags

ULONG ext2_icb::Flags

Definition at line 1053 of file ext2fs.h.

Referenced by Ext2AllocateIrpContext(), Ext2QueryEa(), Ext2SetEa(), and Ext2SetFileInformation().

◆ Identifier

◆ Irp

◆ IsTopLevel

BOOLEAN ext2_icb::IsTopLevel

Definition at line 1072 of file ext2fs.h.

Referenced by Ext2AllocateIrpContext(), and Ext2DeQueueRequest().

◆ MajorFunction

UCHAR ext2_icb::MajorFunction

◆ MinorFunction

UCHAR ext2_icb::MinorFunction

Definition at line 1057 of file ext2fs.h.

Referenced by Ext2AllocateIrpContext(), and Ext2LockIrp().

◆ RealDevice

PDEVICE_OBJECT ext2_icb::RealDevice

Definition at line 1063 of file ext2fs.h.

Referenced by Ext2AllocateIrpContext().

◆ WorkQueueItem

WORK_QUEUE_ITEM ext2_icb::WorkQueueItem

Definition at line 1075 of file ext2fs.h.


The documentation for this struct was generated from the following file: