Lines Matching defs:oflags
227 struct tcon_link *tlink, unsigned oflags, umode_t mode,
254 oflags, oplock, &fid->netfid, xid);
320 if (OPEN_FMODE(oflags) & FMODE_READ)
322 if (OPEN_FMODE(oflags) & FMODE_WRITE)
326 if ((oflags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL))
328 else if ((oflags & (O_CREAT | O_TRUNC)) == (O_CREAT | O_TRUNC))
330 else if ((oflags & O_CREAT) == O_CREAT)
463 struct file *file, unsigned oflags, umode_t mode)
486 if (!(oflags & O_CREAT)) {
527 rc = cifs_do_create(inode, direntry, xid, tlink, oflags, mode,
535 if ((oflags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL))
581 unsigned oflags = O_EXCL | O_CREAT | O_RDWR;
602 rc = cifs_do_create(inode, direntry, xid, tlink, oflags, mode,