Searched refs:smb2_data (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/fs/smb/client/ |
D | smb2file.c | 107 struct smb2_file_all_info *smb2_data = data ? &file_info : NULL; in smb2_open_file() local 120 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data, NULL, &err_iov, in smb2_open_file() 131 memset(smb2_data, 0, sizeof(*smb2_data)); in smb2_open_file() 133 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data, in smb2_open_file() 162 if (smb2_data) { in smb2_open_file() 164 if (smb2_data->IndexNumber == 0) { in smb2_open_file() 168 &smb2_data->IndexNumber); in smb2_open_file() 174 smb2_data->IndexNumber = 0; in smb2_open_file() 178 memcpy(&data->fi, smb2_data, sizeof(data->fi)); in smb2_open_file()
|