Lines Matching refs:oplock
169 struct tcon_link *tlink, unsigned int oflags, umode_t mode, __u32 *oplock, argument
184 *oplock = 0;
186 *oplock = REQ_OPLOCK;
199 oflags, oplock, &fid->netfid, xid);
307 rc = server->ops->open(xid, &oparms, oplock, buf);
318 if ((tcon->unix_ext) && (*oplock & CIFS_CREATE_ACTION)) {
363 if ((*oplock & CIFS_CREATE_ACTION) && S_ISREG(newinode->i_mode)) {
418 __u32 oplock; local
478 &oplock, &fid, &buf);
503 file_info = cifs_new_fileinfo(&fid, file, tlink, oplock, buf.symlink_target);
540 __u32 oplock; local
562 rc = cifs_do_create(inode, direntry, xid, tlink, oflags, mode, &oplock, &fid, &buf);