/Linux-v5.10/fs/cifs/ |
D | dir.c | 227 struct tcon_link *tlink, unsigned oflags, umode_t mode, in cifs_do_create() argument 254 oflags, oplock, &fid->netfid, xid); in cifs_do_create() 320 if (OPEN_FMODE(oflags) & FMODE_READ) in cifs_do_create() 322 if (OPEN_FMODE(oflags) & FMODE_WRITE) in cifs_do_create() 326 if ((oflags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL)) in cifs_do_create() 328 else if ((oflags & (O_CREAT | O_TRUNC)) == (O_CREAT | O_TRUNC)) in cifs_do_create() 330 else if ((oflags & O_CREAT) == O_CREAT) in cifs_do_create() 463 struct file *file, unsigned oflags, umode_t mode) in cifs_atomic_open() argument 486 if (!(oflags & O_CREAT)) { in cifs_atomic_open() 527 rc = cifs_do_create(inode, direntry, xid, tlink, oflags, mode, in cifs_atomic_open() [all …]
|
D | file.c | 734 unsigned int oflags = cfile->f_flags & in cifs_reopen_file() local 739 oflags, &oplock, &cfile->fid.netfid, xid); in cifs_reopen_file()
|
/Linux-v5.10/kernel/ |
D | irq_work.c | 32 int oflags; in irq_work_claim() local 34 oflags = atomic_fetch_or(IRQ_WORK_CLAIMED | CSD_TYPE_IRQ_WORK, &work->flags); in irq_work_claim() 40 if (oflags & IRQ_WORK_PENDING) in irq_work_claim()
|
D | workqueue.c | 976 unsigned int oflags = worker->flags; in worker_clr_flags() local 987 if ((flags & WORKER_NOT_RUNNING) && (oflags & WORKER_NOT_RUNNING)) in worker_clr_flags()
|
/Linux-v5.10/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-v5.10/drivers/char/ipmi/ |
D | ipmi_ssif.c | 392 unsigned long oflags; in check_start_send() local 394 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-v5.10/fs/xfs/ |
D | xfs_ioctl32.h | 83 __u32 oflags; /* open flags */ member
|
D | xfs_ioctl32.c | 334 hreq->oflags = hreq32.oflags; in xfs_compat_handlereq_copyin()
|
D | xfs_ioctl.c | 213 hreq->oflags |= O_LARGEFILE; in xfs_open_by_handle() 216 permflag = hreq->oflags; in xfs_open_by_handle() 243 filp = dentry_open(&path, hreq->oflags, cred); in xfs_open_by_handle()
|
/Linux-v5.10/net/ipv4/ |
D | ipconfig.c | 215 unsigned short oflags; in ic_open_devs() local 242 oflags = dev->flags; in ic_open_devs() 243 if (dev_change_flags(dev, oflags | IFF_UP, NULL) < 0) { in ic_open_devs() 255 d->flags = oflags; in ic_open_devs()
|
/Linux-v5.10/fs/xfs/libxfs/ |
D | xfs_fs.h | 553 __u32 oflags; /* open flags */ member
|
/Linux-v5.10/include/uapi/rdma/ |
D | ib_user_verbs.h | 326 __u32 oflags; member
|
/Linux-v5.10/net/ |
D | socket.c | 2465 unsigned int oflags = flags; in __sys_sendmmsg() local 2487 flags = oflags; in __sys_sendmmsg()
|
/Linux-v5.10/drivers/infiniband/core/ |
D | uverbs_cmd.c | 594 if (!xrcd && !(cmd.oflags & O_CREAT)) { in ib_uverbs_open_xrcd() 600 if (xrcd && cmd.oflags & O_EXCL) { in ib_uverbs_open_xrcd()
|