/Linux-v4.19/kernel/ |
D | irq_work.c | 31 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()
|
D | workqueue.c | 950 unsigned int oflags = worker->flags; in worker_clr_flags() local 961 if ((flags & WORKER_NOT_RUNNING) && (oflags & WORKER_NOT_RUNNING)) in worker_clr_flags()
|
/Linux-v4.19/fs/cifs/ |
D | dir.c | 228 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 …]
|
D | file.c | 670 unsigned int oflags = cfile->f_flags & in cifs_reopen_file() local 675 oflags, &oplock, &cfile->fid.netfid, xid); in cifs_reopen_file()
|
/Linux-v4.19/arch/x86/kernel/ |
D | step.c | 114 unsigned long oflags; in enable_single_step() local 136 oflags = regs->flags; in enable_single_step() 159 if (oflags & X86_EFLAGS_TF) in enable_single_step()
|
/Linux-v4.19/drivers/char/ipmi/ |
D | ipmi_ssif.c | 384 unsigned long oflags; in check_start_send() local 386 flags = ipmi_ssif_lock_cond(ssif_info, &oflags); in check_start_send() 546 unsigned long oflags, *flags; in retry_timeout() local 552 flags = ipmi_ssif_lock_cond(ssif_info, &oflags); in retry_timeout() 566 unsigned long oflags, *flags; in ssif_alert() local 574 flags = ipmi_ssif_lock_cond(ssif_info, &oflags); in ssif_alert() 593 unsigned long oflags, *flags; in msg_done_handler() local 606 flags = ipmi_ssif_lock_cond(ssif_info, &oflags); in msg_done_handler() 721 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-v4.19/fs/xfs/ |
D | xfs_ioctl32.h | 83 __u32 oflags; /* open flags */ member
|
D | xfs_ioctl32.c | 314 hreq->oflags = hreq32.oflags; in xfs_compat_handlereq_copyin()
|
D | xfs_ioctl.c | 215 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-v4.19/net/ipv4/ |
D | ipconfig.c | 213 unsigned short oflags; in ic_open_devs() local 240 oflags = dev->flags; in ic_open_devs() 241 if (dev_change_flags(dev, oflags | IFF_UP) < 0) { in ic_open_devs() 253 d->flags = oflags; in ic_open_devs()
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_fs.h | 374 __u32 oflags; /* open flags */ member
|
/Linux-v4.19/include/uapi/rdma/ |
D | ib_user_verbs.h | 322 __u32 oflags; member
|
/Linux-v4.19/net/ |
D | socket.c | 2179 unsigned int oflags = flags; in __sys_sendmmsg() local 2201 flags = oflags; in __sys_sendmmsg()
|
/Linux-v4.19/drivers/infiniband/core/ |
D | uverbs_cmd.c | 542 if (!xrcd && !(cmd.oflags & O_CREAT)) { in ib_uverbs_open_xrcd() 548 if (xrcd && cmd.oflags & O_EXCL) { in ib_uverbs_open_xrcd()
|