Home
last modified time | relevance | path

Searched refs:iov_base (Results 1 – 25 of 237) sorted by relevance

12345678910

/linux-6.1.9/include/linux/sunrpc/ !
Dsvc.h199 vp = iov->iov_base; in svc_getnl()
201 iov->iov_base = (void*)vp; in svc_getnl()
208 __be32 *vp = iov->iov_base + iov->iov_len; in svc_putnl()
216 vp = iov->iov_base; in svc_getu32()
218 iov->iov_base = (void*)vp; in svc_getu32()
225 __be32 *vp = (__be32 *)iov->iov_base; in svc_ungetu32()
226 iov->iov_base = (void *)(vp - 1); in svc_ungetu32()
232 __be32 *vp = iov->iov_base + iov->iov_len; in svc_putu32()
364 return cp >= (char*)vec->iov_base in xdr_argsize_check()
365 && cp <= (char*)vec->iov_base + vec->iov_len; in xdr_argsize_check()
[all …]
/linux-6.1.9/fs/cifs/ !
Dsmb2transport.c221 struct smb2_hdr *shdr = (struct smb2_hdr *)iov[0].iov_base; in smb2_calc_signature()
270 rc = crypto_shash_update(shash, iov[0].iov_base, in smb2_calc_signature()
334 rc = crypto_shash_update(server->secmech.hmacsha256, label.iov_base, label.iov_len); in generate_key()
346 rc = crypto_shash_update(server->secmech.hmacsha256, context.iov_base, context.iov_len); in generate_key()
485 d->label.iov_base = "SMB2AESCMAC"; in generate_smb30signingkey()
487 d->context.iov_base = "SmbSign"; in generate_smb30signingkey()
491 d->label.iov_base = "SMB2AESCCM"; in generate_smb30signingkey()
493 d->context.iov_base = "ServerIn "; in generate_smb30signingkey()
497 d->label.iov_base = "SMB2AESCCM"; in generate_smb30signingkey()
499 d->context.iov_base = "ServerOut"; in generate_smb30signingkey()
[all …]
Dsmb2pdu.c831 struct smb2_create_req *req = iov[0].iov_base; in add_posix_context()
834 iov[num].iov_base = create_posix_buf(mode); in add_posix_context()
837 if (iov[num].iov_base == NULL) in add_posix_context()
946 iov[0].iov_base = (char *)req; in SMB2_negotiate()
956 rsp = (struct smb2_negotiate_rsp *)rsp_iov.iov_base; in SMB2_negotiate()
1332 sess_data->iov[0].iov_base = (char *)req; in SMB2_sess_alloc_buffer()
1350 if (sess_data->buf0_type != CIFS_NO_BUFFER && iov[0].iov_base) in SMB2_sess_free_buffer()
1351 memzero_explicit(iov[0].iov_base, iov[0].iov_len); in SMB2_sess_free_buffer()
1353 free_rsp_buf(sess_data->buf0_type, iov[0].iov_base); in SMB2_sess_free_buffer()
1362 struct smb2_sess_setup_req *req = sess_data->iov[0].iov_base; in SMB2_sess_sendreceive()
[all …]
Dsess.c1186 sess_data->iov[0].iov_base = (char *)smb_buf; in sess_alloc_buffer()
1195 sess_data->iov[2].iov_base = kmalloc(2000, GFP_KERNEL); in sess_alloc_buffer()
1196 if (!sess_data->iov[2].iov_base) { in sess_alloc_buffer()
1205 sess_data->iov[0].iov_base = NULL; in sess_alloc_buffer()
1220 if (sess_data->buf0_type != CIFS_NO_BUFFER && iov[0].iov_base) in sess_free_buffer()
1221 memzero_explicit(iov[0].iov_base, iov[0].iov_len); in sess_free_buffer()
1223 free_rsp_buf(sess_data->buf0_type, iov[0].iov_base); in sess_free_buffer()
1225 kfree_sensitive(iov[2].iov_base); in sess_free_buffer()
1260 struct smb_hdr *smb_buf = (struct smb_hdr *) sess_data->iov[0].iov_base; in sess_sendreceive()
1272 cifs_small_buf_release(sess_data->iov[0].iov_base); in sess_sendreceive()
[all …]
Dtransport.c347 .iov_base = &rfc1002_marker, in __smb_send_rqst()
367 dump_smb(iov[i].iov_base, iov[i].iov_len); in __smb_send_rqst()
468 iov.iov_base = tr_hdr; in smb_send_rqst()
493 iov[0].iov_base = smb_buffer; in smb_send()
495 iov[1].iov_base = (char *)smb_buffer + 4; in smb_send()
769 struct smb_hdr *hdr = (struct smb_hdr *)rqst->rq_iov[0].iov_base; in cifs_setup_async_request()
773 rqst->rq_iov[0].iov_base + 4 != rqst->rq_iov[1].iov_base) in cifs_setup_async_request()
893 iov[0].iov_base = in_buf; in SendReceiveNoRsp()
962 iov[0].iov_base = mid->resp_buf; in cifs_check_receive()
964 iov[1].iov_base = (char *)mid->resp_buf + 4; in cifs_check_receive()
[all …]
Dsmb2inode.c400 rsp_iov[1].iov_base; in smb2_compound_op()
426 rsp_iov[1].iov_base; in smb2_compound_op()
501 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in smb2_compound_op()
502 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_compound_op()
503 free_rsp_buf(resp_buftype[2], rsp_iov[2].iov_base); in smb2_compound_op()
544 struct smb2_hdr *hdr = err_iov[0].iov_base; in smb2_query_path_info()
581 free_rsp_buf(err_buftype[0], err_iov[0].iov_base); in smb2_query_path_info()
582 free_rsp_buf(err_buftype[1], err_iov[1].iov_base); in smb2_query_path_info()
583 free_rsp_buf(err_buftype[2], err_iov[2].iov_base); in smb2_query_path_info()
614 if (err_iov[0].iov_base && err_buftype[0] != CIFS_NO_BUFFER && in smb311_posix_query_path_info()
[all …]
Dcifsencrypt.c50 if (iov[i].iov_base == NULL) { in __cifs_calc_signature()
56 iov[i].iov_base, iov[i].iov_len); in __cifs_calc_signature()
132 struct smb_hdr *cifs_pdu = (struct smb_hdr *)rqst->rq_iov[0].iov_base; in cifs_sign_rqst()
135 rqst->rq_iov[0].iov_base + 4 != rqst->rq_iov[1].iov_base) in cifs_sign_rqst()
185 iov[0].iov_base = cifs_pdu; in cifs_sign_smb()
187 iov[1].iov_base = (char *)cifs_pdu + 4; in cifs_sign_smb()
201 struct smb_hdr *cifs_pdu = (struct smb_hdr *)rqst->rq_iov[0].iov_base; in cifs_verify_signature()
204 rqst->rq_iov[0].iov_base + 4 != rqst->rq_iov[1].iov_base) in cifs_verify_signature()
/linux-6.1.9/net/ceph/ !
Dbuffer.c20 b->vec.iov_base = kvmalloc(len, gfp); in ceph_buffer_new()
21 if (!b->vec.iov_base) { in ceph_buffer_new()
39 kvfree(b->vec.iov_base); in ceph_buffer_release()
55 ceph_decode_copy(p, (*b)->vec.iov_base, len); in ceph_decode_buffer()
/linux-6.1.9/net/sunrpc/ !
Dxdr.c183 char *buf = (char *)head->iov_base; in xdr_inline_pages()
192 tail->iov_base = buf + offset; in xdr_inline_pages()
432 memset(iov->iov_base + base, 0, len); in xdr_buf_iov_zero()
546 memmove(tail->iov_base + to, tail->iov_base + base, len); in xdr_buf_tail_copy_right()
576 _copy_from_pages(tail->iov_base + tato, buf->pages, in xdr_buf_pages_copy_right()
618 memcpy(tail->iov_base + tato, head->iov_base + base, talen); in xdr_buf_head_copy_right()
622 _copy_to_pages(buf->pages, buf->page_base + pgto, head->iov_base + base, in xdr_buf_head_copy_right()
626 memmove(head->iov_base + to, head->iov_base + base, len); in xdr_buf_head_copy_right()
696 memcpy(head->iov_base + hdto, tail->iov_base + base, hdlen); in xdr_buf_tail_copy_left()
710 tail->iov_base + base, pglen); in xdr_buf_tail_copy_left()
[all …]
/linux-6.1.9/tools/testing/selftests/powerpc/ptrace/ !
Dptrace.h113 iov.iov_base = regs; in ptrace_read_regs()
133 iov.iov_base = regs; in ptrace_write_regs()
155 iov.iov_base = (u64 *) reg; in show_tar_registers()
202 iov.iov_base = (u64 *) reg; in write_tar_registers()
245 iov.iov_base = (u64 *) reg; in show_tm_checkpointed_state()
293 iov.iov_base = (u64 *) reg; in write_ckpt_tar_registers()
374 iov.iov_base = regs; in show_ckpt_fpr()
398 iov.iov_base = regs; in write_ckpt_fpr()
548 iov.iov_base = (u64 *) regs; in show_ckpt_gpr()
576 iov.iov_base = (u64 *) regs; in write_ckpt_gpr()
[all …]
/linux-6.1.9/fs/ksmbd/ !
Dauth.c595 iov[i].iov_base, in ksmbd_sign_smb2_pdu()
646 iov[i].iov_base, in ksmbd_sign_smb3_pdu()
709 label.iov_base, in generate_key()
723 context.iov_base, in generate_key()
793 d.label.iov_base = "SMB2AESCMAC"; in ksmbd_gen_smb30_signingkey()
795 d.context.iov_base = "SmbSign"; in ksmbd_gen_smb30_signingkey()
807 d.label.iov_base = "SMBSigningKey"; in ksmbd_gen_smb311_signingkey()
815 d.context.iov_base = preauth_sess->Preauth_HashValue; in ksmbd_gen_smb311_signingkey()
817 d.context.iov_base = sess->Preauth_HashValue; in ksmbd_gen_smb311_signingkey()
875 d->label.iov_base = "SMB2AESCCM"; in ksmbd_gen_smb30_encryptionkey()
[all …]
/linux-6.1.9/tools/testing/selftests/user_events/ !
Dftrace_test.c257 io[0].iov_base = &reg.write_index; in TEST_F()
259 io[1].iov_base = &field1; in TEST_F()
261 io[2].iov_base = &field2; in TEST_F()
278 io[0].iov_base = &field2; in TEST_F()
282 io[0].iov_base = &reg.write_index; in TEST_F()
311 io[0].iov_base = &reg.write_index; in TEST_F()
313 io[1].iov_base = anon; in TEST_F()
355 io[0].iov_base = &reg.write_index; in TEST_F()
357 io[1].iov_base = &loc; in TEST_F()
359 io[2].iov_base = data; in TEST_F()
/linux-6.1.9/net/sunrpc/auth_gss/ !
Dgss_krb5_wrap.c59 p = iov->iov_base + iov->iov_len; in gss_krb5_add_padding()
73 pad = *(u8 *)(buf->head[0].iov_base + len - 1); in gss_krb5_remove_padding()
92 pad = *(u8 *)(buf->tail[0].iov_base + len - 1); in gss_krb5_remove_padding()
186 ptr = buf->head[0].iov_base + offset; in gss_wrap_kerberos_v1()
271 ptr = (u8 *)buf->head[0].iov_base + offset; in gss_unwrap_kerberos_v1()
300 (unsigned char *)buf->head[0].iov_base; in gss_unwrap_kerberos_v1()
342 orig_start = buf->head[0].iov_base + offset; in gss_unwrap_kerberos_v1()
343 data_len = (buf->head[0].iov_base + buf->head[0].iov_len) - data_start; in gss_unwrap_kerberos_v1()
429 ptr = buf->head[0].iov_base + offset; in gss_wrap_kerberos_v2()
479 ptr = buf->head[0].iov_base + offset; in gss_unwrap_kerberos_v2()
Dsvcauth_gss.c686 o->data = argv->iov_base; in svc_safe_getnetobj()
687 argv->iov_base += l; in svc_safe_getnetobj()
700 p = resv->iov_base + resv->iov_len; in svc_safe_putnetobj()
726 iov.iov_base = rpcstart; in gss_verify_header()
727 iov.iov_len = (u8 *)argv->iov_base - (u8 *)rpcstart; in gss_verify_header()
762 p = rqstp->rq_res.head->iov_base + rqstp->rq_res.head->iov_len; in gss_write_null_verf()
787 iov.iov_base = xdr_seq; in gss_write_verf()
790 p = rqstp->rq_res.head->iov_base + rqstp->rq_res.head->iov_len; in gss_write_verf()
1188 memcpy(page_address(in_token->pages[0]), argv->iov_base, length); in gss_read_proxy_verf()
1547 __be32 *reject_stat = resv->iov_base + resv->iov_len; in svcauth_gss_accept()
[all …]
Dgss_krb5_crypto.c532 p = buf->head[0].iov_base + base; in xdr_extend_head()
631 gss_krb5_make_confounder(buf->head[0].iov_base + offset, kctx->gk5e->conflen); in gss_krb5_aes_encrypt()
634 if (buf->tail[0].iov_base != NULL) { in gss_krb5_aes_encrypt()
635 ecptr = buf->tail[0].iov_base + buf->tail[0].iov_len; in gss_krb5_aes_encrypt()
637 buf->tail[0].iov_base = buf->head[0].iov_base in gss_krb5_aes_encrypt()
640 ecptr = buf->tail[0].iov_base; in gss_krb5_aes_encrypt()
644 memcpy(ecptr, buf->head[0].iov_base + offset, GSS_KRB5_TOK_HDR_LEN); in gss_krb5_aes_encrypt()
650 hmac.data = buf->tail[0].iov_base + buf->tail[0].iov_len; in gss_krb5_aes_encrypt()
/linux-6.1.9/drivers/usb/usbip/ !
Dvhci_tx.c99 iov[iovnum].iov_base = &pdu_header; in vhci_send_cmd_submit()
109 iov[iovnum].iov_base = sg_virt(sg); in vhci_send_cmd_submit()
114 iov[iovnum].iov_base = urb->transfer_buffer; in vhci_send_cmd_submit()
133 iov[iovnum].iov_base = iso_buffer; in vhci_send_cmd_submit()
215 iov.iov_base = &pdu_header; in vhci_send_cmd_unlink()
Dstub_tx.c217 iov[iovnum].iov_base = &pdu_header; in stub_send_ret_submit()
230 iov[iovnum].iov_base = in stub_send_ret_submit()
253 iov[iovnum].iov_base = sg_virt(sg); in stub_send_ret_submit()
260 iov[iovnum].iov_base = urb->transfer_buffer; in stub_send_ret_submit()
278 iov[iovnum].iov_base = urb->transfer_buffer + in stub_send_ret_submit()
310 iov[iovnum].iov_base = iso_buffer; in stub_send_ret_submit()
387 iov[0].iov_base = &pdu_header; in stub_send_ret_unlink()
Dvudc_tx.c56 iov[0].iov_base = &pdu_header; in v_send_ret_unlink()
114 iov[iovnum].iov_base = &pdu_header; in v_send_ret_submit()
122 iov[iovnum].iov_base = urb->transfer_buffer; in v_send_ret_submit()
132 iov[iovnum].iov_base = urb->transfer_buffer + in v_send_ret_submit()
160 iov[iovnum].iov_base = iso_buffer; in v_send_ret_submit()
/linux-6.1.9/fs/nfsd/ !
Dnfscache.c117 if (rp->c_type == RC_REPLBUFF && rp->c_replvec.iov_base) { in nfsd_reply_cache_free_locked()
119 kfree(rp->c_replvec.iov_base); in nfsd_reply_cache_free_locked()
324 const unsigned char *p = buf->head[0].iov_base; in nfsd_cache_csum()
542 len = resv->iov_len - ((char*)statp - (char*)resv->iov_base); in nfsd_cache_update()
560 cachv->iov_base = kmalloc(bufsize, GFP_KERNEL); in nfsd_cache_update()
561 if (!cachv->iov_base) { in nfsd_cache_update()
566 memcpy(cachv->iov_base, statp, bufsize); in nfsd_cache_update()
597 memcpy((char*)vec->iov_base + vec->iov_len, data->iov_base, data->iov_len); in nfsd_cache_append()
/linux-6.1.9/arch/x86/um/os-Linux/ !
Dregisters.c35 iov.iov_base = fp_regs; in save_fp_registers()
57 iov.iov_base = fp_regs; in restore_fp_registers()
136 iov.iov_base = fp_regs; in arch_init_registers()
/linux-6.1.9/net/smc/ !
Dsmc_clc.c735 vec.iov_base = &tmp; in smc_clc_wait_msg()
796 vec.iov_base = &dclc; in smc_clc_send_decline()
935 vec[i].iov_base = pclc_base; in smc_clc_send_proposal()
937 vec[i].iov_base = pclc_smcd; in smc_clc_send_proposal()
940 vec[i].iov_base = pclc_prfx; in smc_clc_send_proposal()
943 vec[i].iov_base = ipv6_prfx; in smc_clc_send_proposal()
949 vec[i].iov_base = v2_ext; in smc_clc_send_proposal()
953 vec[i].iov_base = smcd_v2_ext; in smc_clc_send_proposal()
956 vec[i].iov_base = gidchids; in smc_clc_send_proposal()
962 vec[i].iov_base = trl; in smc_clc_send_proposal()
[all …]
/linux-6.1.9/samples/user_events/ !
Dexample.c79 io[0].iov_base = &write; in main()
81 io[1].iov_base = &count; in main()
/linux-6.1.9/net/rxrpc/ !
Doutput.c238 iov[0].iov_base = pkt; in rxrpc_send_ack_packet()
240 iov[1].iov_base = &pkt->ackinfo; in rxrpc_send_ack_packet()
328 iov[0].iov_base = &pkt; in rxrpc_send_abort_packet()
389 iov[0].iov_base = &whdr; in rxrpc_send_data_packet()
391 iov[1].iov_base = skb->head; in rxrpc_send_data_packet()
569 iov[0].iov_base = &whdr; in rxrpc_reject_packets()
571 iov[1].iov_base = &code; in rxrpc_reject_packets()
660 iov[0].iov_base = &whdr; in rxrpc_send_keepalive()
662 iov[1].iov_base = (char *)rxrpc_keepalive_string; in rxrpc_send_keepalive()
/linux-6.1.9/drivers/xen/xenbus/ !
Dxenbus_xs.c287 vec->iov_base = msg + 1; in xenbus_dev_request_and_reply()
362 iovec.iov_base = (void *)string; in xs_single()
490 iovec[0].iov_base = (void *)path; in xenbus_write()
492 iovec[1].iov_base = (void *)string; in xenbus_write()
662 iov[0].iov_base = (void *)path; in xs_watch()
664 iov[1].iov_base = (void *)token; in xs_watch()
675 iov[0].iov_base = (char *)path; in xs_unwatch()
677 iov[1].iov_base = (char *)token; in xs_unwatch()
/linux-6.1.9/arch/um/drivers/ !
Dvector_kern.c307 vp->form_header(iov[iov_index].iov_base, skb, vp); in prep_msg()
310 iov[iov_index].iov_base = skb->data; in prep_msg()
319 iov[iov_index].iov_base = skb_frag_address_safe(skb_frag); in prep_msg()
506 (iov->iov_base != NULL)) in destroy_queue()
507 kfree(iov->iov_base); in destroy_queue()
579 iov->iov_base = kmalloc(header_size, GFP_KERNEL); in create_queue()
580 if (iov->iov_base == NULL) in create_queue()
586 iov->iov_base = NULL; in create_queue()
640 iov[iov_index].iov_base = NULL; in prep_skb()
651 iov[iov_index].iov_base = result->data; in prep_skb()
[all …]

12345678910