Home
last modified time | relevance | path

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

/linux-6.6.21/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.h133 struct kvec *err_iov, int *resp_buftype);
Dsmb2ops.c888 struct kvec err_iov = {}; in smb2_is_path_accessible() local
917 &err_iov, &err_buftype); in smb2_is_path_accessible()
919 struct smb2_hdr *hdr = err_iov.iov_base; in smb2_is_path_accessible()
943 free_rsp_buf(err_buftype, err_iov.iov_base); in smb2_is_path_accessible()
Dsmb2pdu.c3113 struct kvec *err_iov, int *buftype) in SMB2_open() argument
3153 if (err_iov && rsp) { in SMB2_open()
3154 *err_iov = rsp_iov; in SMB2_open()
/linux-6.6.21/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c1837 goto err_iov; in i40e_alloc_vfs()
1871 err_iov: in i40e_alloc_vfs()