Home
last modified time | relevance | path

Searched refs:FSCTL_LOCK_VOLUME (Results 1 – 25 of 27) sorted by relevance

12

/reactos/base/applications/cmdutils/fsutil/
H A Dvolume.c27 Operation = (Lock ? FSCTL_LOCK_VOLUME : FSCTL_UNLOCK_VOLUME); in LockOrUnlockVolume()
/reactos/base/setup/lib/utils/
H A Dvolutil.c179 FSCTL_LOCK_VOLUME, in DismountVolume()
/reactos/sdk/lib/fslib/ext2lib/
H A DDisk.c1219 FSCTL_LOCK_VOLUME, in Ext2LockVolume()
/reactos/drivers/filesystems/udfs/Include/
H A Denv_spec_w32.cpp391 RC = DeviceIoControl(h,FSCTL_LOCK_VOLUME,NULL,0,NULL,0,&returned,NULL); in MyLockVolume()
393 (*pLockMode) = FSCTL_LOCK_VOLUME; in MyLockVolume()
H A Dnt_native.h832 #define FSCTL_LOCK_VOLUME CTL_CODE(FILE_DEVICE_FILE_SYSTEM, 6, METHOD_BUFFERED, FILE… macro
/reactos/sdk/lib/fslib/vfatlib/
H A Dvfatlib.c231 FSCTL_LOCK_VOLUME, in VfatFormat()
/reactos/ntoskrnl/io/iomgr/
H A Drawfs.c495 case FSCTL_LOCK_VOLUME: in RawUserFsCtrl()
558 case FSCTL_LOCK_VOLUME: in RawUserFsCtrl()
/reactos/sdk/lib/fslib/vfatlib/check/
H A Dio.c243 LockVolume ? FSCTL_LOCK_VOLUME in fs_lock()
/reactos/drivers/filesystems/udfs/
H A Dudfinit.cpp698 FSCTL_LOCK_VOLUME, in UDFDismountDevice()
H A Dfscntrl.cpp256 case FSCTL_LOCK_VOLUME: in UDFUserFsCtrlRequest()
/reactos/sdk/include/reactos/wine/
H A Dwinioctl.h102 #define FSCTL_LOCK_VOLUME CTL_CODE(FILE_DEVICE_FILE_SYSTEM, 6, METHOD_BUFF… macro
/reactos/sdk/lib/fslib/btrfslib/
H A Dbtrfslib.c74 #define FSCTL_LOCK_VOLUME CTL_CODE(FILE_DEVICE_FILE_SYSTEM, 6, METHOD_BUFFERED, FILE… macro
1439 NtFsControlFile(h, NULL, NULL, NULL, &iosb, FSCTL_LOCK_VOLUME, NULL, 0, NULL, 0);
/reactos/modules/rosapps/lib/vfdlib/
H A Dvfdctl.c1715 FSCTL_LOCK_VOLUME, in VfdCloseImage()
2642 FSCTL_LOCK_VOLUME, in VfdDismountVolume()
/reactos/drivers/filesystems/ntfs/
H A Dfsctl.c932 case FSCTL_LOCK_VOLUME: in NtfsUserFsRequest()
/reactos/sdk/include/psdk/
H A Dwinioctl.h732 #define FSCTL_LOCK_VOLUME CTL_CODE(FILE_DEVICE_FILE_SYSTEM,6,METHOD_BUFFERED,FILE_ANY_AC… macro
/reactos/base/setup/lib/
H A Dfsutil.c625 FSCTL_LOCK_VOLUME, in InstallBtrfsBootCode()
H A Dbootsup.c657 … NtFsControlFile(PartitionHandle, NULL, NULL, NULL, &IoStatusBlock, FSCTL_LOCK_VOLUME, NULL, 0, NU… in InstallBootCodeToDisk()
/reactos/dll/shellext/shellbtrfs/
H A Ddevices.cpp545 …Status = NtFsControlFile(h2, nullptr, nullptr, nullptr, &iosb, FSCTL_LOCK_VOLUME, nullptr, 0, null…
/reactos/drivers/filesystems/vfatfs/
H A Dfsctl.c1417 case FSCTL_LOCK_VOLUME: in VfatFileSystemControl()
/reactos/dll/win32/shell32/folders/
H A DCDrivesFolder.cpp111 DWORD dwCode = (bLock ? FSCTL_LOCK_VOLUME : FSCTL_UNLOCK_VOLUME); in TryToLockOrUnlockDrive()
/reactos/modules/rosapps/applications/sysutils/mkdosfs/
H A Dmkdosfs.c1993 if (fsctl(dev, FSCTL_LOCK_VOLUME) == -1) in main()
/reactos/drivers/filesystems/cdfs/
H A Dfsctrl.c462 case FSCTL_LOCK_VOLUME : in _Requires_lock_held_()
/reactos/base/system/diskpart/
H A Dpartlist.c2018 FSCTL_LOCK_VOLUME, in DismountVolume()
/reactos/drivers/filesystems/ext2/src/
H A Dfsctl.c1940 case FSCTL_LOCK_VOLUME: in Ext2UserFsRequest()
/reactos/drivers/filesystems/fastfat/
H A Dfsctrl.c2835 case FSCTL_LOCK_VOLUME: in _Requires_lock_held_()

12