Home
last modified time | relevance | path

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

/netbsd-src/lib/librefuse/refuse/
H A Dfs.h70 int fuse_fs_read(struct fuse_fs* fs, const char* path, char* buf, size_t size, off_t off, struct fu…
H A Dfs.c429 fuse_fs_read(struct fuse_fs* fs, const char* path, char* buf, in fuse_fs_read() function
/netbsd-src/lib/librefuse/
H A Drefuse.c863 ret = fuse_fs_read(fuse->fs, path, (char *)buf, maxread, offset, in puffs_fuse_node_read()