Home
last modified time | relevance | path

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

/linux-5.19.10/fs/cifs/
Dsmb2proto.h141 struct kvec *err_iov, int *resp_buftype);
Dsmb2ops.c3122 struct kvec err_iov = {NULL, 0}; in smb2_query_symlink() local
3214 err_iov = rsp_iov[0]; in smb2_query_symlink()
3241 if (!rc || !err_iov.iov_base) { in smb2_query_symlink()
3246 err_buf = err_iov.iov_base; in smb2_query_symlink()
3248 err_iov.iov_len < SMB2_SYMLINK_STRUCT_SIZE) { in smb2_query_symlink()
3267 if (err_iov.iov_len < SMB2_SYMLINK_STRUCT_SIZE + sub_offset + sub_len) { in smb2_query_symlink()
3272 if (err_iov.iov_len < in smb2_query_symlink()
Dsmb2pdu.c2963 struct kvec *err_iov, int *buftype) in SMB2_open() argument
3003 if (err_iov && rsp) { in SMB2_open()
3004 *err_iov = rsp_iov; in SMB2_open()
/linux-5.19.10/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c1786 goto err_iov; in i40e_alloc_vfs()
1820 err_iov: in i40e_alloc_vfs()