Home
last modified time | relevance | path

Searched refs:FSRTL_VOLUME_LOCK (Results 1 – 10 of 10) sorted by relevance

/reactos/ntoskrnl/fsrtl/
H A Dpnp.c73 case FSRTL_VOLUME_LOCK: in FsRtlNotifyVolumeEvent()
/reactos/sdk/include/xdk/
H A Dfsrtltypes.h91 #define FSRTL_VOLUME_LOCK 3 macro
/reactos/drivers/filesystems/udfs/
H A Dntifs_ex.h441 #define FSRTL_VOLUME_LOCK 3 macro
H A Dcreate.cpp725 UDFNotifyVolumeEvent(PtrNewFileObject, FSRTL_VOLUME_LOCK); in UDFCommonCreate()
H A Dfscntrl.cpp1761 UDFNotifyVolumeEvent(IrpSp->FileObject, FSRTL_VOLUME_LOCK); in UDFLockVolume()
/reactos/ntoskrnl/io/iomgr/
H A Drawfs.c559 …otifyVolumeEvent(IoStackLocation->FileObject, (NT_SUCCESS(Status) ? FSRTL_VOLUME_LOCK : FSRTL_VOLU… in RawUserFsCtrl()
/reactos/drivers/filesystems/vfatfs/
H A Dfsctl.c1123 FsRtlNotifyVolumeEvent(IrpContext->Stack->FileObject, FSRTL_VOLUME_LOCK); in VfatLockOrUnlockVolume()
/reactos/drivers/filesystems/cdfs/
H A Dfsctrl.c1990 FsRtlNotifyVolumeEvent( IrpSp->FileObject, FSRTL_VOLUME_LOCK );
/reactos/drivers/filesystems/fastfat/
H A Dfsctrl.c3293 FsRtlNotifyVolumeEvent( IrpSp->FileObject, FSRTL_VOLUME_LOCK );
/reactos/drivers/filesystems/btrfs/
H A Dfsctl.c2257 FsRtlNotifyVolumeEvent(IrpSp->FileObject, FSRTL_VOLUME_LOCK); in lock_volume()