Searched refs:vol_handle (Results 1 – 1 of 1) sorted by relevance
291 HANDLE vol_handle; member824 fd->vol_handle = INVALID_HANDLE_VALUE; in ntfs_device_win32_open_file()864 fd->vol_handle = INVALID_HANDLE_VALUE; in ntfs_device_win32_open_drive()947 fd->vol_handle = INVALID_HANDLE_VALUE; in ntfs_device_win32_open_lowlevel()1147 HANDLE vol_handle = ntfs_device_win32_open_volume_for_partition( in ntfs_device_win32_open_partition() local1158 tmp = ntfs_device_win32_getntfssize(vol_handle); in ntfs_device_win32_open_partition()1163 if (vol_handle != INVALID_HANDLE_VALUE) { in ntfs_device_win32_open_partition()1165 ntfs_device_win32_lock(vol_handle)) { in ntfs_device_win32_open_partition()1166 CloseHandle(vol_handle); in ntfs_device_win32_open_partition()1170 fd->vol_handle = vol_handle; in ntfs_device_win32_open_partition()[all …]