Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Ddir.c228 struct tcon_link *tlink, unsigned oflags, umode_t mode, in cifs_do_create() argument
257 oflags, oplock, &fid->netfid, xid); in cifs_do_create()
323 if (OPEN_FMODE(oflags) & FMODE_READ) in cifs_do_create()
325 if (OPEN_FMODE(oflags) & FMODE_WRITE) in cifs_do_create()
329 if ((oflags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL)) in cifs_do_create()
331 else if ((oflags & (O_CREAT | O_TRUNC)) == (O_CREAT | O_TRUNC)) in cifs_do_create()
333 else if ((oflags & O_CREAT) == O_CREAT) in cifs_do_create()
468 struct file *file, unsigned oflags, umode_t mode) in cifs_atomic_open() argument
491 if (!(oflags & O_CREAT)) { in cifs_atomic_open()
532 rc = cifs_do_create(inode, direntry, xid, tlink, oflags, mode, in cifs_atomic_open()
[all …]
Dfile.c708 unsigned int oflags = cfile->f_flags & in cifs_reopen_file() local
713 oflags, &oplock, &cfile->fid.netfid, xid); in cifs_reopen_file()
/linux-4.19.296/drivers/char/ipmi/
Dipmi_ssif.c393 unsigned long oflags; in check_start_send() local
395 flags = ipmi_ssif_lock_cond(ssif_info, &oflags); in check_start_send()
555 unsigned long oflags, *flags; in retry_timeout() local
561 flags = ipmi_ssif_lock_cond(ssif_info, &oflags); in retry_timeout()
573 unsigned long oflags, *flags; in watch_timeout() local
578 flags = ipmi_ssif_lock_cond(ssif_info, &oflags); in watch_timeout()
595 unsigned long oflags, *flags; in ssif_alert() local
603 flags = ipmi_ssif_lock_cond(ssif_info, &oflags); in ssif_alert()
622 unsigned long oflags, *flags; in msg_done_handler() local
635 flags = ipmi_ssif_lock_cond(ssif_info, &oflags); in msg_done_handler()
[all …]
/linux-4.19.296/fs/xfs/
Dxfs_ioctl32.h83 __u32 oflags; /* open flags */ member
Dxfs_ioctl32.c340 hreq->oflags = hreq32.oflags; in xfs_compat_handlereq_copyin()
Dxfs_ioctl.c215 hreq->oflags |= O_LARGEFILE; in xfs_open_by_handle()
218 permflag = hreq->oflags; in xfs_open_by_handle()
245 filp = dentry_open(&path, hreq->oflags, cred); in xfs_open_by_handle()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_fs.h374 __u32 oflags; /* open flags */ member
/linux-4.19.296/include/uapi/rdma/
Dib_user_verbs.h322 __u32 oflags; member