Lines Matching refs:oparms
347 struct cifs_open_parms oparms; in cifs_nt_open() local
389 oparms = (struct cifs_open_parms) { in cifs_nt_open()
399 rc = server->ops->open(xid, &oparms, oplock, buf); in cifs_nt_open()
902 struct cifs_open_parms oparms; in cifs_reopen_file() local
956 oparms.reconnect = true; in cifs_reopen_file()
978 oparms = (struct cifs_open_parms) { in cifs_reopen_file()
996 rc = server->ops->open(xid, &oparms, &oplock, NULL); in cifs_reopen_file()
997 if (rc == -ENOENT && oparms.reconnect == false) { in cifs_reopen_file()
999 rc = server->ops->open(xid, &oparms, &oplock, NULL); in cifs_reopen_file()
1001 oparms.reconnect = true; in cifs_reopen_file()
1049 if (oparms.reconnect) in cifs_reopen_file()