|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <fcbtable.h>

Public Attributes | |
| NODE_TYPE_CODE | NodeTypeCode |
| NODE_BYTE_SIZE | NodeByteSize |
| ULONG | HashValue |
| UNICODE_STRING | Path |
| LIST_ENTRY | HashLinks |
| LONG | Lookups |
Definition at line 4 of file fcbtable.h.
| LIST_ENTRY _RX_FCB_TABLE_ENTRY::HashLinks |
Definition at line 9 of file fcbtable.h.
Referenced by RxCreateNetFcb(), RxFcbTableInsertFcb(), and RxFcbTableRemoveFcb().
| ULONG _RX_FCB_TABLE_ENTRY::HashValue |
Definition at line 7 of file fcbtable.h.
Referenced by RxFcbTableInsertFcb().
| LONG _RX_FCB_TABLE_ENTRY::Lookups |
Definition at line 10 of file fcbtable.h.
| NODE_BYTE_SIZE _RX_FCB_TABLE_ENTRY::NodeByteSize |
Definition at line 6 of file fcbtable.h.
| NODE_TYPE_CODE _RX_FCB_TABLE_ENTRY::NodeTypeCode |
Definition at line 5 of file fcbtable.h.
| UNICODE_STRING _RX_FCB_TABLE_ENTRY::Path |
Definition at line 8 of file fcbtable.h.
Referenced by RxCommonCreate(), RxConjureOriginalName(), RxCreateNetFcb(), RxFcbTableInsertFcb(), RxFcbTableRemoveFcb(), RxFindOrCreateFcb(), RxFsdCommonDispatch(), and RxSetRenameInfo().