Searched refs:fuse_buf_copy (Results 1 - 8 of 8) sorted by relevance
/third_party/libfuse/include/ |
H A D | fuse_common.h | 842 ssize_t fuse_buf_copy(struct fuse_bufvec *dst, struct fuse_bufvec *src,
|
/third_party/libfuse/example/ |
H A D | notify_store_retrieve.c | 263 ret = fuse_buf_copy(&bufv, data, 0); in tfs_retrieve_reply()
|
H A D | passthrough_fh.c | 443 return fuse_buf_copy(&dst, buf, FUSE_BUF_SPLICE_NONBLOCK); in xmp_write_buf()
|
H A D | passthrough_hp.cc | 950 auto res = fuse_buf_copy(&out_buf, in_buf, FUSE_BUF_COPY_FLAGS); in do_write_buf()
|
H A D | passthrough_ll.c | 897 res = fuse_buf_copy(&out_buf, in_buf, 0); in lo_write_buf()
|
/third_party/libfuse/lib/ |
H A D | buffer.c | 284 ssize_t fuse_buf_copy(struct fuse_bufvec *dstv, struct fuse_bufvec *srcv, in fuse_buf_copy() function
|
H A D | fuse_lowlevel.c | 520 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 D | fuse.c | 1814 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