Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dsmb2file.c151 struct kvec err_iov = {}; in smb2_open_file() local
177 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data, NULL, &err_iov, in smb2_open_file()
181 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data, NULL, &err_iov, in smb2_open_file()
185 struct smb2_hdr *hdr = err_iov.iov_base; in smb2_open_file()
187 if (unlikely(!err_iov.iov_base || err_buftype == CIFS_NO_BUFFER)) in smb2_open_file()
190 rc = smb2_parse_symlink_response(oparms->cifs_sb, &err_iov, in smb2_open_file()
251 free_rsp_buf(err_buftype, err_iov.iov_base); in smb2_open_file()
H A Dsmb2proto.h160 struct kvec *err_iov, int *resp_buftype);
H A Dsmb2ops.c934 struct kvec err_iov = {}; in smb2_is_path_accessible() local
963 &err_iov, &err_buftype); in smb2_is_path_accessible()
965 struct smb2_hdr *hdr = err_iov.iov_base; in smb2_is_path_accessible()
989 free_rsp_buf(err_buftype, err_iov.iov_base); in smb2_is_path_accessible()
H A Dsmb2pdu.c3172 struct kvec *err_iov, int *buftype) in SMB2_open() argument
3222 if (err_iov && rsp) { in SMB2_open()
3223 *err_iov = rsp_iov; in SMB2_open()
/linux-6.15/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c1831 goto err_iov; in i40e_alloc_vfs()
1865 err_iov: in i40e_alloc_vfs()