Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dwin32_io.c1285 s64 abs_ofs; in ntfs_device_win32_seek() local
1291 abs_ofs = offset; in ntfs_device_win32_seek()
1294 abs_ofs = fd->pos + offset; in ntfs_device_win32_seek()
1304 abs_ofs = fd->part_length + offset; in ntfs_device_win32_seek()
1311 if ((abs_ofs < 0) in ntfs_device_win32_seek()
1312 || (fd->ntdll && (abs_ofs > fd->part_length))) { in ntfs_device_win32_seek()
1317 fd->pos = abs_ofs; in ntfs_device_win32_seek()
1318 return abs_ofs; in ntfs_device_win32_seek()