Lines Matching refs:ntfs_w32error_to_errno
301 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()
1087 errno = ntfs_w32error_to_errno(err); in ntfs_device_win32_find_partition()
1387 errno = ntfs_w32error_to_errno(GetLastError()); in ntfs_device_win32_pio()
1397 errno = ntfs_w32error_to_errno(GetLastError()); in ntfs_device_win32_pio()
1471 errno = ntfs_w32error_to_errno(GetLastError()); in ntfs_device_win32_read()
1556 errno = ntfs_w32error_to_errno(GetLastError()); in ntfs_device_win32_close()
1587 err = ntfs_w32error_to_errno(GetLastError()); in ntfs_device_win32_sync()
1592 err = ntfs_w32error_to_errno(GetLastError()); in ntfs_device_win32_sync()
1676 errno = ntfs_w32error_to_errno(GetLastError()); in ntfs_device_win32_write()
1845 errno = ntfs_w32error_to_errno(GetLastError()); in ntfs_win32_blksszget()