ReactOS 0.4.16-dev-36-g301675c
|
#include <npfs.h>
Public Attributes | |
LIST_ENTRY | QueueEntry |
ULONG | DataEntryType |
PIRP | Irp |
ULONG | QuotaInEntry |
PSECURITY_CLIENT_CONTEXT | ClientSecurityContext |
ULONG | DataSize |
PSECURITY_CLIENT_CONTEXT _NP_DATA_QUEUE_ENTRY::ClientSecurityContext |
Definition at line 154 of file npfs.h.
Referenced by NpAddDataQueueEntry(), NpCancelDataQueueIrp(), and NpRemoveDataQueueEntry().
ULONG _NP_DATA_QUEUE_ENTRY::DataEntryType |
Definition at line 151 of file npfs.h.
Referenced by NpAddDataQueueEntry(), NpCompleteStalledWrites(), NpGetNextRealDataQueueEntry(), NpPeek(), NpReadDataQueue(), and NpWriteDataQueue().
ULONG _NP_DATA_QUEUE_ENTRY::DataSize |
Definition at line 155 of file npfs.h.
Referenced by NpAddDataQueueEntry(), NpCancelDataQueueIrp(), NpCompleteStalledWrites(), NpPeek(), NpReadDataQueue(), NpRemoveDataQueueEntry(), and NpWriteDataQueue().
PIRP _NP_DATA_QUEUE_ENTRY::Irp |
Definition at line 152 of file npfs.h.
Referenced by NpAddDataQueueEntry(), NpCompleteStalledWrites(), NpReadDataQueue(), NpRemoveDataQueueEntry(), and NpWriteDataQueue().
LIST_ENTRY _NP_DATA_QUEUE_ENTRY::QueueEntry |
Definition at line 150 of file npfs.h.
Referenced by NpAddDataQueueEntry(), NpCancelDataQueueIrp(), and NpReadDataQueue().
ULONG _NP_DATA_QUEUE_ENTRY::QuotaInEntry |
Definition at line 153 of file npfs.h.
Referenced by NpAddDataQueueEntry(), NpCancelDataQueueIrp(), NpCompleteStalledWrites(), NpReadDataQueue(), and NpRemoveDataQueueEntry().