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.c150 struct smb2_file_all_info *smb2_data = data ? &file_info : NULL; in smb2_open_file() local
177 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data, NULL, &err_iov, in smb2_open_file()
181 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data, NULL, &err_iov, in smb2_open_file()
194 memset(smb2_data, 0, sizeof(*smb2_data)); in smb2_open_file()
196 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data, in smb2_open_file()
230 if (smb2_data) { in smb2_open_file()
232 if (smb2_data->IndexNumber == 0) { in smb2_open_file()
236 &smb2_data->IndexNumber); in smb2_open_file()
242 smb2_data in smb2_open_file()
[all...]