ReactOS 0.4.16-dev-329-g9223134
|
#include "fatprocs.h"
Go to the source code of this file.
Macros | |
#define | BugCheckFileId (FAT_BUG_CHECK_FILOBSUP) |
#define | Dbg (DEBUG_TRACE_FILOBSUP) |
Functions | |
VOID | FatSetFileObject (IN PFILE_OBJECT FileObject OPTIONAL, IN TYPE_OF_OPEN TypeOfOpen, IN PVOID VcbOrFcbOrDcb, IN PCCB Ccb OPTIONAL) |
TYPE_OF_OPEN | FatDecodeFileObject (_In_ PFILE_OBJECT FileObject, _Outptr_ PVCB *Vcb, _Outptr_ PFCB *FcbOrDcb, _Outptr_ PCCB *Ccb) |
_Requires_lock_held_ (_Global_critical_region_) | |
#define BugCheckFileId (FAT_BUG_CHECK_FILOBSUP) |
Definition at line 22 of file filobsup.c.
#define Dbg (DEBUG_TRACE_FILOBSUP) |
Definition at line 28 of file filobsup.c.
_Requires_lock_held_ | ( | _Global_critical_region_ | ) |
Definition at line 345 of file filobsup.c.
TYPE_OF_OPEN FatDecodeFileObject | ( | _In_ PFILE_OBJECT | FileObject, |
_Outptr_ PVCB * | Vcb, | ||
_Outptr_ PFCB * | FcbOrDcb, | ||
_Outptr_ PCCB * | Ccb | ||
) |
Definition at line 176 of file filobsup.c.
Referenced by _Function_class_(), _Requires_lock_held_(), FatAllowExtendedDasdIo(), FatCommonQueryEa(), FatCommonSetEa(), FatDeferredFlush(), FatFspDispatch(), FatIsVolumeDirty(), FatIsVolumeMounted(), FatSetRenameInfo(), FatSetZeroOnDeallocate(), and FatUnlockVolume().
VOID FatSetFileObject | ( | IN PFILE_OBJECT FileObject | OPTIONAL, |
IN TYPE_OF_OPEN | TypeOfOpen, | ||
IN PVOID | VcbOrFcbOrDcb, | ||
IN PCCB Ccb | OPTIONAL | ||
) |
Definition at line 39 of file filobsup.c.