Home
last modified time | relevance | path

Searched refs:err_iov (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/fs/cifs/
Dsmb2proto.h149 struct kvec *err_iov, int *resp_buftype);
Dsmb2ops.c2874 struct kvec err_iov = {NULL, 0}; in smb2_query_symlink() local
2967 err_iov = rsp_iov[0]; in smb2_query_symlink()
2994 if (!rc || !err_iov.iov_base) { in smb2_query_symlink()
2999 err_buf = err_iov.iov_base; in smb2_query_symlink()
3001 err_iov.iov_len < SMB2_SYMLINK_STRUCT_SIZE) { in smb2_query_symlink()
3020 if (err_iov.iov_len < SMB2_SYMLINK_STRUCT_SIZE + sub_offset + sub_len) { in smb2_query_symlink()
3025 if (err_iov.iov_len < in smb2_query_symlink()
Dsmb2pdu.c2818 struct kvec *err_iov, int *buftype) in SMB2_open() argument
2858 if (err_iov && rsp) { in SMB2_open()
2859 *err_iov = rsp_iov; in SMB2_open()
/Linux-v5.10/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c1664 goto err_iov; in i40e_alloc_vfs()
1698 err_iov: in i40e_alloc_vfs()