Home
last modified time | relevance | path

Searched refs:FSRTL_VOLUME_UNLOCK (Results 1 – 13 of 13) sorted by relevance

/reactos/ntoskrnl/fsrtl/
H A Dpnp.c88 case FSRTL_VOLUME_UNLOCK: in FsRtlNotifyVolumeEvent()
/reactos/drivers/filesystems/cdfs/
H A Dcleanup.c322 FsRtlNotifyVolumeEvent( FileObject, FSRTL_VOLUME_UNLOCK ); in _Requires_lock_held_()
H A Dfsctrl.c2109 FsRtlNotifyVolumeEvent( IrpSp->FileObject, FSRTL_VOLUME_UNLOCK );
/reactos/sdk/include/xdk/
H A Dfsrtltypes.h93 #define FSRTL_VOLUME_UNLOCK 5 macro
/reactos/drivers/filesystems/udfs/
H A Dntifs_ex.h443 #define FSRTL_VOLUME_UNLOCK 5 macro
H A Dcleanup.cpp226 UDFNotifyVolumeEvent(FileObject, FSRTL_VOLUME_UNLOCK); in UDFCommonCleanup()
H A Dfscntrl.cpp1908 UDFNotifyVolumeEvent(IrpSp->FileObject, FSRTL_VOLUME_UNLOCK); in UDFUnlockVolume()
/reactos/drivers/filesystems/fastfat/
H A Dcleanup.c1146 FsRtlNotifyVolumeEvent( FileObject, FSRTL_VOLUME_UNLOCK ); in _Requires_lock_held_()
H A Dfsctrl.c3420 FsRtlNotifyVolumeEvent( IrpSp->FileObject, FSRTL_VOLUME_UNLOCK );
/reactos/ntoskrnl/io/iomgr/
H A Drawfs.c564 FsRtlNotifyVolumeEvent(IoStackLocation->FileObject, FSRTL_VOLUME_UNLOCK); in RawUserFsCtrl()
/reactos/drivers/filesystems/vfatfs/
H A Dfsctl.c1248 FsRtlNotifyVolumeEvent(IrpContext->Stack->FileObject, FSRTL_VOLUME_UNLOCK); in VfatLockOrUnlockVolume()
/reactos/drivers/filesystems/btrfs/
H A Dfsctl.c2353 FsRtlNotifyVolumeEvent(IrpSp->FileObject, FSRTL_VOLUME_UNLOCK); in unlock_volume()
H A Dbtrfs.c2515 FsRtlNotifyVolumeEvent(FileObject, FSRTL_VOLUME_UNLOCK);