ReactOS 0.4.16-dev-937-g7afcd2a
|
#include <ntifs.h>
#include <ntddcdrm.h>
#include <ntdddisk.h>
#include <ntddscsi.h>
#include "nodetype.h"
#include "cd.h"
#include "cdstruc.h"
#include "cddata.h"
Go to the source code of this file.
Classes | |
union | _UCHAR1 |
union | _UCHAR2 |
union | _UCHAR4 |
union | _USHORT2 |
Typedefs | |
typedef enum _TYPE_OF_OPEN | TYPE_OF_OPEN |
typedef TYPE_OF_OPEN * | PTYPE_OF_OPEN |
typedef enum _TYPE_OF_ACQUIRE | TYPE_OF_ACQUIRE |
typedef enum _TYPE_OF_ACQUIRE * | PTYPE_OF_ACQUIRE |
typedef union _UCHAR1 | UCHAR1 |
typedef union _UCHAR1 * | PUCHAR1 |
typedef union _UCHAR2 | UCHAR2 |
typedef union _UCHAR2 * | PUCHAR2 |
typedef union _UCHAR4 | UCHAR4 |
typedef union _UCHAR4 * | PUCHAR4 |
typedef union _USHORT2 | USHORT2 |
typedef union _USHORT2 * | PUSHORT2 |
Enumerations | |
enum | _TYPE_OF_OPEN { UnopenedFileObject = 0 , StreamFileOpen , UserVolumeOpen , UserDirectoryOpen , UserFileOpen , BeyondValidType , UnopenedFileObject = 1 , UserFileOpen , UserDirectoryOpen , UserVolumeOpen , VirtualVolumeFile , DirectoryFile , EaFile } |
enum | _TYPE_OF_ACQUIRE { AcquireExclusive , AcquireShared , AcquireSharedStarveExclusive } |
#define CdAcquireAllFiles | ( | IC, | |
V | |||
) | CdAcquireResource( (IC), &(V)->FileResource, FALSE, AcquireExclusive ) |
#define CdAcquireCacheForRead | ( | IC | ) | ExAcquireResourceSharedLite( &(IC)->Vcb->SectorCacheResource, TRUE) |
#define CdAcquireCacheForUpdate | ( | IC | ) | ExAcquireResourceExclusiveLite( &(IC)->Vcb->SectorCacheResource, TRUE) |
#define CdAcquireCdData | ( | IC | ) | ExAcquireResourceExclusiveLite( &CdData.DataResource, TRUE ) |
#define CdAllocateIoContext | ( | ) |
#define CdCleanupDirContext | ( | IC, | |
DC | |||
) | CdUnpinData( (IC), &(DC)->Bcb ) |
#define CdConvertCacheToShared | ( | IC | ) | ExConvertExclusiveToSharedLite( &(IC)->Vcb->SectorCacheResource); |
#define CdCreateIrpContextLite | ( | IC | ) | ExAllocatePoolWithTag( CdNonPagedPool, sizeof( IRP_CONTEXT_LITE ), TAG_IRP_CONTEXT_LITE ) |
#define CdFreeIrpContextLite | ( | ICL | ) | CdFreePool( &(ICL) ) |
#define CdInitializeCompoundPathEntry | ( | IC, | |
CP | |||
) | RtlZeroMemory( CP, sizeof( COMPOUND_PATH_ENTRY )) |
#define CdInitializeDirContext | ( | IC, | |
DC | |||
) | RtlZeroMemory( DC, sizeof( DIRENT_ENUM_CONTEXT )) |
#define CdInitializeFileContext | ( | IC, | |
FC | |||
) |
#define CdLockCdData | ( | ) |
#define CdMapUserBuffer | ( | IC, | |
UB | |||
) |
#define CdNonPagedPoolCacheAligned NonPagedPoolNxCacheAligned |
#define CdNormalizeAndRaiseStatus | ( | IC, | |
S | |||
) | CdRaiseStatusEx( (IC), (S), TRUE, BugCheckFileId, __LINE__); |
#define CdRaiseStatus | ( | IC, | |
S | |||
) | CdRaiseStatusEx( (IC), (S), FALSE, BugCheckFileId, __LINE__); |
#define CdRealDevNeedsVerify | ( | DO | ) | BooleanFlagOn( (DO)->Flags, DO_VERIFY_VOLUME) |
#define CdReleaseAllFiles | ( | IC, | |
V | |||
) | ExReleaseResourceLite( &(V)->FileResource ) |
#define CdReleaseCache | ( | IC | ) | ExReleaseResourceLite( &(IC)->Vcb->SectorCacheResource); |
#define CdReleaseCdData | ( | IC | ) | ExReleaseResourceLite( &CdData.DataResource ) |
#define CdReleaseFcb | ( | IC, | |
F | |||
) | ExReleaseResourceLite( &(F)->FcbNonpaged->FcbResource ) |
#define CdReleaseFile | ( | IC, | |
F | |||
) | ExReleaseResourceLite( (F)->Resource ) |
#define CdReleaseVcb | ( | IC, | |
V | |||
) | ExReleaseResourceLite( &(V)->VcbResource ) |
#define CdRestoreThreadContext | ( | IC | ) |
#define CdUnlockCdData | ( | ) |
#define RawSectorAlign | ( | B | ) | ((((B)+(RAW_SECTOR_SIZE - 1)) / RAW_SECTOR_SIZE) * RAW_SECTOR_SIZE) |
typedef enum _TYPE_OF_ACQUIRE * PTYPE_OF_ACQUIRE |
typedef TYPE_OF_OPEN* PTYPE_OF_OPEN |
typedef enum _TYPE_OF_ACQUIRE TYPE_OF_ACQUIRE |
typedef enum _TYPE_OF_OPEN TYPE_OF_OPEN |
Enumerator | |
---|---|
AcquireExclusive | |
AcquireShared | |
AcquireSharedStarveExclusive |
Definition at line 827 of file cdprocs.h.
Definition at line 571 of file cdprocs.h.
_At_ | ( | Dirent-> | CdTime, |
_Post_notnull_ | |||
) |
_At_ | ( | Fcb-> | NodeByteSize, |
_In_range_(>=, FIELD_OFFSET(FCB, FcbType)) | |||
) |
_At_ | ( | FileContext->ShortName.FileName. | MaximumLength, |
_In_range_(>=, BYTE_COUNT_8_DOT_3) | |||
) |
_At_ | ( | IrpContext | , |
_Pre_notnull_ | |||
) |
_Function_class_ | ( | FAST_IO_RELEASE_FILE | ) |
Definition at line 366 of file resrcsup.c.
_Inout_updates_bytes_ | ( | Fcb-> | NodeByteSize | ) |
Definition at line 631 of file allocsup.c.
_IRQL_requires_max_ | ( | APC_LEVEL | ) |
Definition at line 37 of file cddata.c.
_Post_satisfies_ | ( | _Old_(CdName->FileName.Length) >=CdName->FileName.Length+CdName->VersionString. | Length | ) |
_Requires_lock_held_ | ( | _Global_critical_region_ | ) |
Definition at line 3139 of file fsctrl.c.
_Acquires_exclusive_lock_ Resource _Acquires_shared_lock_ Resource _When_ | ( | IgnoreWait | = = FALSE , |
_Post_satisfies_(return==TRUE) | |||
) |
_When_ | ( | RaiseOnError|| | return, |
_At_(Fcb->FileLock, _Post_notnull_) | |||
) |
_When_ | ( | return | = = UnopenedFileObject , |
_At_ *, | _Post_null_ | ||
) |
_Acquires_exclusive_lock_ Resource _When_ | ( | Type | = = AcquireShared && return != FALSE , |
_Acquires_shared_lock_ * | Resource | ||
) |
_When_ | ( | TypeOfOpen | = = UnopenedFileObject , |
_At_(Fcb, _In_opt_) | |||
) |
Referenced by CdInitializeGlobalData().
VOID CdAddAllocationFromDirent | ( | _In_ PIRP_CONTEXT | IrpContext, |
_Inout_ PFCB | Fcb, | ||
_In_ ULONG | McbEntryOffset, | ||
_In_ LONGLONG | StartingFileOffset, | ||
_In_ PDIRENT | Dirent | ||
) |
Definition at line 335 of file allocsup.c.
Referenced by _Requires_lock_held_(), and CdInitializeFcbFromFileContext().
VOID CdAddInitialAllocation | ( | _In_ PIRP_CONTEXT | IrpContext, |
_Inout_ PFCB | Fcb, | ||
_In_ ULONG | StartingBlock, | ||
_In_ LONGLONG | DataLength | ||
) |
Definition at line 484 of file allocsup.c.
Referenced by CdCreateInternalStream(), CdInitializeFcbFromPathEntry(), and CdUpdateVcbFromVolDescriptor().
VOID CdCleanupFileContext | ( | _In_ PIRP_CONTEXT | IrpContext, |
_In_ PFILE_ENUM_CONTEXT | FileContext | ||
) |
Definition at line 1636 of file dirsup.c.
Referenced by _Requires_lock_held_(), and CdInitializeEnumeration().
VOID CdCleanupIrpContext | ( | _In_ PIRP_CONTEXT | IrpContext, |
_In_ BOOLEAN | Post | ||
) |
Definition at line 1733 of file strucsup.c.
Referenced by _IRQL_requires_max_(), CdCompleteRequest(), CdFspDispatch(), and CdQueueClose().
NTSTATUS CdCommonDevControl | ( | _Inout_ PIRP_CONTEXT | IrpContext, |
_Inout_ PIRP | Irp | ||
) |
Definition at line 46 of file devctrl.c.
Referenced by _IRQL_requires_max_(), and CdFspDispatch().
NTSTATUS CdCommonLockControl | ( | _Inout_ PIRP_CONTEXT | IrpContext, |
_Inout_ PIRP | Irp | ||
) |
Definition at line 35 of file lockctrl.c.
Referenced by _IRQL_requires_max_(), and CdFspDispatch().
NTSTATUS CdCompleteMdl | ( | _In_ PIRP_CONTEXT | IrpContext, |
_Inout_ PIRP | Irp | ||
) |
Definition at line 411 of file cachesup.c.
Referenced by _IRQL_requires_max_().
VOID CdCompleteRequest | ( | _Inout_opt_ PIRP_CONTEXT | IrpContext, |
_Inout_opt_ PIRP | Irp, | ||
_In_ NTSTATUS | Status | ||
) |
Definition at line 914 of file cddata.c.
Referenced by _IRQL_requires_max_(), _Requires_lock_held_(), _Success_(), CdAllowExtendedDasdIo(), CdCommonDevControl(), CdCommonLockControl(), CdCompleteMdl(), CdFspDispatch(), CdIsPathnameValid(), CdIsVolumeDirty(), CdIsVolumeMounted(), and CdQueueClose().
VOID CdConvertBigToLittleEndian | ( | _In_ PIRP_CONTEXT | IrpContext, |
_In_reads_bytes_(ByteCount) PCHAR | BigEndian, | ||
_In_ ULONG | ByteCount, | ||
_Out_writes_bytes_(ByteCount) PCHAR | LittleEndian | ||
) |
Definition at line 110 of file namesup.c.
Referenced by CdFindActiveVolDescriptor(), CdUpdateDirentName(), and CdUpdatePathEntryName().
Definition at line 1405 of file strucsup.c.
PFCB CdCreateFcb | ( | _In_ PIRP_CONTEXT | IrpContext, |
_In_ FILE_ID | FileId, | ||
_In_ NODE_TYPE_CODE | NodeTypeCode, | ||
_Out_opt_ PBOOLEAN | FcbExisted | ||
) |
Definition at line 986 of file strucsup.c.
Referenced by _Requires_lock_held_(), and CdUpdateVcbFromVolDescriptor().
VOID CdCreateInternalStream | ( | _In_ PIRP_CONTEXT | IrpContext, |
_In_ PVCB | Vcb, | ||
_Inout_ PFCB | Fcb, | ||
_In_ PUNICODE_STRING | Name | ||
) |
Definition at line 38 of file cachesup.c.
Referenced by CdUpdateVcbFromVolDescriptor(), and CdVerifyOrCreateDirStreamFile().
_Ret_valid_ PIRP_CONTEXT CdCreateIrpContext | ( | _In_ PIRP | Irp, |
_In_ BOOLEAN | Wait | ||
) |
Definition at line 1573 of file strucsup.c.
Referenced by _IRQL_requires_max_().
NTSTATUS CdCreateUserMdl | ( | _In_ PIRP_CONTEXT | IrpContext, |
_In_ ULONG | BufferLength, | ||
_In_ BOOLEAN | RaiseOnError, | ||
_In_ LOCK_OPERATION | Operation | ||
) |
Definition at line 1221 of file deviosup.c.
VOID CdDeleteCcb | ( | _In_ PIRP_CONTEXT | IrpContext, |
_In_ __drv_freesMem(Pool) PCCB | Ccb | ||
) |
Definition at line 1462 of file strucsup.c.
VOID CdDeleteFileLock | ( | _In_ PIRP_CONTEXT | IrpContext, |
_Inout_ PFILE_LOCK | FileLock | ||
) |
VOID CdDeleteInternalStream | ( | _In_ PIRP_CONTEXT | IrpContext, |
_Inout_ PFCB | Fcb | ||
) |
Definition at line 333 of file cachesup.c.
Referenced by _Requires_lock_held_().
VOID CdDeleteVcb | ( | _In_ PIRP_CONTEXT | IrpContext, |
_Inout_ PVCB | Vcb | ||
) |
Definition at line 876 of file strucsup.c.
VOID CdDissectName | ( | _In_ PIRP_CONTEXT | IrpContext, |
_Inout_ PUNICODE_STRING | RemainingName, | ||
_Out_ PUNICODE_STRING | FinalName | ||
) |
Definition at line 301 of file namesup.c.
Referenced by _Requires_lock_held_().
LONG CdExceptionFilter | ( | _Inout_ PIRP_CONTEXT | IrpContext, |
_In_ PEXCEPTION_POINTERS | ExceptionPointer | ||
) |
Definition at line 525 of file cddata.c.
Referenced by _IRQL_requires_max_(), _Requires_lock_held_(), and CdFspDispatch().
TYPE_OF_OPEN CdFastDecodeFileObject | ( | _In_ PFILE_OBJECT | FileObject, |
_Out_ PFCB * | Fcb | ||
) |
Definition at line 206 of file filobsup.c.
Referenced by _Function_class_(), CdFastLock(), CdFastUnlockAll(), CdFastUnlockAllByKey(), and CdFastUnlockSingle().
BOOLEAN CdFindDirectory | ( | _In_ PIRP_CONTEXT | IrpContext, |
_In_ PFCB | Fcb, | ||
_In_ PCD_NAME | Name, | ||
_In_ BOOLEAN | IgnoreCase, | ||
_Inout_ PFILE_ENUM_CONTEXT | FileContext | ||
) |
Definition at line 997 of file dirsup.c.
Referenced by _Requires_lock_held_(), and CdCloseWorker().
FSRTL_COMPARISON_RESULT CdFullCompareNames | ( | _In_ PIRP_CONTEXT | IrpContext, |
_In_ PUNICODE_STRING | NameA, | ||
_In_ PUNICODE_STRING | NameB | ||
) |
Definition at line 1064 of file namesup.c.
Referenced by CdFindNameLink(), and CdInsertNameLink().
VOID CdGenerate8dot3Name | ( | _In_ PIRP_CONTEXT | IrpContext, |
_In_ PUNICODE_STRING | FileName, | ||
_In_ ULONG | DirentOffset, | ||
_Out_writes_bytes_to_(BYTE_COUNT_8_DOT_3, *ShortByteCount) PWCHAR | ShortFileName, | ||
_Out_ PUSHORT | ShortByteCount | ||
) |
Definition at line 550 of file namesup.c.
Referenced by _Success_(), CdEnumerateIndex(), and if().
Definition at line 2155 of file strucsup.c.
Referenced by _Requires_lock_held_().
NTSTATUS CdHijackIrpAndFlushDevice | ( | _In_ PIRP_CONTEXT | IrpContext, |
_Inout_ PIRP | Irp, | ||
_In_ PDEVICE_OBJECT | TargetDeviceObject | ||
) |
Definition at line 4105 of file deviosup.c.
Referenced by _Requires_lock_held_().
VOID CdInitializeFcbFromFileContext | ( | _In_ PIRP_CONTEXT | IrpContext, |
_Inout_ PFCB | Fcb, | ||
_In_ PFCB | ParentFcb, | ||
_In_ PFILE_ENUM_CONTEXT | FileContext | ||
) |
Definition at line 1225 of file strucsup.c.
Referenced by _Requires_lock_held_().
VOID CdInitializeFcbFromPathEntry | ( | _In_ PIRP_CONTEXT | IrpContext, |
_Inout_ PFCB | Fcb, | ||
_In_opt_ PFCB | ParentFcb, | ||
_In_ PPATH_ENTRY | PathEntry | ||
) |
Definition at line 1136 of file strucsup.c.
Referenced by _Requires_lock_held_(), and CdUpdateVcbFromVolDescriptor().
VOID CdInitializeStackIrpContext | ( | _Out_ PIRP_CONTEXT | IrpContext, |
_In_ PIRP_CONTEXT_LITE | IrpContextLite | ||
) |
Definition at line 1839 of file strucsup.c.
VOID CdInitializeVcb | ( | _In_ PIRP_CONTEXT | IrpContext, |
_Inout_ PVCB | Vcb, | ||
_In_ __drv_aliasesMem PDEVICE_OBJECT | TargetDeviceObject, | ||
_In_ __drv_aliasesMem PVPB | Vpb, | ||
_In_ __drv_aliasesMem PCDROM_TOC_LARGE | CdromToc, | ||
_In_ ULONG | TocLength, | ||
_In_ ULONG | TocTrackCount, | ||
_In_ ULONG | TocDiskFlags, | ||
_In_ ULONG | BlockFactor, | ||
_In_ ULONG | MediaChangeCount | ||
) |
Definition at line 241 of file strucsup.c.
VOID CdInsertPrefix | ( | _In_ PIRP_CONTEXT | IrpContext, |
_Inout_ PFCB | Fcb, | ||
_In_ PCD_NAME | Name, | ||
_In_ BOOLEAN | IgnoreCase, | ||
_In_ BOOLEAN | ShortNameMatch, | ||
_Inout_ PFCB | ParentFcb | ||
) |
Definition at line 52 of file prefxsup.c.
BOOLEAN CdIs8dot3Name | ( | _In_ PIRP_CONTEXT | IrpContext, |
_In_ UNICODE_STRING | FileName | ||
) |
Definition at line 429 of file namesup.c.
Referenced by _Success_(), CdEnumerateIndex(), and if().
BOOLEAN CdIsLegalName | ( | _In_ PIRP_CONTEXT | IrpContext, |
_In_ PUNICODE_STRING | FileName | ||
) |
Definition at line 377 of file namesup.c.
Referenced by CdUpdateDirentName().
BOOLEAN CdIsNameInExpression | ( | _In_ PIRP_CONTEXT | IrpContext, |
_In_ PCD_NAME | CurrentName, | ||
_In_ PCD_NAME | SearchExpression, | ||
_In_ ULONG | WildcardFlags, | ||
_In_ BOOLEAN | CheckVersion | ||
) |
Definition at line 844 of file namesup.c.
Referenced by _Success_(), CdEnumerateIndex(), CdFindDirectory(), and if().
VOID CdLbnToMmSsFf | ( | _In_ ULONG | Blocks, |
_Out_writes_(3) PUCHAR | Msf | ||
) |
Referenced by CdTocSerial().
VOID CdLookupDirent | ( | _In_ PIRP_CONTEXT | IrpContext, |
_In_ PFCB | Fcb, | ||
_In_ ULONG | DirentOffset, | ||
_Out_ PDIRENT_ENUM_CONTEXT | DirContext | ||
) |
Definition at line 125 of file dirsup.c.
Referenced by _Requires_lock_held_(), and CdCreateInternalStream().
Definition at line 2107 of file strucsup.c.
Referenced by _Requires_lock_held_(), and CdCreateFcb().
VOID CdLookupLastFileDirent | ( | _In_ PIRP_CONTEXT | IrpContext, |
_In_ PFCB | Fcb, | ||
_In_ PFILE_ENUM_CONTEXT | FileContext | ||
) |
Definition at line 1426 of file dirsup.c.
Referenced by _Requires_lock_held_(), _Success_(), CdEnumerateIndex(), and if().
BOOLEAN CdLookupNextDirent | ( | _In_ PIRP_CONTEXT | IrpContext, |
_In_ PFCB | Fcb, | ||
_In_ PDIRENT_ENUM_CONTEXT | CurrentDirContext, | ||
_Inout_ PDIRENT_ENUM_CONTEXT | NextDirContext | ||
) |
Definition at line 208 of file dirsup.c.
Referenced by _Requires_lock_held_(), CdInitializeFcbFromFileContext(), CdLookupLastFileDirent(), and CdLookupNextInitialFileDirent().
BOOLEAN CdLookupNextInitialFileDirent | ( | _In_ PIRP_CONTEXT | IrpContext, |
_In_ PFCB | Fcb, | ||
_Inout_ PFILE_ENUM_CONTEXT | FileContext | ||
) |
Definition at line 1275 of file dirsup.c.
Referenced by _Requires_lock_held_(), _Success_(), CdEnumerateIndex(), CdFindDirectory(), and CdInitializeEnumeration().
BOOLEAN CdLookupNextPathEntry | ( | _In_ PIRP_CONTEXT | IrpContext, |
_Inout_ PPATH_ENUM_CONTEXT | PathContext, | ||
_Inout_ PPATH_ENTRY | PathEntry | ||
) |
Definition at line 207 of file pathsup.c.
Referenced by _Requires_lock_held_().
VOID CdLookupPathEntry | ( | _In_ PIRP_CONTEXT | IrpContext, |
_In_ ULONG | PathEntryOffset, | ||
_In_ ULONG | Ordinal, | ||
_In_ BOOLEAN | VerifyBounds, | ||
_Inout_ PCOMPOUND_PATH_ENTRY | CompoundPathEntry | ||
) |
Referenced by _Requires_lock_held_().
Definition at line 359 of file verfysup.c.
Referenced by _Requires_lock_held_(), and CdVerifyVcb().
Definition at line 218 of file resrcsup.c.
Referenced by CdInitializeGlobalData().
Definition at line 254 of file resrcsup.c.
Referenced by CdInitializeGlobalData().
|
static |
NTSTATUS FASTCALL CdPerformDevIoCtrl | ( | _In_ PIRP_CONTEXT | IrpContext, |
_In_ ULONG | IoControlCode, | ||
_In_ PDEVICE_OBJECT | Device, | ||
_Out_writes_bytes_opt_(OutputBufferLength) PVOID | OutputBuffer, | ||
_In_ ULONG | OutputBufferLength, | ||
_In_ BOOLEAN | InternalDeviceIoControl, | ||
_In_ BOOLEAN | OverrideVerify, | ||
_Out_opt_ PIO_STATUS_BLOCK | Iosb | ||
) |
Definition at line 1446 of file deviosup.c.
Referenced by _Success_(), and CdVerifyVcb().
NTSTATUS CdPerformDevIoCtrlEx | ( | _In_ PIRP_CONTEXT | IrpContext, |
_In_ ULONG | IoControlCode, | ||
_In_ PDEVICE_OBJECT | Device, | ||
_In_reads_bytes_opt_(InputBufferLength) PVOID | InputBuffer, | ||
_In_ ULONG | InputBufferLength, | ||
_Out_writes_bytes_opt_(OutputBufferLength) PVOID | OutputBuffer, | ||
_In_ ULONG | OutputBufferLength, | ||
_In_ BOOLEAN | InternalDeviceIoControl, | ||
_In_ BOOLEAN | OverrideVerify, | ||
_Out_opt_ PIO_STATUS_BLOCK | Iosb | ||
) |
Definition at line 1329 of file deviosup.c.
Referenced by CdPerformDevIoCtrl(), and CdProcessToc().
NTSTATUS CdProcessToc | ( | _In_ PIRP_CONTEXT | IrpContext, |
_In_ PDEVICE_OBJECT | TargetDeviceObject, | ||
_In_ PCDROM_TOC_LARGE | CdromToc, | ||
_Inout_ PULONG | Length, | ||
_Out_ PULONG | TrackCount, | ||
_Inout_ PULONG | DiskFlags | ||
) |
Definition at line 2201 of file strucsup.c.
INLINE DECLSPEC_NORETURN VOID CdRaiseStatusEx | ( | _In_ PIRP_CONTEXT | IrpContext, |
_In_ NTSTATUS | Status, | ||
_In_ BOOLEAN | NormalizeStatus, | ||
_In_ ULONG | Fileid, | ||
_In_ ULONG | Line | ||
) |
Definition at line 1835 of file cdprocs.h.
BOOLEAN CdReadSectors | ( | _In_ PIRP_CONTEXT | IrpContext, |
_In_ LONGLONG | StartingOffset, | ||
_In_ ULONG | ByteCount, | ||
_In_ BOOLEAN | ReturnError, | ||
_Out_writes_bytes_(ByteCount) PVOID | Buffer, | ||
_In_ PDEVICE_OBJECT | TargetDeviceObject | ||
) |
Definition at line 1080 of file deviosup.c.
Referenced by _Success_(), and CdFindActiveVolDescriptor().
VOID CdRemovePrefix | ( | _In_ PIRP_CONTEXT | IrpContext, |
_Inout_ PFCB | Fcb | ||
) |
Definition at line 207 of file prefxsup.c.
Referenced by _Requires_lock_held_().
Definition at line 1185 of file cddata.c.
Referenced by CdFindActiveVolDescriptor().
VOID CdSetThreadContext | ( | _Inout_ PIRP_CONTEXT | IrpContext, |
_In_ PTHREAD_CONTEXT | ThreadContext | ||
) |
Definition at line 981 of file cddata.c.
Referenced by _IRQL_requires_max_(), and CdFspDispatch().
ULONG CdShortNameDirentOffset | ( | _In_ PIRP_CONTEXT | IrpContext, |
_In_ PUNICODE_STRING | Name | ||
) |
Definition at line 955 of file namesup.c.
Referenced by _Success_().
VOID CdTruncateAllocation | ( | _In_ PIRP_CONTEXT | IrpContext, |
_Inout_ PFCB | Fcb, | ||
_In_ LONGLONG | StartingFileOffset | ||
) |
Definition at line 575 of file allocsup.c.
Referenced by CdCreateInternalStream().
NTSTATUS CdUnlockVolumeInternal | ( | _In_ PIRP_CONTEXT | IrpContext, |
_Inout_ PVCB | Vcb, | ||
_In_opt_ PFILE_OBJECT | FileObject | ||
) |
Definition at line 288 of file fsctrl.c.
Definition at line 194 of file namesup.c.
Referenced by CdUpdateDirentName(), and CdUpdatePathEntryName().
VOID CdUpdateDirentName | ( | _In_ PIRP_CONTEXT | IrpContext, |
_Inout_ PDIRENT | Dirent, | ||
_In_ ULONG | IgnoreCase | ||
) |
Definition at line 534 of file dirsup.c.
Referenced by _Success_(), CdCreateInternalStream(), CdEnumerateIndex(), CdFindDirectory(), CdInitializeEnumeration(), and if().
VOID CdUpdatePathEntryName | ( | _In_ PIRP_CONTEXT | IrpContext, |
_Inout_ PPATH_ENTRY | PathEntry, | ||
_In_ BOOLEAN | IgnoreCase | ||
) |
Definition at line 781 of file pathsup.c.
VOID CdUpdateVcbFromVolDescriptor | ( | _In_ PIRP_CONTEXT | IrpContext, |
_Inout_ PVCB | Vcb, | ||
_In_reads_bytes_opt_(SECTOR_SIZE) PCHAR | RawIsoVd | ||
) |
Definition at line 436 of file strucsup.c.
BOOLEAN CdVerifyFcbOperation | ( | _In_opt_ PIRP_CONTEXT | IrpContext, |
_In_ PFCB | Fcb | ||
) |
Definition at line 615 of file verfysup.c.
Referenced by _Function_class_(), _Requires_lock_held_(), CdCommonLockControl(), CdFastLock(), CdFastUnlockAll(), CdFastUnlockAllByKey(), and CdFastUnlockSingle().
|
static |
Definition at line 242 of file cdprocs.h.
Referenced by _Requires_lock_held_(), and CdInitializeEnumeration().
VOID CdVerifyVcb | ( | _In_ PIRP_CONTEXT | IrpContext, |
_Inout_ PVCB | Vcb | ||
) |
Definition at line 411 of file verfysup.c.
Referenced by CdCommonDevControl(), and CdIsVolumeMounted().
Definition at line 591 of file cdprocs.h.
Referenced by _At_(), _Function_class_(), _Requires_lock_held_(), _When_(), BroadcastOpen(), BuildAndSubmitIrp(), CdAllowExtendedDasdIo(), CdCommonDevControl(), CdCommonLockControl(), CdDeleteCcb(), CdEnumerateIndex(), CdInitializeEnumeration(), CdIsVolumeDirty(), CdIsVolumeMounted(), CloseClientPort(), Ext2AllocateCcb(), Ext2AllowExtendedDasdIo(), Ext2Cleanup(), Ext2Close(), Ext2CreateFile(), Ext2CreateVolume(), Ext2DeleteReparsePoint(), Ext2FastIoCheckIfPossible(), Ext2FastIoQueryBasicInfo(), Ext2FastIoQueryNetworkOpenInfo(), Ext2FillEntry(), Ext2Flush(), Ext2FlushFile(), Ext2FreeCcb(), Ext2GetReparsePoint(), Ext2GetRetrievalPointerBase(), Ext2GetRetrievalPointers(), Ext2IsFileRemovable(), Ext2NotifyChangeDirectory(), Ext2OplockRequest(), Ext2QueryDirectory(), Ext2QueryEa(), Ext2QueryFileInformation(), Ext2QueryRetrievalPointers(), Ext2ReadFile(), Ext2ReadVolume(), Ext2SetDispositionInfo(), Ext2SetEa(), Ext2SetFileInformation(), Ext2SetLinkInfo(), Ext2SetRenameInfo(), Ext2SetReparsePoint(), Ext2WriteFile(), Ext2WriteVolume(), FatAllowExtendedDasdIo(), FatCommonQueryEa(), FatCommonSetEa(), FatCreateCcb(), FatDeallocateCcbStrings(), FatDecodeFileObject(), FatDeferredFlush(), FatDeleteCcb(), FatFreeCcb(), FatFspDispatch(), FatIsVolumeDirty(), FatIsVolumeMounted(), FatSetFileObject(), FatSetRenameInfo(), FatSetZeroOnDeallocate(), FatTunnelFcbOrDcb(), FatUnlockVolume(), if(), MsfsClose(), MsfsCreate(), MsfsCreateMailslot(), MsfsQueryInformation(), MsfsRead(), MsfsSetInformation(), MsfsWrite(), MupCleanup(), MupCleanupFcb(), MupClose(), MupCreateCcb(), MupDereferenceCcb(), MupForwardIoRequest(), MupSetFileObject(), NpAddDataQueueEntry(), NpCommonCleanup(), NpCommonClose(), NpCommonFlushBuffers(), NpCommonQueryInformation(), NpCommonQuerySecurityInfo(), NpCommonRead(), NpCommonSetInformation(), NpCommonSetSecurityInfo(), NpCommonWrite(), NpCopyClientContext(), NpCreateCcb(), NpCreateClientEnd(), NpCreateExistingNamedPipe(), NpCreateNewNamedPipe(), NpDecodeFileObject(), NpDeleteCcb(), NpDisconnect(), NpFsdCreate(), NpGetClientSecurityContext(), NpImpersonate(), NpImpersonateClientContext(), NpInitializeSecurity(), NpListen(), NpOpenNamedPipeRootDirectory(), NpPeek(), NpQueryClientProcess(), NpQueryNameInfo(), NpQueryPipeInfo(), NpQueryPipeLocalInfo(), NpQueryPositionInfo(), NpQueryStandardInfo(), NpReadDataQueue(), NpSetClientProcess(), NpSetClosingPipeState(), NpSetConnectedPipeState(), NpSetDisconnectedPipeState(), NpSetFileObject(), NpSetListeningPipeState(), NpSetPipeInfo(), NpTransceive(), NpUninitializeSecurity(), NpWaitForNamedPipe(), NpWriteDataQueue(), NtfsCloseFile(), NtfsMountVolume(), NtfsQueryDirectory(), RegisterUncProvider(), UDFCheckAccessRights(), UDFCleanUpCCB(), UDFCommonCleanup(), UDFCommonClose(), UDFCommonDeviceControl(), UDFCommonDirControl(), UDFCommonFileInfo(), UDFCommonFlush(), UDFCommonLockControl(), UDFCommonQueryVolInfo(), UDFCommonRead(), UDFCommonSetVolInfo(), UDFCommonWrite(), UDFDismountVolume(), UDFFastIoCheckIfPossible(), UDFFastIoCopyWrite(), UDFFastIoQueryBasicInfo(), UDFFastIoQueryStdInfo(), UDFFastLock(), UDFFastUnlockAll(), UDFFastUnlockAllByKey(), UDFFastUnlockSingle(), UDFFlushAFile(), UDFGetFileAllocModeFromICB(), UDFGetInternalInformation(), UDFGetRetrievalPointers(), UDFGetVolumeBitmap(), UDFIsVolumeDirty(), UDFIsVolumeMounted(), UDFLockVolume(), UDFNotifyChangeDirectory(), UDFOpenFile(), UDFQueryDirectory(), UDFReleaseCCB(), UDFSetAccessRights(), UDFSetBasicInformation(), UDFSetDispositionInformation(), UDFSetEOF(), UDFSetFileAllocModeFromICB(), UDFStoreFileId(), UDFUnlockVolume(), and VfatMount().
FAST_IO_CHECK_IF_POSSIBLE CdFastIoCheckIfPossible |
Definition at line 1951 of file cdprocs.h.
Referenced by CdInitializeGlobalData().
FAST_IO_LOCK CdFastLock |
Definition at line 1903 of file cdprocs.h.
Referenced by CdInitializeGlobalData().
FAST_IO_QUERY_BASIC_INFO CdFastQueryBasicInfo |
Definition at line 1876 of file cdprocs.h.
Referenced by CdInitializeGlobalData().
FAST_IO_QUERY_NETWORK_OPEN_INFO CdFastQueryNetworkInfo |
Definition at line 1963 of file cdprocs.h.
Referenced by CdInitializeGlobalData().
FAST_IO_QUERY_STANDARD_INFO CdFastQueryStdInfo |
Definition at line 1888 of file cdprocs.h.
Referenced by CdInitializeGlobalData().
FAST_IO_UNLOCK_ALL CdFastUnlockAll |
Definition at line 1926 of file cdprocs.h.
Referenced by CdInitializeGlobalData().
FAST_IO_UNLOCK_ALL_BY_KEY CdFastUnlockAllByKey |
Definition at line 1937 of file cdprocs.h.
Referenced by CdInitializeGlobalData().
FAST_IO_UNLOCK_SINGLE CdFastUnlockSingle |
Definition at line 1916 of file cdprocs.h.
Referenced by CdInitializeGlobalData().
WORKER_THREAD_ROUTINE CdFspDispatch |
Definition at line 2040 of file cdprocs.h.
Referenced by CdAddToWorkque().
Definition at line 739 of file cdprocs.h.
Referenced by _Requires_lock_held_().
Definition at line 801 of file cdprocs.h.
Referenced by _Requires_lock_held_().
_Inout_ PIRP _In_ PDEVICE_OBJECT DeviceToVerify |
Definition at line 1408 of file cdprocs.h.
Referenced by _Requires_lock_held_(), UDFPerformVerify(), VfatBlockDeviceIoControl(), VfatReadDisk(), VfatReadDiskPartial(), VfatVerify(), VfatWriteDisk(), and VfatWriteDiskPartial().
_In_ PFCB _In_ PDIRENT_ENUM_CONTEXT DirContext |
Definition at line 425 of file cdprocs.h.
Referenced by _Requires_lock_held_(), AddSectionToCopyQueueCab(), CdCreateInternalStream(), DoQuery(), FATAddEntry(), FATGetNextDirEntry(), FATXAddEntry(), FATXGetNextDirEntry(), FindFile(), GetSourceFileAndTargetLocation(), main(), PrepareCopyInfFile(), vfatDirFindFile(), VfatGetFileBothInformation(), VfatGetFileDirectoryInformation(), VfatGetFileFullDirectoryInformation(), VfatGetFileNamesInformation(), VfatGetNextDirEntry(), vfatInitFCBFromDirEntry(), vfatMakeFCBFromDirEntry(), vfatRenameEntry(), and vfatUpdateFCB().
Definition at line 426 of file cdprocs.h.
Referenced by _Requires_lock_held_(), CdAddAllocationFromDirent(), CdCreateInternalStream(), EtfspCachedSearchForDirent(), Fat8dot3ToString(), FatCommonQueryEa(), FatCommonSetEa(), FatConstructNamesInFcb(), FatCreateDcb(), FatCreateFcb(), FatGetDirTimes(), FatMatchFileSize(), FatQueryEaInfo(), FatSearchBufferForLabel(), FatSetFsLabelInfo(), FatSetRenameInfo(), and main().
Definition at line 737 of file cdprocs.h.
Referenced by CheckForSameCurdir(), EtfspFileMatch(), ExpInitializeCallbacks(), IopCreateRootDirectories(), main(), NlsInit(), ScmCheckDriver(), ScmGetDriverStatus(), and SetCurrentDirectoryA().
Definition at line 161 of file cdprocs.h.
Referenced by _Requires_lock_held_(), CdDiskOffsetFromMcbEntry(), and main().
Definition at line 236 of file cdprocs.h.
Referenced by _Requires_lock_held_().
Definition at line 1773 of file cdprocs.h.
Referenced by _Requires_lock_held_(), CdExceptionFilter(), DbgUiConvertStateChangeStructure(), ExceptionFilter(), Ext2ExceptionFilter(), Fast486ExceptionWithErrorCode(), FatExceptionFilter(), I_RpcAsyncAbortCall(), KdbEnterDebuggerException(), KdbpGetExceptionNumberFromStatus(), KdbpIsBreakPointOurs(), KdpReport(), KeRaiseUserException(), KiRaiseUserExceptionDispatcher(), KiSystemFatalException(), KiXmmExceptionHandler(), main(), page_fault(), RpcAsyncAbortCall(), RpcExceptionFilter(), test_pack_EXCEPTION_RECORD(), UDFExceptionFilter(), UDFExceptionHandler(), and UserpFormatMessages().
Definition at line 159 of file cdprocs.h.
Referenced by __RxAcquireFcb(), _At_(), _Function_class_(), _Inout_updates_bytes_(), _Requires_lock_held_(), _When_(), BroadcastOpen(), CcCanIWrite(), CcDeferWrite(), CcSetDirtyPageThreshold(), CdAddAllocationFromDirent(), CdAddInitialAllocation(), CdAllowExtendedDasdIo(), CdCommonDevControl(), CdCommonLockControl(), CdCreateCcb(), CdCreateInternalStream(), CdDeleteFcb(), CdDeleteInternalStream(), CdFastDecodeFileObject(), CdFastLock(), CdFastUnlockAll(), CdFastUnlockAllByKey(), CdFastUnlockSingle(), CdFileTrackMode(), CdFindMcbEntry(), CdGetNextFcb(), CdInitializeEnumeration(), CdInitializeFcbFromFileContext(), CdInitializeFcbFromPathEntry(), CdInsertPrefix(), CdIsVolumeDirty(), CdIsVolumeMounted(), CdMapPathTableBlock(), CdNoopAcquire(), CdNoopRelease(), CdQueryBasicInfo(), CdQueryEaInfo(), CdQueryInternalInfo(), CdQueryNetworkInfo(), CdQueryStandardInfo(), CdQueueClose(), CdRemovePrefix(), CdTruncateAllocation(), CdVerifyFcbOperation(), CdVerifyOrCreateDirStreamFile(), check_nfs41_create_args(), DosInt21h(), Ext2AcquireFileForCcFlush(), Ext2AcquireFileForModWrite(), Ext2AcquireForCreateSection(), Ext2AcquireForLazyWrite(), Ext2AcquireForReadAhead(), Ext2AllocateFcb(), Ext2Cleanup(), Ext2Close(), Ext2CreateFile(), Ext2DeleteFile(), Ext2DeleteReparsePoint(), Ext2FastIoCheckIfPossible(), Ext2FastIoLock(), Ext2FastIoQueryBasicInfo(), Ext2FastIoQueryNetworkOpenInfo(), Ext2FastIoQueryStandardInfo(), Ext2FastIoRead(), Ext2FastIoUnlockAll(), Ext2FastIoUnlockAllByKey(), Ext2FastIoUnlockSingle(), Ext2FastIoWrite(), Ext2FcbReaperThread(), Ext2FillEntry(), Ext2FloppyFlush(), Ext2Flush(), Ext2FlushFile(), Ext2FlushFiles(), Ext2FreeFcb(), Ext2GetRetrievalPointerBase(), Ext2GetRetrievalPointers(), Ext2InsertFcb(), Ext2IsFastIoPossible(), Ext2IsFileRemovable(), Ext2IsHandleCountZero(), Ext2LockControl(), Ext2NotifyChangeDirectory(), Ext2OplockRequest(), Ext2OverwriteEa(), Ext2PreAcquireForCreateSection(), Ext2PurgeFile(), Ext2PurgeVolume(), Ext2QueryDirectory(), Ext2QueryEa(), Ext2QueryExtentMappings(), Ext2QueryFileInformation(), Ext2QueryRetrievalPointers(), Ext2QueryUnusedFcb(), Ext2ReadFile(), Ext2ReleaseFcb(), Ext2ReleaseFileForCcFlush(), Ext2ReleaseFileForModWrite(), Ext2ReleaseForCreateSection(), Ext2ReleaseFromLazyWrite(), Ext2ReleaseFromReadAhead(), Ext2SetDispositionInfo(), Ext2SetEa(), Ext2SetFileInformation(), Ext2SetLinkInfo(), Ext2SetRenameInfo(), Ext2SetReparsePoint(), Ext2StartFloppyFlushDpc(), Ext2SupersedeOrOverWriteFile(), Ext2UnlinkFcb(), Ext2WriteFile(), Ext2ZeroData(), FATAddEntry(), FatAllowExtendedDasdIo(), FatCommonQueryEa(), FatCommonSetEa(), FatConstructNamesInFcb(), FatCreateFcb(), FatDeleteFcb(), FatDeleteVcb(), FatFlushDirentForFile(), FatFreeFcb(), FatFspDispatch(), FatGetNextFcbBottomUp(), FatGetNextFcbTopDown(), FATIsDirectoryEmpty(), FatIsHandleCountZero(), FatIsVolumeDirty(), FatIsVolumeMounted(), FatMatchFileSize(), FatNoOpAcquire(), FatNoOpRelease(), FatPagingFileIo(), FatQueryBasicInfo(), FatQueryEaInfo(), FatQueryInternalInfo(), FatQueryShortNameInfo(), FatRemoveNames(), FatResetFcb(), FatSetFullNameInFcb(), FatSetRenameInfo(), FatUnlockVolume(), FATXAddEntry(), FATXIsDirectoryEmpty(), FsRtlCopyRead2(), FsRtlCopyWrite2(), GET_ALREADY_PREFIXED_NAME(), LockOrUnlockVolume(), main(), MsfsAcquireLock(), MsfsClose(), MsfsCreate(), MsfsCreateMailslot(), MsfsFileSystemControl(), MsfsInsertIrp(), MsfsPeekNextIrp(), MsfsQueryInformation(), MsfsQueryMailslotInformation(), MsfsRead(), MsfsReleaseLock(), MsfsSetInformation(), MsfsSetMailslotInformation(), MsfsWrite(), MupCleanup(), MupCleanupFcb(), MupClose(), MupCloseFcb(), MupCreateFcb(), MupDecodeFileObject(), MupDereferenceFcb(), MupForwardIoRequest(), MupSetFileObject(), nfs41_Create(), NpCommonCleanup(), NpCommonClose(), NpCommonQueryInformation(), NpCommonQuerySecurityInfo(), NpCommonSetInformation(), NpCommonSetSecurityInfo(), NpCreateCcb(), NpCreateClientEnd(), NpCreateExistingNamedPipe(), NpCreateFcb(), NpCreateNewNamedPipe(), NpDeleteFcb(), NpFindPrefix(), NpFindRelativePrefix(), NpFsdCreate(), NpFsdCreateNamedPipe(), NpQueryPipeLocalInfo(), NpSetClosingPipeState(), NpSetPipeInfo(), NpWaitForNamedPipe(), NtfsAddFCBToTable(), NtfsAttachFCBToFileObject(), NtfsCleanupFile(), NtfsCloseFile(), NtfsCreateFCB(), NtfsCreateFile(), NtfsDestroyFCB(), NtfsFCBInitializeCache(), NtfsFCBIsCompressed(), NtfsFCBIsDirectory(), NtfsFCBIsEncrypted(), NtfsFCBIsReparsePoint(), NtfsFCBIsRoot(), NtfsGetBasicInformation(), NtfsGetInternalInformation(), NtfsGetNameInformation(), NtfsGetNetworkOpenInformation(), NtfsGetStandardInformation(), NtfsGetStreamInformation(), NtfsGrabFCB(), NtfsGrabFCBFromTable(), NtfsMakeAbsoluteFilename(), NtfsMakeRootFCB(), NtfsMountVolume(), NtfsOpenFile(), NtfsOpenRootFCB(), NtfsQueryDirectory(), NtfsQueryInformation(), NtfsReadFile(), NtfsReleaseFCB(), NtfsSetEndOfFile(), NtfsSetInformation(), NtfsWrite(), NtfsWriteFile(), PerformTest(), RegisterUncProvider(), RxAcquireExclusiveFcbResourceInMRx(), RxAcquireFcbForLazyWrite(), RxAcquireFcbForReadAhead(), RxAllocateFcbObject(), RxCanonicalizeNameAndObtainNetRoot(), RxChangeBufferingState(), RxCheckShareAccessPerSrvOpens(), RxCloseAssociatedSrvOpen(), RxCommonCleanup(), RxCommonClose(), RxCommonDevFCBCleanup(), RxCommonDevFCBClose(), RxCommonDirectoryControl(), RxCommonQueryInformation(), RxCommonQueryVolumeInformation(), RxCommonRead(), RxCommonSetInformation(), RxCommonWrite(), RxConjureOriginalName(), RxCreateFromNetRoot(), RxCreateNetFcb(), RxCreateNetFobx(), RxCreateSrvOpen(), RxFastIoCheckIfPossible(), RxFcbTableInsertFcb(), RxFcbTableLookupFcb(), RxFcbTableRemoveFcb(), RxFinalizeConnection(), RxFinalizeNetFobx(), RxFinalizeNetRoot(), RxFinalizeSrvOpen(), RxFindOrCreateFcb(), RxFinishFcbInitialization(), RxFlushFcbInSystemCache(), RxFreeFcbObject(), RxFsdCommonDispatch(), RxFsdDispatch(), RxGetFileSizeWithLock(), RxInitializeContext(), RxIsOkToPurgeFcb(), RxLowIoReadShell(), RxLowIoReadShellCompletion(), RxLowIoSubmit(), RxLowIoWriteShell(), RxLowIoWriteShellCompletion(), RxMarkFobxOnCleanup(), RxMarkFobxOnClose(), RxOrphanSrvOpens(), RxpDereferenceNetFcb(), RxpQueryInfoMiniRdr(), RxpReferenceNetFcb(), RxProcessChangeBufferingStateRequestsForSrvOpen(), RxpScavengeFobxs(), RxpSetInfoMiniRdr(), RxPurgeFcb(), RxPurgeFcbInSystemCache(), RxPurgeNetFcb(), RxPurgeRelatedFobxs(), RxQueryDirectory(), RxQueryNameInfo(), RxQueryStandardInfo(), RxReleaseFcbFromLazyWrite(), RxReleaseFcbFromReadAhead(), RxScavengeFobxsForNetRoot(), RxScavengeRelatedFobxs(), RxSearchForCollapsibleOpen(), RxSetBasicInfo(), RxSetDispositionInfo(), RxSetFileSizeWithLock(), RxSetRenameInfo(), RxSetupNetFileObject(), RxUninitializeCacheMap(), RxVerifyOperationIsLegal(), SetAttributeDataLength(), TestFastIoRead(), TestFastIoWrite(), TestIrpHandler(), UDFAssignAcl(), UDFCheckAccessRights(), UDFCleanUpFCB(), UDFCleanUpFcbChain(), UDFCloseAllXXXDelayedInDir(), UDFCloseFileInfoChain(), UDFCommonCleanup(), UDFCommonClose(), UDFCommonDeviceControl(), UDFCommonDirControl(), UDFCommonFileInfo(), UDFCommonFlush(), UDFCommonLockControl(), UDFCommonRead(), UDFCommonWrite(), UDFDismountVolume(), UDFFastIoCheckIfPossible(), UDFFastIoCopyWrite(), UDFFastIoQueryBasicInfo(), UDFFastIoQueryStdInfo(), UDFFastLock(), UDFFastUnlockAll(), UDFFastUnlockAllByKey(), UDFFastUnlockSingle(), UDFFlushAFile(), UDFGetAltNameInformation(), UDFGetBasicInformation(), UDFGetFileAllocModeFromICB(), UDFGetFileStreamInformation(), UDFGetInternalInformation(), UDFGetNetworkInformation(), UDFGetRetrievalPointers(), UDFGetStandardInformation(), UDFGetVolumeBitmap(), UDFHardLink(), UDFInitializeIrpContextLite(), UDFIsFastIoPossible(), UDFIsLastClose(), UDFIsVolumeDirty(), UDFIsVolumeMounted(), UDFLockVolume(), UDFLookUpAcl(), UDFMarkStreamsForDeletion(), UDFNotifyChangeDirectory(), UDFNotifyFullReportChange(), UDFPostStackOverflowRead(), UDFQueryDirectory(), UDFQueueDelayedClose(), UDFReadSecurity(), UDFReleaseFCB(), UDFRename(), UDFSetAccessRights(), UDFSetAllocationInformation(), UDFSetBasicInformation(), UDFSetDispositionInformation(), UDFSetEOF(), UDFSetFileAllocModeFromICB(), UDFUnlockVolume(), UDFWriteSecurity(), UpdateFileSize(), VfatAcquireForCcFlush(), VfatAcquireForLazyWrite(), VfatAddEntry(), VfatCheckForDismount(), VfatCommonRead(), VfatDelEntry(), VfatDismountVolume(), VfatFlush(), VfatFlushFile(), VfatFlushVolume(), VfatGetAllInformation(), VfatGetEaInformation(), VfatGetInternalInformation(), VfatGetNetworkOpenInformation(), VfatGetRetrievalPointers(), vfatInitFcb(), vfatInitFCBFromDirEntry(), VfatIsDirectoryEmpty(), VfatLockControl(), VfatLockOrUnlockVolume(), VfatMount(), VfatOpenFile(), VfatRead(), VfatReadFileData(), VfatReleaseForCcFlush(), VfatReleaseFromLazyWrite(), vfatReportChange(), VfatSetAllocationSizeInformation(), vfatSetFCBNewDirName(), vfatUpdateFCB(), VfatWrite(), and VfatWriteFileData().
Definition at line 442 of file cdprocs.h.
Referenced by _Requires_lock_held_(), CdEnumerateIndex(), CdInitializeEnumeration(), CdInitializeFcbFromFileContext(), GetSourceFileAndTargetLocation(), RosSymCreateFromFile(), RosSymIoReadFile(), RosSymIoSeekFile(), RosSymZwReadFile(), and RosSymZwSeekFile().
_In_ PLARGE_INTEGER FileOffset |
Definition at line 160 of file cdprocs.h.
Referenced by _CcpFlushCache(), _Function_class_(), _MmGetPageEntrySectionSegment(), _Requires_lock_held_(), AddDiskToList(), BlFileReadAtOffsetEx(), CcCopyRead(), CcCopyWrite(), CcFastCopyRead(), CcFastCopyWrite(), CcFlushCache(), CcMapData(), CcMdlRead(), CcMdlWriteComplete(), CcpBuildCacheMdl(), CcpFindBcb(), CcpFindMatchingMap(), CcpGetAppropriateBcb(), CcPinMappedData(), CcPinRead(), CcpMapData(), CcpPinData(), CcpPinMappedData(), CcPrepareMdlWrite(), CcPreparePinWrite(), CcPurgeCacheSection(), CcRosCreateVacb(), CcRosGetVacb(), CcRosLookupVacb(), CcRosRequestVacb(), CcScheduleReadAhead(), CdDiskOffsetFromMcbEntry(), CdFastLock(), CdFastUnlockSingle(), CdFindMcbEntry(), CmpFileRead(), CmpFileWrite(), Dispatch_fnFastRead(), Dispatch_fnFastWrite(), DumpDisk(), DumpPartition(), ElfBackupFile(), ElfFlushFile(), ElfpInitExistingFile(), ElfpInitNewFile(), ElfReadRecord(), ElfWriteRecord(), EtfsOpen(), EtfspGetDirectoryInfo(), EtfspGetDirent(), ExeFmtpReadFile(), Ext2FastIoCheckIfPossible(), Ext2FastIoLock(), Ext2FastIoRead(), Ext2FastIoUnlockSingle(), Ext2FastIoWrite(), Fat12WriteBootSector(), Fat12WriteFAT(), Fat12WriteRootDirectory(), Fat16WriteBootSector(), Fat16WriteFAT(), Fat16WriteRootDirectory(), Fat32WriteBootSector(), Fat32WriteFAT(), Fat32WriteFsInfo(), Fat32WriteRootDirectory(), FATAddEntry(), FatComputeMoveFileSplicePoints(), FatFlushDirentForFile(), FatFlushFatEntries(), FATGetNextDirEntry(), FATIsDirectoryEmpty(), FatWipeSectors(), Fatx16WriteFAT(), Fatx32WriteFAT(), FATXAddEntry(), FATXGetNextDirEntry(), FATXIsDirectoryEmpty(), FatxWriteBootSector(), FatxWriteRootDirectory(), FltpFastIoCheckIfPossible(), FltpFastIoLock(), FltpFastIoMdlRead(), FltpFastIoMdlWriteComplete(), FltpFastIoMdlWriteCompleteCompressed(), FltpFastIoPrepareMdlWrite(), FltpFastIoRead(), FltpFastIoReadCompressed(), FltpFastIoUnlockSingle(), FltpFastIoWrite(), FltpFastIoWriteCompressed(), FsdSetFsLabelInformation(), FsRtlCopyRead(), FsRtlCopyRead2(), FsRtlCopyWrite(), FsRtlCopyWrite2(), FsRtlFastCheckLockForRead(), FsRtlFastCheckLockForWrite(), FsRtlFastUnlockSingle(), FsRtlMdlRead(), FsRtlMdlReadDev(), FsRtlMdlWriteComplete(), FsRtlMdlWriteCompleteDev(), FsRtlPrepareMdlWrite(), FsRtlPrepareMdlWriteDev(), FsRtlPrivateLock(), HvpGetHiveHeader(), HvpRecoverDataFromLog(), HvpRecoverHeaderFromLog(), HvpWriteHive(), HvpWriteLog(), InfOpenFile(), IniCacheLoadByHandle(), InstallBtrfsBootCode(), InstallFat32BootCode(), InstallFatBootCode(), InstallMbrBootCode(), InstallNtfsBootCode(), KmtInitTestFiles(), LogfpFlushFile(), LogfpReadFile(), LogfpWriteFile(), main(), MergeStabsAndCoffs(), MiFreeSegmentPage(), MiReadFilePage(), MiSectionPageTableGet(), MiSectionPageTableGetOrAllocate(), MiSimpleRead(), MiWritePage(), MmFinalizeSectionPageOut(), MmMakeSegmentResident(), MmMapViewOfSegment(), MmpPageOutPhysicalAddress(), MmWithdrawSectionPage(), NtfsFastIoCheckIfPossible(), NtfsFastIoRead(), NtfsFastIoWrite(), OffsetToCluster(), ReadBootCodeByHandle(), ReadLogBuffer(), ReadVolumeLabel(), RxFastIoCheckIfPossible(), RxFastIoRead(), RxFastIoWrite(), RxPurgeFcbInSystemCache(), START_TEST(), TestCommonRead(), TestFastIoRead(), TestFastIoWrite(), TestSharedCacheMap(), UDFFastIoCheckIfPossible(), UDFFastIoCopyWrite(), UDFFastLock(), UDFFastUnlockSingle(), VfatFastIoCheckIfPossible(), VfatFastIoLock(), VfatFastIoRead(), VfatFastIoReadCompressed(), VfatFastIoUnlockSingle(), VfatFastIoWrite(), VfatFastIoWriteCompressed(), vfatFindDirSpace(), VfatMdlRead(), VfatMdlWriteComplete(), VfatMdlWriteCompleteCompressed(), VfatPrepareMdlWrite(), and WriteLogBuffer().
Definition at line 1416 of file cdprocs.h.
Referenced by CreateCommand(), DceFreeDCE(), DismountVolume(), DxEngDeleteDC(), file_Delete(), filesys_DeleteFile(), filesys_DeleteFolder(), implicit_handle(), IntGdiDeleteDC(), IopPrepareDeviceForRemoval(), IopQueryRemoveChildDevices(), IopQueryRemoveDeviceRelations(), and VfatCheckForDismount().
_Acquires_exclusive_lock_ Resource _Acquires_shared_lock_ Resource _Inout_ PERESOURCE _In_ BOOLEAN IgnoreWait |
Definition at line 844 of file cdprocs.h.
Referenced by _Requires_lock_held_().
Definition at line 443 of file cdprocs.h.
Referenced by _Success_().
Definition at line 736 of file cdprocs.h.
Referenced by _Requires_lock_held_(), CdInitializeFcbFromFileContext(), CdInitializeFcbFromPathEntry(), CdInsertPrefix(), Ext2CreateFile(), FATAddEntry(), FATXAddEntry(), main(), NtfsOpenFile(), UDFCleanUpFcbChain(), UDFCloseFileInfoChain(), VfatAddEntry(), VfatCreateFile(), vfatInitFCBFromDirEntry(), VfatMoveEntry(), VfatOpenFile(), vfatSetFCBNewDirName(), and vfatUpdateFCB().
Definition at line 1210 of file cdprocs.h.
Referenced by _At_(), and CdCreateUserMdl().
_Inout_ PFCB _Inout_ PUNICODE_STRING RemainingName |
Definition at line 802 of file cdprocs.h.
Referenced by _Requires_lock_held_(), CdDissectName(), CmpComputeHashValue(), CmpGetNextName(), CmpGetSymbolicLink(), CmpLookInCache(), CmpParseKey(), CmpRemoveSubkeysInRemainingName(), ExpWinStaObjectParse(), IntDesktopObjectParse(), IntWinStaObjectParse(), IopCheckVpbMounted(), IopParseDevice(), IopParseFile(), ObpLookupObjectName(), ObpParseSymbolicLink(), RxCreateTreeConnect(), RxFindOrConstructVirtualNetRoot(), RxFindOrCreateConnections(), RxPrefixTableLookupName(), and RxTableLookupName().
Definition at line 1260 of file cdprocs.h.
Referenced by _Requires_lock_held_().
_Acquires_lock_ _Curr_ PERESOURCE Resource |
Definition at line 843 of file cdprocs.h.
Referenced by _Requires_lock_held_(), AcpiBufferToResource(), AcpiResourceToAddress64(), AcpiRsConvertAmlToResource(), AcpiRsConvertAmlToResources(), AcpiRsConvertResourcesToAml(), AcpiRsConvertResourceToAml(), AcpiRsCreateResourceList(), AcpiRsDumpAddressCommon(), AcpiRsDumpDescriptor(), AcpiRsGetAddressCommon(), AcpiRsGetAmlLength(), AcpiRsMatchVendorResource(), AcpiRsSetAddressCommon(), AcpiWalkResourceBuffer(), DLDAcquireExclusive(), DLDAcquireShared(), DLDpAcquireResourceExclusiveLite(), DLDpFindCurrentThread(), DLDProcessResource(), DLDProcessThread(), DLDpWaitForResource(), DxEngLockHdev(), DxEngUnlockHdev(), ExAcquireResourceExclusiveLite(), ExAcquireResourceLock(), ExAcquireResourceSharedLite(), ExAcquireSharedStarveExclusive(), ExAcquireSharedWaitForExclusive(), ExConvertExclusiveToSharedLite(), ExDeleteResourceLite(), ExDisableResourceBoostLite(), ExEnterCriticalRegionAndAcquireResourceExclusive(), ExEnterCriticalRegionAndAcquireResourceShared(), ExEnterCriticalRegionAndAcquireSharedWaitForExclusive(), ExGetExclusiveWaiterCount(), ExGetSharedWaiterCount(), ExInitializeResourceLite(), ExIsResourceAcquiredExclusiveLite(), ExIsResourceAcquiredSharedLite(), ExpAllocateExclusiveWaiterEvent(), ExpAllocateSharedWaiterSemaphore(), ExpExpandResourceOwnerTable(), ExpFindEntryForThread(), ExpFindFreeEntry(), ExpWaitForResource(), ExReinitializeResourceLite(), ExReleaseResourceAndLeaveCriticalRegion(), ExReleaseResourceForThreadLite(), ExReleaseResourceLite(), ExReleaseResourceLock(), ExSetResourceOwnerPointer(), Ext2EresourceAlignmentChecking(), ExTryToAcquireResourceExclusiveLite(), FatAllocateResource(), FatFreeResource(), FindDmaDescriptor(), FindIoDescriptor(), FindIrqDescriptor(), FindMemoryDescriptor(), FsRtlCopyRead2(), FxResourceCm::FxResourceCm(), FxResourceIo::FxResourceIo(), InitializeIdEntry(), InitializeNamedEntry(), InitializeTestResource(), IsaPnpCreateLogicalDeviceRequirements(), KsLoadResource(), LdrAccessResource(), LoadMenuA(), LoadMenuW(), main(), NdisCloseConfiguration(), NtfsWrite(), NtGetVersionResource(), ParseTags(), PciQueryResources(), RtlAcquireResourceExclusive(), RtlAcquireResourceShared(), RtlConvertExclusiveToShared(), RtlConvertSharedToExclusive(), RtlDeleteResource(), RtlDumpResource(), RtlInitializeResource(), RtlReleaseResource(), START_TEST(), UDFAcquireResourceExclusiveWithCheck(), UDFAcquireResourceSharedWithCheck(), UDFIsResourceAcquired(), UDFPostStackOverflowRead(), VfatRead(), and VfatWrite().
Definition at line 1259 of file cdprocs.h.
Referenced by _Requires_lock_held_().
_Must_inspect_result_ __drv_aliasesMem _In_ PDEVICE_OBJECT _Inout_opt_ PVOID _In_opt_ ULONG _In_opt_ PLARGE_INTEGER StartingOffset |
Definition at line 291 of file cdprocs.h.
Referenced by _Requires_lock_held_(), _When_(), CdReadSectors(), ClasspDeviceGetLBAStatusWorker(), ClasspDeviceTrimProcess(), DeleteRemoteDatabaseEntry(), ExtReadPartialBlock(), FatReadPartialCluster(), FstubDbgPrintPartitionEx(), FstubReadSector(), FstubWriteSector(), GetRemoteDatabaseEntry(), IoBuildAsynchronousFsdRequest(), IoBuildSynchronousFsdRequest(), IopCreateArcNamesCd(), IopCreateArcNamesDisk(), main(), NtfsReadDisk(), NtfsWriteDisk(), ScratchBuffer_SetupReadWriteSrb(), sync_read_phys(), WriteAttribute(), xHalIoReadPartitionTable(), and xHalIoWritePartitionTable().
_Inout_ PFILE_OBJECT _In_ TYPE_OF_OPEN TypeOfOpen |
Definition at line 589 of file cdprocs.h.
Referenced by _At_(), _Function_class_(), _Requires_lock_held_(), _When_(), CdCommonDevControl(), CdCommonLockControl(), CdFastLock(), CdFastUnlockAll(), CdFastUnlockAllByKey(), CdFastUnlockSingle(), CdIsVolumeDirty(), FatDecodeFileObject(), FatFspDispatch(), FatIsVolumeDirty(), FatSetFileObject(), and FatSetZeroOnDeallocate().