Lines Matching refs:oparms
1137 struct cifs_open_parms oparms;
1145 oparms.tcon = tcon;
1146 oparms.cifs_sb = cifs_sb;
1147 oparms.desired_access = READ_CONTROL;
1148 oparms.create_options = cifs_create_options(cifs_sb, 0);
1149 oparms.disposition = FILE_OPEN;
1150 oparms.path = path;
1151 oparms.fid = &fid;
1152 oparms.reconnect = false;
1154 rc = CIFS_open(xid, &oparms, &oplock, NULL);
1198 struct cifs_open_parms oparms;
1211 oparms.tcon = tcon;
1212 oparms.cifs_sb = cifs_sb;
1213 oparms.desired_access = access_flags;
1214 oparms.create_options = cifs_create_options(cifs_sb, 0);
1215 oparms.disposition = FILE_OPEN;
1216 oparms.path = path;
1217 oparms.fid = &fid;
1218 oparms.reconnect = false;
1220 rc = CIFS_open(xid, &oparms, &oplock, NULL);