Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dwin32_io.c301 static int ntfs_w32error_to_errno(unsigned int w32error) in ntfs_w32error_to_errno() function
407 errno = ntfs_w32error_to_errno(GetLastError()); in ntfs_device_win32_init_imports()
491 errno = ntfs_w32error_to_errno(GetLastError()); in ntfs_device_win32_simple_open_file()
514 errno = ntfs_w32error_to_errno(GetLastError()); in ntfs_device_win32_lock()
535 errno = ntfs_w32error_to_errno(GetLastError()); in ntfs_device_win32_unlock()
578 errno = ntfs_w32error_to_errno(GetLastError()); in ntfs_device_win32_dismount()
604 errno = ntfs_w32error_to_errno(GetLastError()); in ntfs_device_win32_getsize()
628 errno = ntfs_w32error_to_errno(GetLastError()); in ntfs_device_win32_getdisklength()
660 errno = ntfs_w32error_to_errno(GetLastError()); in ntfs_device_win32_getntfssize()
738 errno = ntfs_w32error_to_errno(GetLastError()); in ntfs_device_win32_getgeo()
[all …]