Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dsmb2file.c108 struct kvec err_iov = {}; in smb2_open_file() local
120 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data, NULL, &err_iov, in smb2_open_file()
123 struct smb2_hdr *hdr = err_iov.iov_base; in smb2_open_file()
125 if (unlikely(!err_iov.iov_base || err_buftype == CIFS_NO_BUFFER)) in smb2_open_file()
128 rc = smb2_parse_symlink_response(oparms->cifs_sb, &err_iov, in smb2_open_file()
183 free_rsp_buf(err_buftype, err_iov.iov_base); in smb2_open_file()
Dsmb2proto.h129 struct kvec *err_iov, int *resp_buftype);
Dsmb2ops.c872 struct kvec err_iov = {}; in smb2_is_path_accessible() local
901 &err_iov, &err_buftype); in smb2_is_path_accessible()
903 struct smb2_hdr *hdr = err_iov.iov_base; in smb2_is_path_accessible()
927 free_rsp_buf(err_buftype, err_iov.iov_base); in smb2_is_path_accessible()
Dsmb2pdu.c2951 struct kvec *err_iov, int *buftype) in SMB2_open() argument
2991 if (err_iov && rsp) { in SMB2_open()
2992 *err_iov = rsp_iov; in SMB2_open()
/Linux-v6.6/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c1811 goto err_iov; in i40e_alloc_vfs()
1845 err_iov: in i40e_alloc_vfs()