Lines Matching defs:iov_count
495 struct iovec *iov, int iov_count,
509 iov[iov_count].iov_base = buf->buf[0].mem;
510 iov[iov_count].iov_len = len;
511 iov_count++;
512 return fuse_send_msg(se, ch, iov, iov_count);
527 iov[iov_count].iov_base = mbuf;
528 iov[iov_count].iov_len = len;
529 iov_count++;
530 res = fuse_send_msg(se, ch, iov, iov_count);
660 struct iovec *iov, int iov_count,
698 headerlen = iov_length(iov, iov_count);
706 pipesize = pagesize * (iov_count + buf->count + 1) + out->len;
725 res = vmsplice(llp->pipe[1], iov, iov_count, SPLICE_F_NONBLOCK);
810 iov[iov_count].iov_base = mbuf;
811 iov[iov_count].iov_len = len;
812 iov_count++;
813 res = fuse_send_msg(se, ch, iov, iov_count);
860 return fuse_send_data_iov_fallback(se, ch, iov, iov_count, buf, len);
864 struct iovec *iov, int iov_count,
870 return fuse_send_data_iov_fallback(se, ch, iov, iov_count, buf, len);