Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dsmb2proto.h138 struct kvec *err_iov, int *resp_buftype);
Dsmb2ops.c3035 struct kvec err_iov = {NULL, 0}; in smb2_query_symlink() local
3128 err_iov = rsp_iov[0]; in smb2_query_symlink()
3155 if (!rc || !err_iov.iov_base) { in smb2_query_symlink()
3160 err_buf = err_iov.iov_base; in smb2_query_symlink()
3162 err_iov.iov_len < SMB2_SYMLINK_STRUCT_SIZE) { in smb2_query_symlink()
3181 if (err_iov.iov_len < SMB2_SYMLINK_STRUCT_SIZE + sub_offset + sub_len) { in smb2_query_symlink()
3186 if (err_iov.iov_len < in smb2_query_symlink()
Dsmb2pdu.c2891 struct kvec *err_iov, int *buftype) in SMB2_open() argument
2931 if (err_iov && rsp) { in SMB2_open()
2932 *err_iov = rsp_iov; in SMB2_open()
/Linux-v5.15/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c1737 goto err_iov; in i40e_alloc_vfs()
1771 err_iov: in i40e_alloc_vfs()