Lines Matching refs:fuse_bufvec
496 struct fuse_bufvec *buf,
499 struct fuse_bufvec mem_buf = FUSE_BUFVEC_INIT(len);
661 struct fuse_bufvec *buf, unsigned int flags)
672 struct fuse_bufvec pipe_buf = FUSE_BUFVEC_INIT(len);
765 struct fuse_bufvec mem_buf = FUSE_BUFVEC_INIT(len);
865 struct fuse_bufvec *buf, unsigned int flags)
874 int fuse_reply_data(fuse_req_t req, struct fuse_bufvec *bufv,
1405 struct fuse_bufvec bufv = {
2405 off_t offset, struct fuse_bufvec *bufv,
2454 struct fuse_bufvec bufv = {
2625 static int fuse_ll_copy_from_pipe(struct fuse_bufvec *dst,
2626 struct fuse_bufvec *src)
2651 struct fuse_bufvec bufv = { .buf[0] = *buf, .count = 1 };
2652 struct fuse_bufvec tmpbuf = FUSE_BUFVEC_INIT(write_header_size);
2923 struct fuse_bufvec src = { .buf[0] = tmpbuf, .count = 1 };
2924 struct fuse_bufvec dst = { .count = 1 };