| /linux/drivers/media/pci/ivtv/ |
| H A D | ivtvfb.c | 209 struct osd_info *oi = itv->osd_info; in ivtvfb_get_osd_coords() local 214 osd->offset = data[0] - oi->video_rbase; in ivtvfb_get_osd_coords() 215 osd->max_offset = oi->display_width * oi->display_height * 4; in ivtvfb_get_osd_coords() 225 struct osd_info *oi = itv->osd_info; in ivtvfb_set_osd_coords() local 227 oi->display_width = osd->pixel_stride; in ivtvfb_set_osd_coords() 228 oi->display_byte_stride = osd->pixel_stride * oi->bytes_per_pixel; in ivtvfb_set_osd_coords() 229 oi->set_osd_coords_x += osd->x; in ivtvfb_set_osd_coords() 230 oi->set_osd_coords_y = osd->y; in ivtvfb_set_osd_coords() 233 osd->offset + oi->video_rbase, in ivtvfb_set_osd_coords() 326 struct osd_info *oi = itv->osd_info; in ivtvfb_prep_frame() local [all …]
|
| /linux/fs/ocfs2/ |
| H A D | inode.c | 90 void ocfs2_get_inode_flags(struct ocfs2_inode_info *oi) in ocfs2_get_inode_flags() argument 92 unsigned int flags = oi->vfs_inode.i_flags; in ocfs2_get_inode_flags() 94 oi->ip_attr &= ~(OCFS2_SYNC_FL|OCFS2_APPEND_FL| in ocfs2_get_inode_flags() 97 oi->ip_attr |= OCFS2_SYNC_FL; in ocfs2_get_inode_flags() 99 oi->ip_attr |= OCFS2_APPEND_FL; in ocfs2_get_inode_flags() 101 oi->ip_attr |= OCFS2_IMMUTABLE_FL; in ocfs2_get_inode_flags() 103 oi->ip_attr |= OCFS2_NOATIME_FL; in ocfs2_get_inode_flags() 105 oi->ip_attr |= OCFS2_DIRSYNC_FL; in ocfs2_get_inode_flags() 176 struct ocfs2_inode_info *oi = OCFS2_I(inode); in ocfs2_iget() local 188 oi->i_sync_tid = tid; in ocfs2_iget() [all …]
|
| H A D | file.c | 86 struct ocfs2_inode_info *oi = OCFS2_I(inode); in ocfs2_file_open() local 89 (unsigned long long)oi->ip_blkno, in ocfs2_file_open() 99 spin_lock(&oi->ip_lock); in ocfs2_file_open() 104 if (oi->ip_flags & OCFS2_INODE_DELETED) { in ocfs2_file_open() 105 spin_unlock(&oi->ip_lock); in ocfs2_file_open() 112 oi->ip_flags |= OCFS2_INODE_OPEN_DIRECT; in ocfs2_file_open() 114 oi->ip_open_count++; in ocfs2_file_open() 115 spin_unlock(&oi->ip_lock); in ocfs2_file_open() 123 spin_lock(&oi->ip_lock); in ocfs2_file_open() 124 oi->ip_open_count--; in ocfs2_file_open() [all …]
|
| H A D | journal.h | 601 struct ocfs2_inode_info *oi = OCFS2_I(inode); in ocfs2_update_inode_fsync_trans() local 604 oi->i_sync_tid = handle->h_transaction->t_tid; in ocfs2_update_inode_fsync_trans() 606 oi->i_datasync_tid = handle->h_transaction->t_tid; in ocfs2_update_inode_fsync_trans()
|
| H A D | inode.h | 140 void ocfs2_get_inode_flags(struct ocfs2_inode_info *oi);
|
| /linux/fs/openpromfs/ |
| H A D | inode.c | 147 struct op_inode_info *oi = OP_I(inode); in property_open() local 150 BUG_ON(oi->type != op_inode_prop); in property_open() 155 m->private = oi->u.prop; in property_open() 183 struct op_inode_info *ent_oi, *oi = OP_I(dir); in openpromfs_lookup() local 193 BUG_ON(oi->type != op_inode_node); in openpromfs_lookup() 195 dp = oi->u.node; in openpromfs_lookup() 272 struct op_inode_info *oi = OP_I(inode); in openpromfs_readdir() local 273 struct device_node *dp = oi->u.node; in openpromfs_readdir() 336 struct op_inode_info *oi; in openprom_alloc_inode() local 338 oi = alloc_inode_sb(sb, op_inode_cachep, GFP_KERNEL); in openprom_alloc_inode() [all …]
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_rmap.h | 14 struct xfs_owner_info *oi, in xfs_rmap_ino_bmbt_owner() argument 18 oi->oi_owner = ino; in xfs_rmap_ino_bmbt_owner() 19 oi->oi_offset = 0; in xfs_rmap_ino_bmbt_owner() 20 oi->oi_flags = XFS_OWNER_INFO_BMBT_BLOCK; in xfs_rmap_ino_bmbt_owner() 22 oi->oi_flags |= XFS_OWNER_INFO_ATTR_FORK; in xfs_rmap_ino_bmbt_owner() 27 struct xfs_owner_info *oi, in xfs_rmap_ino_owner() argument 32 oi->oi_owner = ino; in xfs_rmap_ino_owner() 33 oi->oi_offset = offset; in xfs_rmap_ino_owner() 34 oi->oi_flags = 0; in xfs_rmap_ino_owner() 36 oi->oi_flags |= XFS_OWNER_INFO_ATTR_FORK; in xfs_rmap_ino_owner() [all …]
|
| /linux/drivers/crypto/allwinner/sun4i-ss/ |
| H A D | sun4i-ss-cipher.c | 36 unsigned int oi, oo; /* offset for in and out */ in sun4i_ss_opti_poll() local 76 oi = 0; in sun4i_ss_opti_poll() 91 todo = min_t(size_t, todo, (mi.length - oi) / 4); in sun4i_ss_opti_poll() 94 writesl(ss->base + SS_RXFIFO, mi.addr + oi, todo); in sun4i_ss_opti_poll() 95 oi += todo * 4; in sun4i_ss_opti_poll() 97 if (oi == mi.length) { in sun4i_ss_opti_poll() 99 oi = 0; in sun4i_ss_opti_poll() 202 unsigned int oi, oo; /* offset for in and out */ in sun4i_ss_cipher_poll() local 267 oi = 0; in sun4i_ss_cipher_poll() 287 todo = min_t(size_t, todo, (mi.length - oi) / 4); in sun4i_ss_cipher_poll() [all …]
|
| /linux/fs/overlayfs/ |
| H A D | super.c | 186 struct ovl_inode *oi = alloc_inode_sb(sb, ovl_inode_cachep, GFP_KERNEL); in ovl_alloc_inode() local 188 if (!oi) in ovl_alloc_inode() 191 oi->cache = NULL; in ovl_alloc_inode() 192 oi->redirect = NULL; in ovl_alloc_inode() 193 oi->version = 0; in ovl_alloc_inode() 194 oi->flags = 0; in ovl_alloc_inode() 195 oi->__upperdentry = NULL; in ovl_alloc_inode() 196 oi->lowerdata_redirect = NULL; in ovl_alloc_inode() 197 oi->oe = NULL; in ovl_alloc_inode() 198 mutex_init(&oi->lock); in ovl_alloc_inode() [all …]
|
| H A D | ovl_entry.h | 190 static inline struct dentry *ovl_upperdentry_dereference(struct ovl_inode *oi) in ovl_upperdentry_dereference() argument 192 return READ_ONCE(oi->__upperdentry); in ovl_upperdentry_dereference()
|
| H A D | util.c | 586 struct ovl_inode *oi = OVL_I(d_inode(dentry)); in ovl_dentry_set_redirect() local 588 kfree(oi->redirect); in ovl_dentry_set_redirect() 589 oi->redirect = redirect; in ovl_dentry_set_redirect()
|
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | manager.c | 237 struct omap_overlay_info *oi; in dss_mgr_check() local 240 oi = overlay_infos[ovl->id]; in dss_mgr_check() 242 if (oi == NULL) in dss_mgr_check() 245 r = dss_ovl_check(ovl, oi, mgr_timings); in dss_mgr_check()
|
| H A D | dss.h | 418 const struct omap_overlay_info *oi, 426 int dispc_ovl_setup(enum omap_plane plane, const struct omap_overlay_info *oi,
|
| /linux/arch/arm/mach-omap2/ |
| H A D | omap_hwmod.c | 2600 static int _add_link(struct omap_hwmod_ocp_if *oi) in _add_link() argument 2602 pr_debug("omap_hwmod: %s -> %s: adding link\n", oi->master->name, in _add_link() 2603 oi->slave->name); in _add_link() 2605 list_add(&oi->node, &oi->slave->slave_ports); in _add_link() 2606 oi->slave->slaves_cnt++; in _add_link() 2624 static int __init _register_link(struct omap_hwmod_ocp_if *oi) in _register_link() argument 2626 if (!oi || !oi->master || !oi->slave || !oi->user) in _register_link() 2629 if (oi->_int_flags & _OCPIF_INT_FLAGS_REGISTERED) in _register_link() 2633 oi->master->name, oi->slave->name); in _register_link() 2639 if (oi->master->_state != _HWMOD_STATE_REGISTERED) in _register_link() [all …]
|
| /linux/drivers/gpu/drm/omapdrm/dss/ |
| H A D | dispc.c | 2751 const struct omap_overlay_info *oi, in dispc_ovl_setup() argument 2761 plane, &oi->paddr, &oi->p_uv_addr, oi->screen_width, oi->pos_x, in dispc_ovl_setup() 2762 oi->pos_y, oi->width, oi->height, oi->out_width, oi->out_height, in dispc_ovl_setup() 2763 oi->fourcc, oi->rotation, channel, replication); in dispc_ovl_setup() 2767 r = dispc_ovl_setup_common(dispc, plane, caps, oi->paddr, oi->p_uv_addr, in dispc_ovl_setup() 2768 oi->screen_width, oi->pos_x, oi->pos_y, oi->width, oi->height, in dispc_ovl_setup() 2769 oi->out_width, oi->out_height, oi->fourcc, oi->rotation, in dispc_ovl_setup() 2770 oi->zorder, oi->pre_mult_alpha, oi->global_alpha, in dispc_ovl_setup() 2771 oi->rotation_type, replication, vm, mem_to_mem, in dispc_ovl_setup() 2772 oi->color_encoding, oi->color_range); in dispc_ovl_setup()
|
| /linux/drivers/net/ethernet/dec/tulip/ |
| H A D | interrupt.c | 531 int oi = 0; in tulip_interrupt() local 727 oi++; in tulip_interrupt() 737 oi++; in tulip_interrupt() 739 if (tx > maxtx || rx > maxrx || oi > maxoi) { in tulip_interrupt() 742 csr5, tp->nir, tx, rx, oi); in tulip_interrupt()
|
| /linux/fs/orangefs/ |
| H A D | dir.c | 65 struct orangefs_inode_s *oi = ORANGEFS_I(inode); in do_readdir() local 76 op->upcall.req.readdir.refn = oi->refn; in do_readdir()
|
| /linux/fs/xfs/scrub/ |
| H A D | rtrmap_repair.c | 811 const struct xfs_owner_info *oi) in xrep_rtrmapbt_want_live_update() argument 820 if (XFS_RMAP_NON_INODE_OWNER(oi->oi_owner)) in xrep_rtrmapbt_want_live_update() 824 return xchk_iscan_want_live_update(iscan, oi->oi_owner); in xrep_rtrmapbt_want_live_update()
|
| H A D | rmap_repair.c | 1569 const struct xfs_owner_info *oi) in xrep_rmapbt_want_live_update() argument 1586 if (XFS_RMAP_NON_INODE_OWNER(oi->oi_owner)) in xrep_rmapbt_want_live_update() 1587 return oi->oi_owner != XFS_RMAP_OWN_AG; in xrep_rmapbt_want_live_update() 1590 return xchk_iscan_want_live_update(iscan, oi->oi_owner); in xrep_rmapbt_want_live_update()
|
| /linux/kernel/bpf/ |
| H A D | liveness.c | 1298 int oi; in record_load_store_access() local 1329 for (oi = 0; oi < ptr->off_cnt; oi++) { in record_load_store_access() 1330 if (arg_add(ptr->off[oi], insn->off, &resolved.off[oi])) { in record_load_store_access()
|
| /linux/arch/s390/kernel/ |
| H A D | entry.S | 210 oi __SIE_PROG0C+3(%r14),1 # we are going into SIE now
|
| /linux/arch/s390/tools/ |
| H A D | opcodes.txt | 142 96 oi SI_URD
|