Home | History | Annotate | Download | only in sdcard

Lines Matching refs:vec

748     struct iovec vec[2];
755 vec[0].iov_base = &hdr;
756 vec[0].iov_len = sizeof(hdr);
757 vec[1].iov_base = data;
758 vec[1].iov_len = len;
760 res = writev(fuse->fd, vec, 2);