ReactOS 0.4.15-dev-7842-g558ab78
_MSFS_FCB Struct Reference

#include <msfs.h>

Collaboration diagram for _MSFS_FCB:

Public Attributes

FSRTL_COMMON_FCB_HEADER RFCB
 
UNICODE_STRING Name
 
LIST_ENTRY FcbListEntry
 
KSPIN_LOCK CcbListLock
 
LIST_ENTRY CcbListHead
 
struct _MSFS_CCBServerCcb
 
ULONG ReferenceCount
 
LARGE_INTEGER TimeOut
 
ULONG MaxMessageSize
 
ULONG MessageCount
 
KSPIN_LOCK MessageListLock
 
LIST_ENTRY MessageListHead
 
IO_CSQ CancelSafeQueue
 
KSPIN_LOCK QueueLock
 
LIST_ENTRY PendingIrpQueue
 

Detailed Description

Definition at line 24 of file msfs.h.

Member Data Documentation

◆ CancelSafeQueue

IO_CSQ _MSFS_FCB::CancelSafeQueue

Definition at line 38 of file msfs.h.

◆ CcbListHead

LIST_ENTRY _MSFS_FCB::CcbListHead

Definition at line 30 of file msfs.h.

◆ CcbListLock

KSPIN_LOCK _MSFS_FCB::CcbListLock

Definition at line 29 of file msfs.h.

◆ FcbListEntry

LIST_ENTRY _MSFS_FCB::FcbListEntry

Definition at line 28 of file msfs.h.

◆ MaxMessageSize

ULONG _MSFS_FCB::MaxMessageSize

Definition at line 34 of file msfs.h.

◆ MessageCount

ULONG _MSFS_FCB::MessageCount

Definition at line 35 of file msfs.h.

◆ MessageListHead

LIST_ENTRY _MSFS_FCB::MessageListHead

Definition at line 37 of file msfs.h.

◆ MessageListLock

KSPIN_LOCK _MSFS_FCB::MessageListLock

Definition at line 36 of file msfs.h.

◆ Name

UNICODE_STRING _MSFS_FCB::Name

Definition at line 27 of file msfs.h.

◆ PendingIrpQueue

LIST_ENTRY _MSFS_FCB::PendingIrpQueue

Definition at line 40 of file msfs.h.

◆ QueueLock

KSPIN_LOCK _MSFS_FCB::QueueLock

Definition at line 39 of file msfs.h.

◆ ReferenceCount

ULONG _MSFS_FCB::ReferenceCount

Definition at line 32 of file msfs.h.

◆ RFCB

FSRTL_COMMON_FCB_HEADER _MSFS_FCB::RFCB

Definition at line 26 of file msfs.h.

◆ ServerCcb

struct _MSFS_CCB* _MSFS_FCB::ServerCcb

Definition at line 31 of file msfs.h.

◆ TimeOut

LARGE_INTEGER _MSFS_FCB::TimeOut

Definition at line 33 of file msfs.h.


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