Searched refs:FSRTL_VOLUME_UNLOCK (Results 1 – 13 of 13) sorted by relevance
/reactos/ntoskrnl/fsrtl/ |
H A D | pnp.c | 88 case FSRTL_VOLUME_UNLOCK: in FsRtlNotifyVolumeEvent()
|
/reactos/drivers/filesystems/cdfs/ |
H A D | cleanup.c | 322 FsRtlNotifyVolumeEvent( FileObject, FSRTL_VOLUME_UNLOCK ); in _Requires_lock_held_()
|
H A D | fsctrl.c | 2109 FsRtlNotifyVolumeEvent( IrpSp->FileObject, FSRTL_VOLUME_UNLOCK );
|
/reactos/sdk/include/xdk/ |
H A D | fsrtltypes.h | 93 #define FSRTL_VOLUME_UNLOCK 5 macro
|
/reactos/drivers/filesystems/udfs/ |
H A D | ntifs_ex.h | 443 #define FSRTL_VOLUME_UNLOCK 5 macro
|
H A D | cleanup.cpp | 226 UDFNotifyVolumeEvent(FileObject, FSRTL_VOLUME_UNLOCK); in UDFCommonCleanup()
|
H A D | fscntrl.cpp | 1908 UDFNotifyVolumeEvent(IrpSp->FileObject, FSRTL_VOLUME_UNLOCK); in UDFUnlockVolume()
|
/reactos/drivers/filesystems/fastfat/ |
H A D | cleanup.c | 1146 FsRtlNotifyVolumeEvent( FileObject, FSRTL_VOLUME_UNLOCK ); in _Requires_lock_held_()
|
H A D | fsctrl.c | 3420 FsRtlNotifyVolumeEvent( IrpSp->FileObject, FSRTL_VOLUME_UNLOCK );
|
/reactos/ntoskrnl/io/iomgr/ |
H A D | rawfs.c | 564 FsRtlNotifyVolumeEvent(IoStackLocation->FileObject, FSRTL_VOLUME_UNLOCK); in RawUserFsCtrl()
|
/reactos/drivers/filesystems/vfatfs/ |
H A D | fsctl.c | 1248 FsRtlNotifyVolumeEvent(IrpContext->Stack->FileObject, FSRTL_VOLUME_UNLOCK); in VfatLockOrUnlockVolume()
|
/reactos/drivers/filesystems/btrfs/ |
H A D | fsctl.c | 2353 FsRtlNotifyVolumeEvent(IrpSp->FileObject, FSRTL_VOLUME_UNLOCK); in unlock_volume()
|
H A D | btrfs.c | 2515 FsRtlNotifyVolumeEvent(FileObject, FSRTL_VOLUME_UNLOCK);
|