Lines Matching refs:iov_len
1528 le32_to_cpu(io_rsp->OutputOffset) + qi.input_buffer_length > rsp_iov[1].iov_len) { in smb2_ioctl_query_info()
2143 rqst->rq_iov[rqst->rq_nvec].iov_len = num_padding; in smb2_set_next_command()
2156 rqst->rq_iov[0].iov_len, in smb2_set_next_command()
2158 rqst->rq_iov[i].iov_len); in smb2_set_next_command()
2159 rqst->rq_iov[0].iov_len += rqst->rq_iov[i].iov_len; in smb2_set_next_command()
2161 memset(rqst->rq_iov[0].iov_base + rqst->rq_iov[0].iov_len, in smb2_set_next_command()
2163 rqst->rq_iov[0].iov_len += num_padding; in smb2_set_next_command()
2681 rsp_iov[1].iov_len) { in smb2_query_symlink()
2700 err_iov.iov_len < SMB2_SYMLINK_STRUCT_SIZE) { in smb2_query_symlink()
2719 if (err_iov.iov_len < SMB2_SYMLINK_STRUCT_SIZE + sub_offset + sub_len) { in smb2_query_symlink()
2724 if (err_iov.iov_len < in smb2_query_symlink()
3579 rqst[i].rq_iov[j].iov_len - skip); in init_sg()
3828 iov[0].iov_len = sizeof(struct smb2_transform_hdr); in decrypt_raw_data()
3830 iov[1].iov_len = buf_data_size; in decrypt_raw_data()
3945 rdata->iov[0].iov_len = 0; in handle_read_data()
3947 rdata->iov[1].iov_len = in handle_read_data()
3950 rdata->iov[0].iov_base, rdata->iov[0].iov_len); in handle_read_data()
3952 rdata->iov[1].iov_base, rdata->iov[1].iov_len); in handle_read_data()
4022 iov.iov_len = data_len; in handle_read_data()
4414 iov[1].iov_len = sizeof(struct win_dev); in smb2_make_node()