ReactOS 0.4.16-dev-311-g9382aa2
|
#include <mrx.h>
Public Attributes | |
ULONG | Flags |
union { | |
ULONG FsControlCode | |
ULONG IoControlCode | |
}; | |
ULONG | InputBufferLength |
PVOID | pInputBuffer |
ULONG | OutputBufferLength |
PVOID | pOutputBuffer |
UCHAR | MinorFunction |
union { ... } _XXCTL_LOWIO_COMPONENT::@2072 |
ULONG _XXCTL_LOWIO_COMPONENT::Flags |
Definition at line 266 of file mrx.h.
Referenced by RxInitializeLowIoContext().
ULONG _XXCTL_LOWIO_COMPONENT::FsControlCode |
Definition at line 269 of file mrx.h.
Referenced by nfs41_DevFcbXXXControlFile().
ULONG _XXCTL_LOWIO_COMPONENT::InputBufferLength |
Definition at line 272 of file mrx.h.
Referenced by nfs41_CreateConnection(), nfs41_DeleteConnection(), nfs41_DevFcbXXXControlFile(), nfs41_downcall(), RxInitializeLowIoContext(), and RxLowIoSubmit().
UCHAR _XXCTL_LOWIO_COMPONENT::MinorFunction |
Definition at line 276 of file mrx.h.
Referenced by RxInitializeLowIoContext().
ULONG _XXCTL_LOWIO_COMPONENT::OutputBufferLength |
Definition at line 274 of file mrx.h.
Referenced by check_nfs41_getreparse_args(), handle_upcall(), nfs41_DevFcbXXXControlFile(), nfs41_GetReparsePoint(), RxInitializeLowIoContext(), and RxLowIoSubmit().
PVOID _XXCTL_LOWIO_COMPONENT::pInputBuffer |
Definition at line 273 of file mrx.h.
Referenced by nfs41_CreateConnection(), nfs41_DeleteConnection(), nfs41_DevFcbXXXControlFile(), nfs41_downcall(), nfs41_invalidate_cache(), RxInitializeLowIoContext(), and RxLowIoSubmit().
PVOID _XXCTL_LOWIO_COMPONENT::pOutputBuffer |
Definition at line 275 of file mrx.h.
Referenced by check_nfs41_getreparse_args(), handle_upcall(), nfs41_DevFcbXXXControlFile(), nfs41_GetReparsePoint(), RxInitializeLowIoContext(), and RxLowIoSubmit().