Lines Matching refs:oplock
178 struct tcon_link *tlink, unsigned int oflags, umode_t mode, __u32 *oplock, argument
193 *oplock = 0;
195 *oplock = REQ_OPLOCK;
208 oflags, oplock, &fid->netfid, xid);
317 rc = server->ops->open(xid, &oparms, oplock, buf);
328 if ((tcon->unix_ext) && (*oplock & CIFS_CREATE_ACTION)) {
373 if ((*oplock & CIFS_CREATE_ACTION) && S_ISREG(newinode->i_mode)) {
428 __u32 oplock; local
488 &oplock, &fid, &buf);
513 file_info = cifs_new_fileinfo(&fid, file, tlink, oplock, buf.symlink_target);
550 __u32 oplock; local
572 rc = cifs_do_create(inode, direntry, xid, tlink, oflags, mode, &oplock, &fid, &buf);