Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/ext2fs/
Dnt_io.c151 #define FSCTL_LOCK_VOLUME CTL_CODE(FILE_DEVICE_FILE_SYSTEM, 6, METHOD_BUFFERED, FILE_… macro
537 return NtFsControlFile(Handle, 0, 0, 0, &IoStatusBlock, FSCTL_LOCK_VOLUME, 0, 0, 0, 0); in _LockDrive()
/third_party/ntfs-3g/libntfs-3g/
Dwin32_io.c512 if (!DeviceIoControl(handle, FSCTL_LOCK_VOLUME, NULL, 0, NULL, 0, &i, in ntfs_device_win32_lock()
926 ntfs_device_win32_setlock(handle,FSCTL_LOCK_VOLUME); in ntfs_device_win32_open_lowlevel()