Lines Matching refs:out_iov
54 * If passing @out_iov and @out_buftype, ensure to make them both large enough
63 struct kvec *out_iov, int *out_buftype)
532 if (out_iov && out_buftype) {
533 memcpy(out_iov, rsp_iov, 3 * sizeof(*out_iov));
584 struct kvec out_iov[3] = {};
611 NULL, NULL, out_iov, out_buftype);
612 hdr = out_iov[0].iov_base;
623 rc = parse_create_response(data, cifs_sb, &out_iov[0]);
652 free_rsp_buf(out_buftype[0], out_iov[0].iov_base);
653 free_rsp_buf(out_buftype[1], out_iov[1].iov_base);
654 free_rsp_buf(out_buftype[2], out_iov[2].iov_base);
669 struct kvec out_iov[3] = {};
689 &sidsbuf, &sidsbuflen, out_iov, out_buftype);
694 if (!out_iov[0].iov_base || out_buftype[0] == CIFS_NO_BUFFER)
701 rc = parse_create_response(data, cifs_sb, &out_iov[0]);
736 free_rsp_buf(out_buftype[0], out_iov[0].iov_base);
737 free_rsp_buf(out_buftype[1], out_iov[1].iov_base);
738 free_rsp_buf(out_buftype[2], out_iov[2].iov_base);