Searched refs:ntfs_device_win32_pio (Results 1 – 1 of 1) sorted by relevance
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/ |
H A D | win32_io.c | 1338 static s64 ntfs_device_win32_pio(win32_fd *fd, const s64 pos, in ntfs_device_win32_pio() function 1431 return ntfs_device_win32_pio(fd, pos, count, b, (void*)NULL); in ntfs_device_win32_pread_simple() 1623 return ntfs_device_win32_pio(fd, pos, count, (void*)NULL, b); in ntfs_device_win32_pwrite_simple() 1915 got = ntfs_device_win32_pio(fd, offset, count, b, (void*)NULL); in ntfs_device_win32_pread() 1935 put = ntfs_device_win32_pio(fd, offset, count, (void*)NULL, b); in ntfs_device_win32_pwrite()
|