Home
last modified time | relevance | path

Searched refs:oflags (Results 1 – 6 of 6) sorted by relevance

/fs/cifs/
Ddir.c217 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 …]
Dfile.c664 unsigned int oflags = cfile->f_flags & in cifs_reopen_file() local
669 oflags, &oplock, &cfile->fid.netfid, xid); in cifs_reopen_file()
/fs/xfs/
Dxfs_ioctl32.h95 __u32 oflags; /* open flags */ member
Dxfs_ioctl32.c326 hreq->oflags = hreq32.oflags; in xfs_compat_handlereq_copyin()
Dxfs_fs.h395 __u32 oflags; /* open flags */ member
Dxfs_ioctl.c224 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()