Home
last modified time | relevance | path

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

/external/libfuse/include/
Dfuse_common.h724 struct fuse_bufvec { struct
748 ((struct fuse_bufvec) { \ argument
767 size_t fuse_buf_size(const struct fuse_bufvec *bufv);
777 ssize_t fuse_buf_copy(struct fuse_bufvec *dst, struct fuse_bufvec *src,
Dfuse.h713 int (*write_buf) (const char *, struct fuse_bufvec *buf, off_t off,
730 int (*read_buf) (const char *, struct fuse_bufvec **bufp,
1141 struct fuse_bufvec **bufp, size_t size, off_t off,
1146 struct fuse_bufvec *buf, off_t off,
Dfuse_lowlevel.h1097 struct fuse_bufvec *bufv, off_t off,
1113 off_t offset, struct fuse_bufvec *bufv);
1449 int fuse_reply_data(fuse_req_t req, struct fuse_bufvec *bufv,
1756 off_t offset, struct fuse_bufvec *bufv,
/external/libfuse/lib/
Dbuffer.c22 size_t fuse_buf_size(const struct fuse_bufvec *bufv) in fuse_buf_size()
257 static const struct fuse_buf *fuse_bufvec_current(struct fuse_bufvec *bufv) in fuse_bufvec_current()
265 static int fuse_bufvec_advance(struct fuse_bufvec *bufv, size_t len) in fuse_bufvec_advance()
281 ssize_t fuse_buf_copy(struct fuse_bufvec *dstv, struct fuse_bufvec *srcv, in fuse_buf_copy()
Dfuse_lowlevel.c560 struct fuse_bufvec *buf, in fuse_send_data_iov_fallback()
563 struct fuse_bufvec mem_buf = FUSE_BUFVEC_INIT(len); in fuse_send_data_iov_fallback()
725 struct fuse_bufvec *buf, unsigned int flags) in fuse_send_data_iov()
736 struct fuse_bufvec pipe_buf = FUSE_BUFVEC_INIT(len); in fuse_send_data_iov()
831 struct fuse_bufvec mem_buf = FUSE_BUFVEC_INIT(len); in fuse_send_data_iov()
925 struct fuse_bufvec *buf, unsigned int flags) in fuse_send_data_iov()
934 int fuse_reply_data(fuse_req_t req, struct fuse_bufvec *bufv, in fuse_reply_data()
1473 struct fuse_bufvec bufv = { in do_write_buf()
2386 off_t offset, struct fuse_bufvec *bufv, in fuse_lowlevel_notify_store()
2435 struct fuse_bufvec bufv = { in fuse_ll_retrieve_reply()
[all …]
Dfuse.c1775 static void fuse_free_buf(struct fuse_bufvec *buf) in fuse_free_buf()
1788 struct fuse_bufvec **bufp, size_t size, off_t off, in fuse_fs_read_buf()
1804 struct fuse_bufvec *buf; in fuse_fs_read_buf()
1807 buf = malloc(sizeof(struct fuse_bufvec)); in fuse_fs_read_buf()
1856 struct fuse_bufvec *buf = NULL; in fuse_fs_read()
1860 struct fuse_bufvec dst = FUSE_BUFVEC_INIT(size); in fuse_fs_read()
1885 struct fuse_bufvec *buf, off_t off, in fuse_fs_write_buf()
1908 struct fuse_bufvec tmp = FUSE_BUFVEC_INIT(size); in fuse_fs_write_buf()
1951 struct fuse_bufvec bufv = FUSE_BUFVEC_INIT(size); in fuse_fs_write()
3297 struct fuse_bufvec *buf = NULL; in fuse_lib_read()
[all …]
/external/libfuse/lib/modules/
Dsubdir.c367 static int subdir_read_buf(const char *path, struct fuse_bufvec **bufp, in subdir_read_buf()
380 static int subdir_write_buf(const char *path, struct fuse_bufvec *buf, in subdir_write_buf()
Diconv.c381 static int iconv_read_buf(const char *path, struct fuse_bufvec **bufp, in iconv_read_buf()
394 static int iconv_write_buf(const char *path, struct fuse_bufvec *buf, in iconv_write_buf()