fuse_fs_read
ret = fuse_fs_read(fuse->fs, path, (char *)buf, maxread, offset,
int fuse_fs_read(struct fuse_fs* fs, const char* path, char* buf, size_t size, off_t off, struct fuse_file_info* fi);