| /linux/fs/xfs/libxfs/ |
| H A D | xfs_rmap.h | 87 const struct xfs_owner_info *oinfo, in xfs_owner_info_unpack() argument 94 *owner = oinfo->oi_owner; in xfs_owner_info_unpack() 95 *offset = oinfo->oi_offset; in xfs_owner_info_unpack() 96 if (oinfo->oi_flags & XFS_OWNER_INFO_ATTR_FORK) in xfs_owner_info_unpack() 98 if (oinfo->oi_flags & XFS_OWNER_INFO_BMBT_BLOCK) in xfs_owner_info_unpack() 105 struct xfs_owner_info *oinfo, in xfs_owner_info_pack() argument 110 oinfo->oi_owner = owner; in xfs_owner_info_pack() 111 oinfo->oi_offset = XFS_RMAP_OFF(offset); in xfs_owner_info_pack() 112 oinfo->oi_flags = 0; in xfs_owner_info_pack() 114 oinfo->oi_flags |= XFS_OWNER_INFO_ATTR_FORK; in xfs_owner_info_pack() [all …]
|
| H A D | xfs_alloc.h | 57 struct xfs_owner_info oinfo; /* owner of blocks being allocated */ member 83 const struct xfs_owner_info *oinfo, enum xfs_ag_resv_type type); 149 const struct xfs_owner_info *oinfo, /* extent owner */ 159 const struct xfs_owner_info *oinfo, in xfs_free_extent() argument 162 return __xfs_free_extent(tp, pag, agbno, len, oinfo, type, false); in xfs_free_extent() 234 xfs_filblks_t len, const struct xfs_owner_info *oinfo,
|
| H A D | xfs_ag.c | 742 .oinfo = XFS_RMAP_OINFO_SKIP_UPDATE, in xfs_ag_shrink_space()
|
| H A D | xfs_ialloc.c | 716 args.oinfo = XFS_RMAP_OINFO_INODES; in xfs_ialloc_ag_alloc()
|
| /linux/fs/xfs/scrub/ |
| H A D | newbt.c | 98 const struct xfs_owner_info *oinfo, in xrep_newbt_init_ag() argument 104 xnr->oinfo = *oinfo; /* structure copy */ in xrep_newbt_init_ag() 118 const struct xfs_owner_info *oinfo) in xrep_newbt_init_inode() argument 126 xrep_newbt_init_ag(xnr, sc, oinfo, in xrep_newbt_init_inode() 144 struct xfs_owner_info oinfo; in xrep_newbt_init_metadir_inode() local 149 xfs_rmap_ino_bmbt_owner(&oinfo, sc->ip->i_ino, XFS_DATA_FORK); in xrep_newbt_init_metadir_inode() 163 xrep_newbt_init_ag(xnr, sc, &oinfo, in xrep_newbt_init_metadir_inode() 209 ASSERT(xnr->oinfo.oi_offset == 0); in xrep_newbt_add_blocks() 239 .oinfo = xnr->oinfo, in xrep_newbt_add_extent() 281 .oinfo = xnr->oinfo, in xrep_newbt_alloc_ag_blocks() [all …]
|
| H A D | reap.h | 13 const struct xfs_owner_info *oinfo, enum xfs_ag_resv_type type); 15 const struct xfs_owner_info *oinfo); 22 const struct xfs_owner_info *oinfo);
|
| H A D | newbt.h | 48 struct xfs_owner_info oinfo; member 62 const struct xfs_owner_info *oinfo, xfs_fsblock_t alloc_hint, 65 int whichfork, const struct xfs_owner_info *oinfo);
|
| H A D | scrub.h | 314 xfs_extlen_t len, const struct xfs_owner_info *oinfo); 316 xfs_extlen_t len, const struct xfs_owner_info *oinfo); 333 xfs_extlen_t len, const struct xfs_owner_info *oinfo); 344 # define xchk_xref_is_only_rt_owned_by(sc, bno, len, oinfo) do { } while (0) argument
|
| H A D | btree.h | 44 const struct xfs_owner_info *oinfo; member 67 xchk_btree_rec_fn scrub_fn, const struct xfs_owner_info *oinfo,
|
| H A D | rmap_repair.c | 284 const struct xfs_owner_info *oinfo) in xrep_rmap_stash_bitmap() argument 288 .owner = oinfo->oi_owner, in xrep_rmap_stash_bitmap() 292 if (oinfo->oi_flags & XFS_OWNER_INFO_ATTR_FORK) in xrep_rmap_stash_bitmap() 294 if (oinfo->oi_flags & XFS_OWNER_INFO_BMBT_BLOCK) in xrep_rmap_stash_bitmap() 410 struct xfs_owner_info oinfo; in xrep_rmap_scan_iroot_btree() local 423 xfs_rmap_ino_bmbt_owner(&oinfo, rf->accum.rm_owner, rf->whichfork); in xrep_rmap_scan_iroot_btree() 424 error = xrep_rmap_stash_bitmap(rr, &rf->bmbt_blocks, &oinfo); in xrep_rmap_scan_iroot_btree() 1426 rr->new_btree.oinfo = XFS_RMAP_OINFO_AG; in xrep_rmap_build_new_tree() 1615 if (!xrep_rmapbt_want_live_update(&rr->iscan, &p->oinfo)) in xrep_rmapbt_live_update() 1625 p->blockcount, &p->oinfo, p->unwritten); in xrep_rmapbt_live_update()
|
| H A D | bmap_repair.c | 749 struct xfs_owner_info oinfo; in xrep_bmap_build_new_fork() local 763 xfs_rmap_ino_bmbt_owner(&oinfo, sc->ip->i_ino, rb->whichfork); in xrep_bmap_build_new_fork() 765 &oinfo); in xrep_bmap_build_new_fork() 833 struct xfs_owner_info oinfo; in xrep_bmap_remove_old_tree() local 836 xfs_rmap_ino_bmbt_owner(&oinfo, sc->ip->i_ino, rb->whichfork); in xrep_bmap_remove_old_tree() 837 return xrep_reap_fsblocks(sc, &rb->old_bmbt_blocks, &oinfo); in xrep_bmap_remove_old_tree()
|
| H A D | rmap.c | 588 const struct xfs_owner_info *oinfo) in xchk_xref_is_only_owned_by() argument 596 error = xfs_rmap_count_owners(sc->sa.rmap_cur, bno, len, oinfo, &res); in xchk_xref_is_only_owned_by() 613 const struct xfs_owner_info *oinfo) in xchk_xref_is_not_owned_by() argument 621 error = xfs_rmap_count_owners(sc->sa.rmap_cur, bno, len, oinfo, &res); in xchk_xref_is_not_owned_by()
|
| H A D | rtrmap_repair.c | 451 const struct xfs_owner_info *oinfo) in xrep_rtrmap_stash_bitmap() argument 455 .owner = oinfo->oi_owner, in xrep_rtrmap_stash_bitmap() 849 if (!xrep_rtrmapbt_want_live_update(&rr->iscan, &p->oinfo)) in xrep_rtrmapbt_live_update() 859 p->blockcount, &p->oinfo, p->unwritten); in xrep_rtrmapbt_live_update()
|
| H A D | btree.c | 409 xchk_xref_is_only_owned_by(bs->sc, agbno, 1, bs->oinfo); in xchk_btree_check_block_owner() 686 const struct xfs_owner_info *oinfo, in xchk_btree() argument 716 bs->oinfo = oinfo; in xchk_btree()
|
| H A D | alloc_repair.c | 558 ra->new_bnobt.oinfo.oi_owner); in xrep_abt_dispose_one() 561 &ra->new_bnobt.oinfo, XFS_AG_RESV_IGNORE, true); in xrep_abt_dispose_one()
|
| H A D | cow_repair.c | 416 .oinfo = XFS_RMAP_OINFO_SKIP_UPDATE, in xrep_cow_alloc()
|
| H A D | trace.h | 2787 xfs_owner_info_unpack(&p->oinfo, &__entry->owner,
|
| /linux/fs/ocfs2/ |
| H A D | quota.h | 110 int ocfs2_lock_global_qf(struct ocfs2_mem_dqinfo *oinfo, int ex); 111 void ocfs2_unlock_global_qf(struct ocfs2_mem_dqinfo *oinfo, int ex);
|
| /linux/drivers/regulator/ |
| H A D | ti-abb-regulator.c | 308 struct ti_abb_info *info, *oinfo; in ti_abb_set_voltage_sel() local 347 oinfo = &abb->info[abb->current_info_idx]; in ti_abb_set_voltage_sel() 348 if (!memcmp(info, oinfo, sizeof(*info))) { in ti_abb_set_voltage_sel()
|
| /linux/sound/usb/caiaq/ |
| H A D | audio.c | 644 struct snd_usb_caiaq_cb_info *oinfo = out->context; in read_completed() local 645 clear_bit(oinfo->index, &cdev->outurb_active_mask); in read_completed()
|
| /linux/fs/xfs/ |
| H A D | xfs_trace.h | 3196 const struct xfs_owner_info *oinfo), 3197 TP_ARGS(cur, gbno, len, unwritten, oinfo), 3214 __entry->owner = oinfo->oi_owner; 3215 __entry->offset = oinfo->oi_offset; 3216 __entry->flags = oinfo->oi_flags; 3234 const struct xfs_owner_info *oinfo), \ 3235 TP_ARGS(cur, gbno, len, unwritten, oinfo))
|