ReactOS 0.4.16-dev-297-gc569aee
|
#include "cdprocs.h"
Go to the source code of this file.
Macros | |
#define | BugCheckFileId (CDFS_BUG_CHECK_VERFYSUP) |
Functions | |
_Requires_lock_held_ (_Global_critical_region_) | |
BOOLEAN | CdMarkDevForVerifyIfVcbMounted (_Inout_ PVCB Vcb) |
VOID | CdVerifyVcb (_In_ PIRP_CONTEXT IrpContext, _Inout_ PVCB Vcb) |
BOOLEAN | CdVerifyFcbOperation (_In_opt_ PIRP_CONTEXT IrpContext, _In_ PFCB Fcb) |
#define BugCheckFileId (CDFS_BUG_CHECK_VERFYSUP) |
Definition at line 22 of file verfysup.c.
_Requires_lock_held_ | ( | _Global_critical_region_ | ) |
Definition at line 29 of file verfysup.c.
Definition at line 359 of file verfysup.c.
Referenced by _Requires_lock_held_(), and CdVerifyVcb().
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().
VOID CdVerifyVcb | ( | _In_ PIRP_CONTEXT | IrpContext, |
_Inout_ PVCB | Vcb | ||
) |
Definition at line 411 of file verfysup.c.
Referenced by CdCommonDevControl(), and CdIsVolumeMounted().