Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb2file.c155 struct smb2_file_all_info *smb2_data = data ? &file_info : NULL; in smb2_open_file() local
182 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data, NULL, &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()
202 memset(smb2_data, 0, sizeof(*smb2_data)); in smb2_open_file()
204 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data, in smb2_open_file()
238 if (smb2_data) { in smb2_open_file()
240 if (smb2_data->IndexNumber == 0) { in smb2_open_file()
244 &smb2_data->IndexNumber); in smb2_open_file()
250 smb2_data->IndexNumber = 0; in smb2_open_file()
254 memcpy(&data->fi, smb2_data, sizeof(data->fi)); in smb2_open_file()