Searched refs:smb2_data (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | smb2file.c | 151 struct smb2_file_all_info *smb2_data = data ? &file_info : NULL; in smb2_open_file() local 178 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data, NULL, &err_iov, in smb2_open_file() 185 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data, NULL, &err_iov, in smb2_open_file() 198 memset(smb2_data, 0, sizeof(*smb2_data)); in smb2_open_file() 200 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data, in smb2_open_file() 234 if (smb2_data) { in smb2_open_file() 236 if (smb2_data->IndexNumber == 0) { in smb2_open_file() 240 &smb2_data->IndexNumber); in smb2_open_file() 246 smb2_data->IndexNumber = 0; in smb2_open_file() 250 memcpy(&data->fi, smb2_data, sizeof(data->fi)); in smb2_open_file()
|