Lines Matching refs:iov_base
805 o_rsp = (struct smb2_create_rsp *)rsp_iov[0].iov_base; in open_shroot()
828 qi_rsp = (struct smb2_query_info_rsp *)rsp_iov[1].iov_base; in open_shroot()
843 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in open_shroot()
844 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in open_shroot()
1111 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base; in smb2_query_eas()
1126 free_rsp_buf(buftype, rsp_iov.iov_base); in smb2_query_eas()
1194 rsp = (struct smb2_query_info_rsp *)rsp_iov[1].iov_base; in smb2_set_ea()
1197 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_set_ea()
1286 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in smb2_set_ea()
1287 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_set_ea()
1288 free_rsp_buf(resp_buftype[2], rsp_iov[2].iov_base); in smb2_set_ea()
1683 io_rsp = (struct smb2_ioctl_rsp *)rsp_iov[1].iov_base; in smb2_ioctl_query_info()
1706 qi_rsp = (struct smb2_query_info_rsp *)rsp_iov[1].iov_base; in smb2_ioctl_query_info()
1722 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in smb2_ioctl_query_info()
1723 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_ioctl_query_info()
1724 free_rsp_buf(resp_buftype[2], rsp_iov[2].iov_base); in smb2_ioctl_query_info()
2299 op_rsp = (struct smb2_create_rsp *)rsp_iov[0].iov_base; in smb2_query_dir_first()
2318 qd_rsp = (struct smb2_query_directory_rsp *)rsp_iov[1].iov_base; in smb2_query_dir_first()
2343 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in smb2_query_dir_first()
2344 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_query_dir_first()
2432 shdr = (struct smb2_sync_hdr *)(rqst->rq_iov[0].iov_base); in smb2_set_related()
2451 shdr = (struct smb2_sync_hdr *)(rqst->rq_iov[0].iov_base); in smb2_set_next_command()
2469 rqst->rq_iov[rqst->rq_nvec].iov_base = smb2_padding; in smb2_set_next_command()
2482 memcpy(rqst->rq_iov[0].iov_base + in smb2_set_next_command()
2484 rqst->rq_iov[i].iov_base, in smb2_set_next_command()
2488 memset(rqst->rq_iov[0].iov_base + rqst->rq_iov[0].iov_len, in smb2_set_next_command()
2576 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_query_info_compound()
2591 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in smb2_query_info_compound()
2592 free_rsp_buf(resp_buftype[2], rsp_iov[2].iov_base); in smb2_query_info_compound()
2617 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base; in smb2_queryfs()
2629 free_rsp_buf(buftype, rsp_iov.iov_base); in smb2_queryfs()
2991 create_rsp = rsp_iov[0].iov_base; in smb2_query_symlink()
2994 ioctl_rsp = rsp_iov[1].iov_base; in smb2_query_symlink()
3020 if (!rc || !err_iov.iov_base) { in smb2_query_symlink()
3025 err_buf = err_iov.iov_base; in smb2_query_symlink()
3073 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in smb2_query_symlink()
3074 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_query_symlink()
3075 free_rsp_buf(resp_buftype[2], rsp_iov[2].iov_base); in smb2_query_symlink()
3171 ioctl_rsp = rsp_iov[1].iov_base; in smb2_query_reparse_tag()
3199 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in smb2_query_reparse_tag()
3200 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_query_reparse_tag()
3201 free_rsp_buf(resp_buftype[2], rsp_iov[2].iov_base); in smb2_query_reparse_tag()
3499 iov[1].iov_base = buf; in smb3_simple_fallocate_write_range()
4153 (struct smb2_sync_hdr *)old_rq->rq_iov[0].iov_base; in fill_transform_hdr()
4217 rqst[i].rq_iov[j].iov_base + skip, in init_sg()
4266 (struct smb2_transform_hdr *)rqst[0].rq_iov[0].iov_base; in crypt_message()
4398 struct smb2_transform_hdr *tr_hdr = new_rq[0].rq_iov[0].iov_base; in smb3_init_transform_rq()
4476 iov[0].iov_base = buf; in decrypt_raw_data()
4478 iov[1].iov_base = buf + sizeof(struct smb2_transform_hdr); in decrypt_raw_data()
4494 memmove(buf, iov[1].iov_base, buf_data_size); in decrypt_raw_data()
4595 rdata->iov[0].iov_base = buf; in handle_read_data()
4597 rdata->iov[1].iov_base = buf; in handle_read_data()
4601 rdata->iov[0].iov_base, rdata->iov[0].iov_len); in handle_read_data()
4603 rdata->iov[1].iov_base, rdata->iov[1].iov_len); in handle_read_data()
4687 iov.iov_base = buf + data_offset; in handle_read_data()
5099 iov[1].iov_base = buf; in smb2_make_node()