Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dwin32_io.c1282 static s64 ntfs_device_win32_seek(struct ntfs_device *dev, s64 offset, in ntfs_device_win32_seek() function
1917 if (ntfs_device_win32_seek(dev, offset, 0) == -1) in ntfs_device_win32_pread()
1937 if (ntfs_device_win32_seek(dev, offset, 0) == -1) in ntfs_device_win32_pwrite()
1948 .seek = ntfs_device_win32_seek,