Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dirq_work.c31 unsigned long flags, oflags, nflags; in irq_work_claim() local
40 oflags = cmpxchg(&work->flags, flags, nflags); in irq_work_claim()
41 if (oflags == flags) in irq_work_claim()
43 if (oflags & IRQ_WORK_PENDING) in irq_work_claim()
45 flags = oflags; in irq_work_claim()
Dworkqueue.c958 unsigned int oflags = worker->flags; in worker_clr_flags() local
969 if ((flags & WORKER_NOT_RUNNING) && (oflags & WORKER_NOT_RUNNING)) in worker_clr_flags()
/linux-4.4.14/fs/cifs/
Ddir.c195 struct tcon_link *tlink, unsigned oflags, umode_t mode, in cifs_do_create() argument
224 oflags, oplock, &fid->netfid, xid); in cifs_do_create()
283 if (OPEN_FMODE(oflags) & FMODE_READ) in cifs_do_create()
285 if (OPEN_FMODE(oflags) & FMODE_WRITE) in cifs_do_create()
289 if ((oflags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL)) in cifs_do_create()
291 else if ((oflags & (O_CREAT | O_TRUNC)) == (O_CREAT | O_TRUNC)) in cifs_do_create()
293 else if ((oflags & O_CREAT) == O_CREAT) in cifs_do_create()
417 struct file *file, unsigned oflags, umode_t mode, in cifs_atomic_open() argument
441 if (!(oflags & O_CREAT)) { in cifs_atomic_open()
481 rc = cifs_do_create(inode, direntry, xid, tlink, oflags, mode, in cifs_atomic_open()
[all …]
Dfile.c656 unsigned int oflags = cfile->f_flags & in cifs_reopen_file() local
661 oflags, &oplock, &cfile->fid.netfid, xid); in cifs_reopen_file()
/linux-4.4.14/arch/x86/kernel/
Dstep.c111 unsigned long oflags; in enable_single_step() local
133 oflags = regs->flags; in enable_single_step()
156 if (oflags & X86_EFLAGS_TF) in enable_single_step()
/linux-4.4.14/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()
574 unsigned long oflags, *flags; in ssif_alert() local
579 flags = ipmi_ssif_lock_cond(ssif_info, &oflags); in ssif_alert()
598 unsigned long oflags, *flags; in msg_done_handler() local
611 flags = ipmi_ssif_lock_cond(ssif_info, &oflags); in msg_done_handler()
726 flags = ipmi_ssif_lock_cond(ssif_info, &oflags); in msg_done_handler()
833 flags = ipmi_ssif_lock_cond(ssif_info, &oflags); in msg_done_handler()
[all …]
/linux-4.4.14/fs/xfs/
Dxfs_ioctl32.h95 __u32 oflags; /* open flags */ member
Dxfs_ioctl32.c324 hreq->oflags = hreq32.oflags; in xfs_compat_handlereq_copyin()
Dxfs_ioctl.c223 hreq->oflags |= O_LARGEFILE; in xfs_open_by_handle()
226 permflag = hreq->oflags; in xfs_open_by_handle()
253 filp = dentry_open(&path, hreq->oflags, cred); in xfs_open_by_handle()
/linux-4.4.14/net/ipv4/
Dipconfig.c210 unsigned short oflags; in ic_open_devs() local
237 oflags = dev->flags; in ic_open_devs()
238 if (dev_change_flags(dev, oflags | IFF_UP) < 0) { in ic_open_devs()
250 d->flags = oflags; in ic_open_devs()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_fs.h396 __u32 oflags; /* open flags */ member
/linux-4.4.14/include/uapi/rdma/
Dib_user_verbs.h278 __u32 oflags; member
/linux-4.4.14/drivers/infiniband/core/
Duverbs_cmd.c767 if (!xrcd && !(cmd.oflags & O_CREAT)) { in ib_uverbs_open_xrcd()
773 if (xrcd && cmd.oflags & O_EXCL) { in ib_uverbs_open_xrcd()