Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dstep.c116 unsigned long oflags; in enable_single_step() local
143 oflags = regs->flags; in enable_single_step()
166 if (oflags & X86_EFLAGS_TF) in enable_single_step()
/linux/kernel/
H A Dirq_work.c59 int oflags; in irq_work_claim() local
61 oflags = atomic_fetch_or(IRQ_WORK_CLAIMED | CSD_TYPE_IRQ_WORK, &work->node.a_flags); in irq_work_claim()
67 if (oflags & IRQ_WORK_PENDING) in irq_work_claim()
/linux/fs/xfs/
H A Dxfs_ioctl32.h81 __u32 oflags; /* open flags */ member
/linux/drivers/block/
H A Dzloop.c1015 static struct file *zloop_filp_open_fmt(int oflags, umode_t mode, in zloop_filp_open_fmt() argument
1028 file = filp_open(p, oflags, mode); in zloop_filp_open_fmt()
1068 int oflags = O_RDWR; in zloop_init_zone() local
1079 oflags |= O_CREAT; in zloop_init_zone()
1082 oflags |= O_DIRECT; in zloop_init_zone()
1090 zone->file = zloop_filp_open_fmt(oflags, 0600, "%s/%u/cnv-%06u", in zloop_init_zone()
1130 zone->file = zloop_filp_open_fmt(oflags, 0600, "%s/%u/seq-%06u", in zloop_init_zone()
/linux/fs/udf/
H A Dinode.c408 int oflags; /* UDF_BLK_ flags reporting results */ member
419 map->oflags = 0; in udf_map_block()
435 map->oflags |= UDF_BLK_MAPPED; in udf_map_block()
470 if (map.oflags & UDF_BLK_MAPPED) { in __udf_get_block()
472 if (map.oflags & UDF_BLK_NEW) in __udf_get_block()
817 map->oflags = UDF_BLK_MAPPED; in inode_getblk()
934 map->oflags = UDF_BLK_NEW | UDF_BLK_MAPPED; in inode_getblk()
1249 if (*err || !(map.oflags & UDF_BLK_MAPPED)) in udf_bread()
1257 if (map.oflags & UDF_BLK_NEW) { in udf_bread()
/linux/net/ipv4/
H A Dipconfig.c214 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/net/
H A Dsocket.c2791 unsigned int oflags = flags;
2817 flags = oflags; in __sys_sendmmsg()
2805 unsigned int oflags = flags; __sys_sendmmsg() local