Searched refs:oflags (Results 1 – 6 of 6) sorted by relevance
/fs/cifs/ |
D | dir.c | 217 struct tcon_link *tlink, unsigned oflags, umode_t mode, in cifs_do_create() argument 246 oflags, oplock, &fid->netfid, xid); in cifs_do_create() 312 if (OPEN_FMODE(oflags) & FMODE_READ) in cifs_do_create() 314 if (OPEN_FMODE(oflags) & FMODE_WRITE) in cifs_do_create() 318 if ((oflags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL)) in cifs_do_create() 320 else if ((oflags & (O_CREAT | O_TRUNC)) == (O_CREAT | O_TRUNC)) in cifs_do_create() 322 else if ((oflags & O_CREAT) == O_CREAT) in cifs_do_create() 457 struct file *file, unsigned oflags, umode_t mode, in cifs_atomic_open() argument 481 if (!(oflags & O_CREAT)) { in cifs_atomic_open() 522 rc = cifs_do_create(inode, direntry, xid, tlink, oflags, mode, in cifs_atomic_open() [all …]
|
D | file.c | 664 unsigned int oflags = cfile->f_flags & in cifs_reopen_file() local 669 oflags, &oplock, &cfile->fid.netfid, xid); in cifs_reopen_file()
|
/fs/xfs/ |
D | xfs_ioctl32.h | 95 __u32 oflags; /* open flags */ member
|
D | xfs_ioctl32.c | 326 hreq->oflags = hreq32.oflags; in xfs_compat_handlereq_copyin()
|
D | xfs_fs.h | 395 __u32 oflags; /* open flags */ member
|
D | xfs_ioctl.c | 224 hreq->oflags |= O_LARGEFILE; in xfs_open_by_handle() 227 permflag = hreq->oflags; in xfs_open_by_handle() 254 filp = dentry_open(&path, hreq->oflags, cred); in xfs_open_by_handle()
|