Searched refs:ntfs_fuse_read (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.h45 int ntfs_fuse_read(ntfs_inode* ni, off_t offset, char* buffer, size_t size);
H A Dlowntfs.c478 ntfs_fuse_read(ntfs_inode* ni, off_t offset, char* buf, size_t size) function
H A Dkernel_interface.cpp489 const int read = ntfs_fuse_read(ni, pos, (char*)vecs[i].iov_base, ioSize);

Completed in 44 milliseconds