Searched refs:err_iov (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2file.c | 108 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()
|
H A D | smb2proto.h | 133 struct kvec *err_iov, int *resp_buftype);
|
H A D | smb2ops.c | 888 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()
|
H A D | smb2pdu.c | 3118 struct kvec *err_iov, int *buftype) in SMB2_open() 3158 if (err_iov && rsp) { in SMB2_open() 3159 *err_iov = rsp_iov; in SMB2_open() 3115 SMB2_open(const unsigned int xid, struct cifs_open_parms *oparms, __le16 *path, __u8 *oplock, struct smb2_file_all_info *buf, struct create_posix_rsp *posix, struct kvec *err_iov, int *buftype) SMB2_open() argument
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2proto.h | 149 struct kvec *err_iov, int *resp_buftype);
|
H A D | smb2ops.c | 2904 struct kvec err_iov = {NULL, 0}; in smb2_query_symlink() local 2996 err_iov = rsp_iov[0]; in smb2_query_symlink() 3023 if (!rc || !err_iov.iov_base) { in smb2_query_symlink() 3028 err_buf = err_iov.iov_base; in smb2_query_symlink() 3030 err_iov.iov_len < SMB2_SYMLINK_STRUCT_SIZE) { in smb2_query_symlink() 3049 if (err_iov.iov_len < SMB2_SYMLINK_STRUCT_SIZE + sub_offset + sub_len) { in smb2_query_symlink() 3054 if (err_iov.iov_len < in smb2_query_symlink()
|
H A D | smb2pdu.c | 2841 struct kvec *err_iov, int *buftype) in SMB2_open() 2881 if (err_iov && rsp) { in SMB2_open() 2882 *err_iov = rsp_iov; in SMB2_open() 2838 SMB2_open(const unsigned int xid, struct cifs_open_parms *oparms, __le16 *path, __u8 *oplock, struct smb2_file_all_info *buf, struct create_posix_rsp *posix, struct kvec *err_iov, int *buftype) SMB2_open() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_virtchnl_pf.c | 1782 goto err_iov; in i40e_alloc_vfs() 1816 err_iov: in i40e_alloc_vfs()
|
/kernel/linux/linux-6.6/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()
|
Completed in 51 milliseconds