Home
last modified time | relevance | path

Searched refs:SL_ALLOW_RAW_MOUNT (Results 1 – 6 of 6) sorted by relevance

/reactos/drivers/filesystems/udfs/
H A Dverfysup.cpp206 if(FlagOn( IrpSp->Flags, SL_ALLOW_RAW_MOUNT )) { in UDFVerifyVolume()
/reactos/drivers/filesystems/cdfs/
H A Dfsctrl.c1422 if (FlagOn( IrpSp->Flags, SL_ALLOW_RAW_MOUNT )) {
1527 if (FlagOn( IrpSp->Flags, SL_ALLOW_RAW_MOUNT )) {
/reactos/ntoskrnl/io/iomgr/
H A Dvolume.c931 StackPtr->Flags = AllowRawMount ? SL_ALLOW_RAW_MOUNT : 0; in IoVerifyVolume()
/reactos/drivers/filesystems/vfatfs/
H A Dfsctl.c846 AllowRaw = BooleanFlagOn(IrpContext->Stack->Flags, SL_ALLOW_RAW_MOUNT); in VfatVerify()
/reactos/drivers/filesystems/fastfat/
H A Dfsctrl.c974 if (!FlagOn( IrpSp->Flags, SL_ALLOW_RAW_MOUNT ) && in _Requires_lock_held_()
1980 BOOLEAN AllowRawMount = BooleanFlagOn( IrpSp->Flags, SL_ALLOW_RAW_MOUNT ); in _Requires_lock_held_()
/reactos/sdk/include/xdk/
H A Diotypes.h1841 #define SL_ALLOW_RAW_MOUNT 0x01 macro