Searched refs:fuse_bufvec (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/lib/librefuse/refuse/ |
H A D | buf.h | 71 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 D | buf.c | 48 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 D | v34.h | 83 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 D | v35.h | 84 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 D | v29.h | 91 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 D | v38.h | 83 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 D | v30.h | 96 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 D | fs.h | 71 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 D | fs.c | 467 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()
|