Searched refs:err_iov (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | smb2file.c | 106 struct kvec err_iov = {}; in smb2_open_file() local 118 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data, NULL, &err_iov, in smb2_open_file() 121 struct smb2_hdr *hdr = err_iov.iov_base; in smb2_open_file() 123 if (unlikely(!err_iov.iov_base || err_buftype == CIFS_NO_BUFFER)) in smb2_open_file() 126 rc = smb2_parse_symlink_response(oparms->cifs_sb, &err_iov, in smb2_open_file() 182 free_rsp_buf(err_buftype, err_iov.iov_base); in smb2_open_file()
|
H A D | smb2proto.h | 159 struct kvec *err_iov, int *resp_buftype);
|
H A D | smb2ops.c | 890 struct kvec err_iov = {}; in smb2_is_path_accessible() local 919 &err_iov, &err_buftype); in smb2_is_path_accessible() 921 struct smb2_hdr *hdr = err_iov.iov_base; in smb2_is_path_accessible() 945 free_rsp_buf(err_buftype, err_iov.iov_base); in smb2_is_path_accessible()
|
H A D | smb2pdu.c | 3182 struct kvec *err_iov, int *buftype) in SMB2_open() argument 3232 if (err_iov && rsp) { in SMB2_open() 3233 *err_iov = rsp_iov; in SMB2_open()
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_virtchnl_pf.c | 1837 goto err_iov; in i40e_alloc_vfs() 1871 err_iov: in i40e_alloc_vfs()
|