|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "fatprocs.h"
Go to the source code of this file.
Macros | |
| #define | BugCheckFileId (FAT_BUG_CHECK_CACHESUP) |
| #define | Dbg (DEBUG_TRACE_CACHESUP) |
| #define BugCheckFileId (FAT_BUG_CHECK_CACHESUP) |
Definition at line 23 of file cachesup.c.
| #define Dbg (DEBUG_TRACE_CACHESUP) |
Definition at line 29 of file cachesup.c.
| _Requires_lock_held_ | ( | _Global_critical_region_ | ) |
Definition at line 187 of file cachesup.c.
Definition at line 1079 of file cachesup.c.
Referenced by FatTearDownVcb().
| NTSTATUS FatCompleteMdl | ( | IN PIRP_CONTEXT | IrpContext, |
| IN PIRP | Irp | ||
| ) |
Definition at line 1728 of file cachesup.c.
Referenced by _Function_class_().
| VOID FatInitializeCacheMap | ( | _In_ PFILE_OBJECT | FileObject, |
| _In_ PCC_FILE_SIZES | FileSizes, | ||
| _In_ BOOLEAN | PinAccess, | ||
| _In_ PCACHE_MANAGER_CALLBACKS | Callbacks, | ||
| _In_ PVOID | LazyWriteContext | ||
| ) |
Definition at line 62 of file cachesup.c.
Referenced by _Requires_lock_held_(), FatOpenEaFile(), and FatSetupAllocationSupport().
| PFILE_OBJECT FatOpenEaFile | ( | IN PIRP_CONTEXT | IrpContext, |
| IN PFCB | EaFcb | ||
| ) |
Definition at line 979 of file cachesup.c.
| VOID FatPinMappedData | ( | IN PIRP_CONTEXT | IrpContext, |
| IN PDCB | Dcb, | ||
| IN VBO | StartingVbo, | ||
| IN ULONG | ByteCount, | ||
| OUT PBCB * | Bcb | ||
| ) |
Definition at line 1866 of file cachesup.c.
| NTSTATUS FatPrefetchPages | ( | IN PIRP_CONTEXT | IrpContext, |
| IN PFILE_OBJECT | FileObject, | ||
| IN ULONG | StartingPage, | ||
| IN ULONG | PageCount | ||
| ) |
Definition at line 1929 of file cachesup.c.
Referenced by FatExamineFatEntries().
| VOID FatReadVolumeFile | ( | IN PIRP_CONTEXT | IrpContext, |
| IN PVCB | Vcb, | ||
| IN VBO | StartingVbo, | ||
| IN ULONG | ByteCount, | ||
| OUT PBCB * | Bcb, | ||
| OUT PVOID * | Buffer | ||
| ) |
Definition at line 102 of file cachesup.c.
Referenced by FatCheckDirtyBit(), FatExamineFatEntries(), and FatLookupFatEntry().
| VOID FatRepinBcb | ( | IN PIRP_CONTEXT | IrpContext, |
| IN PBCB | Bcb | ||
| ) |
Definition at line 1317 of file cachesup.c.
| VOID FatSyncUninitializeCacheMap | ( | IN PIRP_CONTEXT | IrpContext, |
| IN PFILE_OBJECT | FileObject | ||
| ) |
Definition at line 1812 of file cachesup.c.
Referenced by _Requires_lock_held_(), and FatCloseEaFile().
| VOID FatUnpinRepinnedBcbs | ( | IN PIRP_CONTEXT | IrpContext | ) |
Definition at line 1407 of file cachesup.c.
Referenced by _Requires_lock_held_(), FatCommonSetEa(), FatCompleteRequest_Real(), FatDeferredCleanVolume(), FatSetFsLabelInfo(), and FatSetRenameInfo().
| FINISHED FatZeroData | ( | IN PIRP_CONTEXT | IrpContext, |
| IN PVCB | Vcb, | ||
| IN PFILE_OBJECT | FileObject, | ||
| IN ULONG | StartingZero, | ||
| IN ULONG | ByteCount | ||
| ) |
Definition at line 1659 of file cachesup.c.
Referenced by _Requires_lock_held_().