Searched refs:smb2_data (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/fs/cifs/ |
D | smb2file.c | 106 struct smb2_file_all_info *smb2_data = data ? &file_info : NULL; in smb2_open_file() local 119 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data, NULL, &err_iov, in smb2_open_file() 130 memset(smb2_data, 0, sizeof(*smb2_data)); in smb2_open_file() 132 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data, in smb2_open_file() 161 if (smb2_data) { in smb2_open_file() 163 if (smb2_data->IndexNumber == 0) { in smb2_open_file() 167 &smb2_data->IndexNumber); in smb2_open_file() 173 smb2_data->IndexNumber = 0; in smb2_open_file() 177 memcpy(&data->fi, smb2_data, sizeof(data->fi)); in smb2_open_file()
|