Searched refs:vol_to_read (Results 1 – 1 of 1) sorted by relevance
1477 s64 vol_to_read = fd->geo_size - old_pos; in ntfs_device_win32_read() local1478 if (count > vol_to_read) { in ntfs_device_win32_read()1481 ofs + vol_to_read, alignedbuffer); in ntfs_device_win32_read()1492 if (br != vol_to_read) in ntfs_device_win32_read()