Home
last modified time | relevance | path

Searched refs:fuse_buf_copy (Results 1 - 8 of 8) sorted by relevance

/third_party/libfuse/include/
H A Dfuse_common.h842 ssize_t fuse_buf_copy(struct fuse_bufvec *dst, struct fuse_bufvec *src,
/third_party/libfuse/example/
H A Dnotify_store_retrieve.c263 ret = fuse_buf_copy(&bufv, data, 0); in tfs_retrieve_reply()
H A Dpassthrough_fh.c443 return fuse_buf_copy(&dst, buf, FUSE_BUF_SPLICE_NONBLOCK); in xmp_write_buf()
H A Dpassthrough_hp.cc950 auto res = fuse_buf_copy(&out_buf, in_buf, FUSE_BUF_COPY_FLAGS); in do_write_buf()
H A Dpassthrough_ll.c897 res = fuse_buf_copy(&out_buf, in_buf, 0); in lo_write_buf()
/third_party/libfuse/lib/
H A Dbuffer.c284 ssize_t fuse_buf_copy(struct fuse_bufvec *dstv, struct fuse_bufvec *srcv, in fuse_buf_copy() function
H A Dfuse_lowlevel.c520 res = fuse_buf_copy(&mem_buf, buf, 0);
739 res = fuse_buf_copy(&pipe_buf, buf,
783 res = fuse_buf_copy(&mem_buf, buf, 0);
2628 ssize_t res = fuse_buf_copy(dst, src, 0);
2938 res = fuse_buf_copy(&dst, &src, 0);
H A Dfuse.c1814 res = fuse_buf_copy(&dst, buf, 0); in fuse_fs_read()
1871 res = fuse_buf_copy(&tmp, buf, 0); in fuse_fs_write_buf()

Completed in 19 milliseconds