HomeSort by: relevance | last modified time | path
    Searched refs:fuse_bufvec (Results 1 - 9 of 9) sorted by relevancy

  /src/lib/librefuse/refuse/
buf.h 71 struct fuse_bufvec { struct
82 ((struct fuse_bufvec) { \
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,
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 *);
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 *);
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 *);
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 *);
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 *);
buf.c 48 fuse_buf_size(const struct fuse_bufvec *bufv) {
62 fuse_buf_current(const struct fuse_bufvec *bufv) {
260 fuse_buf_advance(struct fuse_bufvec *bufv, size_t len) {
277 fuse_buf_copy(struct fuse_bufvec *dstv, struct fuse_bufvec *srcv,
fs.h 71 int fuse_fs_read_buf(struct fuse_fs* fs, const char* path, struct fuse_bufvec** bufp, size_t size, off_t off, struct fuse_file_info* fi);
73 int fuse_fs_write_buf(struct fuse_fs* fs, const char* path, struct fuse_bufvec *buf, off_t off, struct fuse_file_info* fi);
fs.c 467 struct fuse_bufvec** bufp, size_t size, off_t off,
536 struct fuse_bufvec* bufp, off_t off,

Completed in 15 milliseconds