Searched refs:SL_ALLOW_RAW_MOUNT (Results 1 – 6 of 6) sorted by relevance
206 if(FlagOn( IrpSp->Flags, SL_ALLOW_RAW_MOUNT )) { in UDFVerifyVolume()
1422 if (FlagOn( IrpSp->Flags, SL_ALLOW_RAW_MOUNT )) {1527 if (FlagOn( IrpSp->Flags, SL_ALLOW_RAW_MOUNT )) {
931 StackPtr->Flags = AllowRawMount ? SL_ALLOW_RAW_MOUNT : 0; in IoVerifyVolume()
846 AllowRaw = BooleanFlagOn(IrpContext->Stack->Flags, SL_ALLOW_RAW_MOUNT); in VfatVerify()
974 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_()
1841 #define SL_ALLOW_RAW_MOUNT 0x01 macro