Searched refs:fuse_fs_read (Results 1 – 2 of 2) sorted by relevance
/third_party/ntfs-3g/include/fuse-lite/ |
D | fuse.h | 578 int fuse_fs_read(struct fuse_fs *fs, const char *path, char *buf, size_t size,
|
/third_party/ntfs-3g/libfuse-lite/ |
D | fuse.c | 807 int fuse_fs_read(struct fuse_fs *fs, const char *path, char *buf, size_t size, in fuse_fs_read() function 1954 res = fuse_fs_read(f->fs, path, buf, size, off, fi); in fuse_lib_read()
|