Searched refs:oflags (Results 1 – 15 of 15) sorted by relevance
/linux/fs/cifs/ |
A D | dir.c | 169 struct tcon_link *tlink, unsigned oflags, umode_t mode, in cifs_do_create() argument 199 oflags, oplock, &fid->netfid, xid); in cifs_do_create() 265 if (OPEN_FMODE(oflags) & FMODE_READ) in cifs_do_create() 267 if (OPEN_FMODE(oflags) & FMODE_WRITE) in cifs_do_create() 271 if ((oflags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL)) in cifs_do_create() 273 else if ((oflags & (O_CREAT | O_TRUNC)) == (O_CREAT | O_TRUNC)) in cifs_do_create() 275 else if ((oflags & O_CREAT) == O_CREAT) in cifs_do_create() 410 struct file *file, unsigned oflags, umode_t mode) in cifs_atomic_open() argument 436 if (!(oflags & O_CREAT)) { in cifs_atomic_open() 485 if ((oflags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL)) in cifs_atomic_open() [all …]
|
A D | file.c | 755 unsigned int oflags = cfile->f_flags & in cifs_reopen_file() local 760 oflags, &oplock, &cfile->fid.netfid, xid); in cifs_reopen_file()
|
/linux/drivers/char/ipmi/ |
A D | ipmi_ssif.c | 392 unsigned long oflags; in check_start_send() local 544 unsigned long oflags, *flags; in retry_timeout() local 550 flags = ipmi_ssif_lock_cond(ssif_info, &oflags); in retry_timeout() 562 unsigned long oflags, *flags; in watch_timeout() local 584 unsigned long oflags, *flags; in ssif_alert() local 611 unsigned long oflags, *flags; in msg_done_handler() local 952 unsigned long oflags, *flags; in msg_written_handler() local 1023 unsigned long oflags; in start_next_msg() local 1057 unsigned long oflags, *flags; in sender() local 1094 unsigned long oflags, *flags; in request_events() local [all …]
|
/linux/arch/x86/kernel/ |
A D | step.c | 114 unsigned long oflags; in enable_single_step() local 141 oflags = regs->flags; in enable_single_step() 164 if (oflags & X86_EFLAGS_TF) in enable_single_step()
|
/linux/kernel/ |
A D | irq_work.c | 57 int oflags; in irq_work_claim() local 59 oflags = atomic_fetch_or(IRQ_WORK_CLAIMED | CSD_TYPE_IRQ_WORK, &work->node.a_flags); in irq_work_claim() 65 if (oflags & IRQ_WORK_PENDING) in irq_work_claim()
|
A D | workqueue.c | 995 unsigned int oflags = worker->flags; in worker_clr_flags() local 1006 if ((flags & WORKER_NOT_RUNNING) && (oflags & WORKER_NOT_RUNNING)) in worker_clr_flags()
|
/linux/fs/xfs/ |
A D | xfs_ioctl32.h | 81 __u32 oflags; /* open flags */ member
|
A D | xfs_ioctl32.c | 336 hreq->oflags = hreq32.oflags; in xfs_compat_handlereq_copyin()
|
A D | xfs_ioctl.c | 214 hreq->oflags |= O_LARGEFILE; in xfs_open_by_handle() 217 permflag = hreq->oflags; in xfs_open_by_handle() 244 filp = dentry_open(&path, hreq->oflags, cred); in xfs_open_by_handle()
|
/linux/net/ipv4/ |
A D | ipconfig.c | 214 unsigned short oflags; in ic_open_devs() local 241 oflags = dev->flags; in ic_open_devs() 242 if (dev_change_flags(dev, oflags | IFF_UP, NULL) < 0) { in ic_open_devs() 254 d->flags = oflags; in ic_open_devs()
|
/linux/fs/xfs/libxfs/ |
A D | xfs_fs.h | 556 __u32 oflags; /* open flags */ member
|
/linux/fs/ksmbd/ |
A D | smb2pdu.c | 1961 int oflags = O_NONBLOCK | O_LARGEFILE; in smb2_create_open_flags() local 1965 oflags |= O_RDWR; in smb2_create_open_flags() 1968 oflags |= O_WRONLY; in smb2_create_open_flags() 1971 oflags |= O_RDONLY; in smb2_create_open_flags() 1976 oflags |= O_PATH; in smb2_create_open_flags() 1986 oflags |= O_TRUNC; in smb2_create_open_flags() 1997 oflags |= O_CREAT; in smb2_create_open_flags() 2001 oflags &= ~O_CREAT; in smb2_create_open_flags() 2008 return oflags; in smb2_create_open_flags()
|
/linux/include/uapi/rdma/ |
A D | ib_user_verbs.h | 326 __u32 oflags; member
|
/linux/net/ |
A D | socket.c | 2517 unsigned int oflags = flags; in __sys_sendmmsg() local 2539 flags = oflags; in __sys_sendmmsg()
|
/linux/drivers/infiniband/core/ |
A 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()
|
Completed in 110 milliseconds