Home
last modified time | relevance | path

Searched refs:fuse_bufvec (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/lib/librefuse/refuse/
H A Dbuf.h71 struct fuse_bufvec { struct
82 ((struct fuse_bufvec) { \ argument
98 size_t fuse_buf_size(const struct fuse_bufvec *bufv);
102 ssize_t fuse_buf_copy(struct fuse_bufvec *dstv, struct fuse_bufvec *srcv,
H A Dbuf.c48 fuse_buf_size(const struct fuse_bufvec *bufv) { in fuse_buf_size()
62 fuse_buf_current(const struct fuse_bufvec *bufv) { in fuse_buf_current()
260 fuse_buf_advance(struct fuse_bufvec *bufv, size_t len) { in fuse_buf_advance()
277 fuse_buf_copy(struct fuse_bufvec *dstv, struct fuse_bufvec *srcv, in fuse_buf_copy()
H A Dv34.h83 int (*write_buf) (const char *, struct fuse_bufvec *, off_t, struct fuse_file_info *);
84 int (*read_buf) (const char *, struct fuse_bufvec **, size_t, off_t, struct fuse_file_info *);
H A Dv35.h84 int (*write_buf) (const char *, struct fuse_bufvec *, off_t, struct fuse_file_info *);
85 int (*read_buf) (const char *, struct fuse_bufvec **, size_t, off_t, struct fuse_file_info *);
H A Dv29.h91 int (*write_buf) (const char *, struct fuse_bufvec *, off_t, struct fuse_file_info *);
92 int (*read_buf) (const char *, struct fuse_bufvec **, size_t, off_t, struct fuse_file_info *);
H A Dv38.h83 int (*write_buf) (const char *, struct fuse_bufvec *, off_t, struct fuse_file_info *);
84 int (*read_buf) (const char *, struct fuse_bufvec **, size_t, off_t, struct fuse_file_info *);
H A Dv30.h96 int (*write_buf) (const char *, struct fuse_bufvec *, off_t, struct fuse_file_info *);
97 int (*read_buf) (const char *, struct fuse_bufvec **, size_t, off_t, struct fuse_file_info *);
H A Dfs.h71 int fuse_fs_read_buf(struct fuse_fs* fs, const char* path, struct fuse_bufvec** bufp, size_t size, …
73 int fuse_fs_write_buf(struct fuse_fs* fs, const char* path, struct fuse_bufvec *buf, off_t off, str…
H A Dfs.c467 struct fuse_bufvec** bufp, size_t size, off_t off, in fuse_fs_read_buf()
536 struct fuse_bufvec* bufp, off_t off, in fuse_fs_write_buf()