Lines Matching refs:oplock
178 struct tcon_link *tlink, unsigned int oflags, umode_t mode, __u32 *oplock, argument
194 *oplock = 0;
196 *oplock = REQ_OPLOCK;
213 oflags, oplock, &fid->netfid, xid);
325 rc = server->ops->open(xid, &oparms, oplock, buf);
343 if ((tcon->unix_ext) && (*oplock & CIFS_CREATE_ACTION)) {
388 if ((*oplock & CIFS_CREATE_ACTION) && S_ISREG(newinode->i_mode)) {
443 __u32 oplock; local
503 &oplock, &fid, &buf);
528 file_info = cifs_new_fileinfo(&fid, file, tlink, oplock, buf.symlink_target);
565 __u32 oplock; local
587 rc = cifs_do_create(inode, direntry, xid, tlink, oflags, mode, &oplock, &fid, &buf);