ReactOS 0.4.16-dev-59-gd481587
|
#include <vfat.h>
PUCHAR _VFATFCB::Attributes |
Definition at line 460 of file vfat.h.
Referenced by VfatCreateFile(), and vfatNewFCB().
struct _VFAT_CLOSE_CONTEXT* _VFATFCB::CloseContext |
Definition at line 531 of file vfat.h.
Referenced by VfatCloseWorker(), and VfatPostCloseFile().
ULONG _VFATFCB::dirIndex |
Definition at line 502 of file vfat.h.
Referenced by FindFile().
UNICODE_STRING _VFATFCB::DirNameU |
Definition at line 469 of file vfat.h.
Referenced by vfatGrabFCBFromTable().
DIR_ENTRY _VFATFCB::entry |
Definition at line 457 of file vfat.h.
Referenced by FindFile(), VfatCreateFile(), and vfatNewFCB().
LIST_ENTRY _VFATFCB::FcbListEntry |
Definition at line 484 of file vfat.h.
Referenced by vfatAddFCBToTable(), and vfatDelFCBFromTable().
SHARE_ACCESS _VFATFCB::FCBShareAccess |
Definition at line 508 of file vfat.h.
Referenced by VfatCleanupFile(), and VfatCreateFile().
FILE_LOCK _VFATFCB::FileLock |
Definition at line 520 of file vfat.h.
Referenced by VfatCleanupFile(), vfatDestroyFCB(), and vfatNewFCB().
PFILE_OBJECT _VFATFCB::FileObject |
Definition at line 499 of file vfat.h.
Referenced by FsdSetFsLabelInformation(), ReadVolumeLabel(), VfatCleanupFile(), VfatCommonCloseFile(), and vfatPrepareTargetForRename().
ULONG _VFATFCB::Flags |
Definition at line 496 of file vfat.h.
Referenced by VfatCleanupFile(), VfatCloseFile(), VfatCloseWorker(), VfatCommonCloseFile(), VfatCreateFile(), vfatDestroyFCB(), VfatMount(), and vfatPrepareTargetForRename().
HASHENTRY _VFATFCB::Hash |
Definition at line 514 of file vfat.h.
Referenced by vfatAddFCBToTable(), vfatDelFCBFromTable(), vfatGrabFCBFromTable(), and vfatNewFCB().
FAST_MUTEX _VFATFCB::LastMutex |
Definition at line 527 of file vfat.h.
Referenced by vfatNewFCB().
UNICODE_STRING _VFATFCB::LongNameU |
Definition at line 463 of file vfat.h.
Referenced by FindFile(), vfatDestroyFCB(), vfatGetFCBForFile(), and vfatGrabFCBFromTable().
ERESOURCE _VFATFCB::MainResource |
Definition at line 452 of file vfat.h.
Referenced by DoQuery(), VfatCleanupFile(), VfatCreateFile(), vfatDestroyFCB(), and vfatNewFCB().
ULONG _VFATFCB::OpenHandleCount |
Definition at line 511 of file vfat.h.
Referenced by IsThereAChildOpened(), VfatCleanupFile(), VfatCommonCloseFile(), VfatCreateFile(), and vfatPrepareTargetForRename().
ERESOURCE _VFATFCB::PagingIoResource |
Definition at line 453 of file vfat.h.
Referenced by VfatCleanupFile(), vfatDestroyFCB(), and vfatNewFCB().
Definition at line 490 of file vfat.h.
Referenced by IsThereAChildOpened(), vfatAddFCBToTable(), VfatMoveEntry(), and vfatReleaseFCB().
LIST_ENTRY _VFATFCB::ParentListEntry |
Definition at line 487 of file vfat.h.
Referenced by vfatDestroyFCB(), and vfatMakeFCBFromDirEntry().
LIST_ENTRY _VFATFCB::ParentListHead |
Definition at line 493 of file vfat.h.
Referenced by IsThereAChildOpened(), VfatCleanupFile(), vfatDestroyFCB(), vfatMakeFCBFromDirEntry(), and vfatNewFCB().
PWCHAR _VFATFCB::PathNameBuffer |
Definition at line 475 of file vfat.h.
Referenced by vfatDestroyFCB().
UNICODE_STRING _VFATFCB::PathNameU |
Definition at line 472 of file vfat.h.
Referenced by IsThereAChildOpened(), vfatAddFCBToTable(), VfatCleanupFile(), VfatCloseWorker(), VfatCreateFile(), vfatDestroyFCB(), vfatDirFindFile(), vfatGetFCBForFile(), vfatMakeFullName(), vfatNewFCB(), VfatNotifyChangeDirectory(), and VfatSetRenameInformation().
LONG _VFATFCB::RefCount |
Definition at line 481 of file vfat.h.
Referenced by IsThereAChildOpened(), VfatCreateFile(), vfatDestroyFCB(), vfatMakeFCBFromDirEntry(), and VfatSetRenameInformation().
FSRTL_COMMON_FCB_HEADER _VFATFCB::RFCB |
Definition at line 450 of file vfat.h.
Referenced by VfatCleanupFile(), VfatMount(), and vfatNewFCB().
SECTION_OBJECT_POINTERS _VFATFCB::SectionObjectPointers |
Definition at line 451 of file vfat.h.
Referenced by VfatCreateFile(), and VfatMoveEntry().
HASHENTRY _VFATFCB::ShortHash |
Definition at line 517 of file vfat.h.
Referenced by vfatAddFCBToTable(), vfatDelFCBFromTable(), and vfatNewFCB().
UNICODE_STRING _VFATFCB::ShortNameU |
Definition at line 466 of file vfat.h.
Referenced by FindFile(), and vfatGrabFCBFromTable().
ULONG _VFATFCB::startIndex |
Definition at line 505 of file vfat.h.
Referenced by FindFile().