Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dsmb2proto.h139 struct kvec *err_iov, int *resp_buftype);
Dsmb2ops.c2576 struct kvec err_iov = {NULL, 0}; in smb2_query_symlink() local
2667 err_iov = rsp_iov[0]; in smb2_query_symlink()
2694 if (!rc || !err_iov.iov_base) { in smb2_query_symlink()
2699 err_buf = err_iov.iov_base; in smb2_query_symlink()
2701 err_iov.iov_len < SMB2_SYMLINK_STRUCT_SIZE) { in smb2_query_symlink()
2720 if (err_iov.iov_len < SMB2_SYMLINK_STRUCT_SIZE + sub_offset + sub_len) { in smb2_query_symlink()
2725 if (err_iov.iov_len < in smb2_query_symlink()
Dsmb2pdu.c2568 struct kvec *err_iov, int *buftype) in SMB2_open() argument
2608 if (err_iov && rsp) { in SMB2_open()
2609 *err_iov = rsp_iov; in SMB2_open()
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c1592 goto err_iov; in i40e_alloc_vfs()
1626 err_iov: in i40e_alloc_vfs()