Searched refs:oinfo (Results 26 - 37 of 37) sorted by path

12

/linux-master/fs/xfs/scrub/
H A Dcow_repair.c327 .oinfo = XFS_RMAP_OINFO_SKIP_UPDATE,
H A Dnewbt.c87 const struct xfs_owner_info *oinfo,
93 xnr->oinfo = *oinfo; /* structure copy */
107 const struct xfs_owner_info *oinfo)
115 xrep_newbt_init_ag(xnr, sc, oinfo,
161 ASSERT(xnr->oinfo.oi_offset == 0);
191 .oinfo = xnr->oinfo,
232 .oinfo = xnr->oinfo,
84 xrep_newbt_init_ag( struct xrep_newbt *xnr, struct xfs_scrub *sc, const struct xfs_owner_info *oinfo, xfs_fsblock_t alloc_hint, enum xfs_ag_resv_type resv) argument
103 xrep_newbt_init_inode( struct xrep_newbt *xnr, struct xfs_scrub *sc, int whichfork, const struct xfs_owner_info *oinfo) argument
[all...]
H A Dnewbt.h48 struct xfs_owner_info oinfo; member in struct:xrep_newbt
62 const struct xfs_owner_info *oinfo, xfs_fsblock_t alloc_hint,
65 int whichfork, const struct xfs_owner_info *oinfo);
H A Dreap.c58 * if the rmapbt says there is an owner of this block other than @oinfo, then
91 const struct xfs_owner_info *oinfo; member in struct:xreap_state
314 error = xfs_rmap_has_other_keys(cur, agbno, 1, rs->oinfo,
330 error = xfs_rmap_has_other_keys(cur, bno, 1, rs->oinfo,
385 if (rs->oinfo == &XFS_RMAP_OINFO_COW) {
396 *aglenp, rs->oinfo);
420 if (rs->oinfo == &XFS_RMAP_OINFO_COW) {
450 error = xfs_free_extent_later(sc->tp, fsbno, *aglenp, rs->oinfo,
515 const struct xfs_owner_info *oinfo,
520 .oinfo
512 xrep_reap_agblocks( struct xfs_scrub *sc, struct xagb_bitmap *bitmap, const struct xfs_owner_info *oinfo, enum xfs_ag_resv_type type) argument
625 xrep_reap_fsblocks( struct xfs_scrub *sc, struct xfsb_bitmap *bitmap, const struct xfs_owner_info *oinfo) argument
[all...]
H A Dreap.h13 const struct xfs_owner_info *oinfo, enum xfs_ag_resv_type type);
15 const struct xfs_owner_info *oinfo);
H A Drmap.c588 const struct xfs_owner_info *oinfo)
596 error = xfs_rmap_count_owners(sc->sa.rmap_cur, bno, len, oinfo, &res);
613 const struct xfs_owner_info *oinfo)
621 error = xfs_rmap_count_owners(sc->sa.rmap_cur, bno, len, oinfo, &res);
584 xchk_xref_is_only_owned_by( struct xfs_scrub *sc, xfs_agblock_t bno, xfs_extlen_t len, const struct xfs_owner_info *oinfo) argument
609 xchk_xref_is_not_owned_by( struct xfs_scrub *sc, xfs_agblock_t bno, xfs_extlen_t len, const struct xfs_owner_info *oinfo) argument
H A Drmap_repair.c284 const struct xfs_owner_info *oinfo)
288 .owner = oinfo->oi_owner,
292 if (oinfo->oi_flags & XFS_OWNER_INFO_ATTR_FORK)
294 if (oinfo->oi_flags & XFS_OWNER_INFO_BMBT_BLOCK)
410 struct xfs_owner_info oinfo; local
423 xfs_rmap_ino_bmbt_owner(&oinfo, rf->accum.rm_owner, rf->whichfork);
424 error = xrep_rmap_stash_bitmap(rr, &rf->bmbt_blocks, &oinfo);
1385 rr->new_btree.oinfo = XFS_RMAP_OINFO_AG;
1575 if (!xrep_rmapbt_want_live_update(&rr->iscan, &p->oinfo))
1587 p->blockcount, &p->oinfo,
281 xrep_rmap_stash_bitmap( struct xrep_rmap *rr, struct xagb_bitmap *bitmap, const struct xfs_owner_info *oinfo) argument
[all...]
H A Dscrub.h203 xfs_extlen_t len, const struct xfs_owner_info *oinfo);
205 xfs_extlen_t len, const struct xfs_owner_info *oinfo);
H A Dtrace.h2260 xfs_owner_info_unpack(&p->oinfo, &__entry->owner,
/linux-master/fs/xfs/
H A Dxfs_extfree_item.c449 struct xfs_owner_info oinfo = { }; local
461 oinfo.oi_owner = xefi->xefi_owner;
463 oinfo.oi_flags |= XFS_OWNER_INFO_ATTR_FORK;
465 oinfo.oi_flags |= XFS_OWNER_INFO_BMBT_BLOCK;
478 xefi->xefi_blockcount, &oinfo, xefi->xefi_agresv,
530 struct xfs_owner_info oinfo = { }; local
543 oinfo.oi_owner = xefi->xefi_owner;
551 agbno, agbp, &oinfo);
H A Dxfs_trace.h2759 const struct xfs_owner_info *oinfo),
2760 TP_ARGS(mp, agno, agbno, len, unwritten, oinfo),
2775 __entry->owner = oinfo->oi_owner;
2776 __entry->offset = oinfo->oi_offset;
2777 __entry->flags = oinfo->oi_flags;
2794 const struct xfs_owner_info *oinfo), \
2795 TP_ARGS(mp, agno, agbno, len, unwritten, oinfo))
/linux-master/sound/usb/caiaq/
H A Daudio.c668 struct snd_usb_caiaq_cb_info *oinfo = out->context; local
669 clear_bit(oinfo->index, &cdev->outurb_active_mask);

Completed in 435 milliseconds

12