Lines Matching refs:oparms
38 smb2_open_file(const unsigned int xid, struct cifs_open_parms *oparms,
45 struct cifs_fid *fid = oparms->fid;
48 smb2_path = cifs_convert_path_to_utf16(oparms->path, oparms->cifs_sb);
61 oparms->desired_access |= FILE_READ_ATTRIBUTES;
64 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data, NULL,
70 if (oparms->tcon->use_resilient) {
73 cpu_to_le32(oparms->tcon->handle_timeout);
75 rc = SMB2_ioctl(xid, oparms->tcon, fid->persistent_fid,
82 oparms->tcon->use_resilient = false;
92 rc = SMB2_get_srv_num(xid, oparms->tcon,