Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb2file.c156 struct kvec err_iov = {}; in smb2_open_file()
182 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data, NULL, &err_iov, in smb2_open_file()
185 free_rsp_buf(err_buftype, err_iov.iov_base); in smb2_open_file()
186 memset(&err_iov, 0, sizeof(err_iov)); in smb2_open_file()
189 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data, NULL, &err_iov, in smb2_open_file()
193 struct smb2_hdr *hdr = err_iov.iov_base; in smb2_open_file()
195 if (unlikely(!err_iov.iov_base || err_buftype == CIFS_NO_BUFFER)) in smb2_open_file()
198 rc = smb2_parse_symlink_response(oparms->cifs_sb, &err_iov, in smb2_open_file()
259 free_rsp_buf(err_buftype, err_iov in smb2_open_file()
152 struct kvec err_iov = {}; smb2_open_file() local
[all...]
H A Dsmb2proto.h140 struct create_posix_rsp *posix, struct kvec *err_iov,
H A Dsmb2ops.c955 struct kvec err_iov = {}; in smb2_is_path_accessible() local
981 &err_iov, &err_buftype); in smb2_is_path_accessible()
983 struct smb2_hdr *hdr = err_iov.iov_base; in smb2_is_path_accessible()
1007 free_rsp_buf(err_buftype, err_iov.iov_base); in smb2_is_path_accessible()
H A Dsmb2pdu.c3254 struct kvec *err_iov, int *buftype) in SMB2_open() argument
3308 if (err_iov && rsp) { in SMB2_open()
3309 *err_iov = rsp_iov; in SMB2_open()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c1843 goto err_iov; in i40e_alloc_vfs()
1877 err_iov: in i40e_alloc_vfs()