Home
last modified time | relevance | path

Searched refs:agf_bp (Results 1 – 11 of 11) sorted by relevance

/linux/fs/xfs/scrub/
H A Dagheader_repair.c160 struct xfs_buf *agf_bp, in xrep_agf_find_btrees() argument
164 struct xfs_agf *old_agf = agf_bp->b_addr; in xrep_agf_find_btrees()
168 error = xrep_find_ag_btree_roots(sc, agf_bp, fab, agfl_bp); in xrep_agf_find_btrees()
200 struct xfs_buf *agf_bp, in xrep_agf_init_header() argument
205 struct xfs_agf *agf = agf_bp->b_addr; in xrep_agf_init_header()
208 memset(agf, 0, BBTOB(agf_bp->b_length)); in xrep_agf_init_header()
252 struct xfs_buf *agf_bp) in xrep_agf_calc_from_btrees() argument
256 struct xfs_agf *agf = agf_bp->b_addr; in xrep_agf_calc_from_btrees()
263 cur = xfs_bnobt_init_cursor(mp, sc->tp, agf_bp, sc->sa.pag); in xrep_agf_calc_from_btrees()
276 cur = xfs_cntbt_init_cursor(mp, sc->tp, agf_bp, sc->sa.pag); in xrep_agf_calc_from_btrees()
[all …]
H A Dagheader.c452 struct xfs_agf *agf = sc->sa.agf_bp->b_addr; in xchk_agf_xref_freeblks()
464 xchk_block_xref_set_corrupt(sc, sc->sa.agf_bp); in xchk_agf_xref_freeblks()
472 struct xfs_agf *agf = sc->sa.agf_bp->b_addr; in xchk_agf_xref_cntbt()
487 xchk_block_xref_set_corrupt(sc, sc->sa.agf_bp); in xchk_agf_xref_cntbt()
496 xchk_block_xref_set_corrupt(sc, sc->sa.agf_bp); in xchk_agf_xref_cntbt()
504 struct xfs_agf *agf = sc->sa.agf_bp->b_addr; in xchk_agf_xref_btreeblks()
521 xchk_block_xref_set_corrupt(sc, sc->sa.agf_bp); in xchk_agf_xref_btreeblks()
546 xchk_block_xref_set_corrupt(sc, sc->sa.agf_bp); in xchk_agf_xref_btreeblks()
554 struct xfs_agf *agf = sc->sa.agf_bp->b_addr; in xchk_agf_xref_refcblks()
565 xchk_block_xref_set_corrupt(sc, sc->sa.agf_bp); in xchk_agf_xref_refcblks()
[all …]
H A Dfscounters.c76 struct xfs_buf *agf_bp = NULL; in xchk_fscount_warmup() local
91 error = xfs_alloc_read_agf(pag, sc->tp, 0, &agf_bp); in xchk_fscount_warmup()
105 xfs_buf_relse(agf_bp); in xchk_fscount_warmup()
106 agf_bp = NULL; in xchk_fscount_warmup()
111 if (agf_bp) in xchk_fscount_warmup()
112 xfs_buf_relse(agf_bp); in xchk_fscount_warmup()
H A Dalloc_repair.c366 struct xfs_agf *agf = sc->sa.agf_bp->b_addr; in xrep_abt_find_freespace()
653 struct xfs_agf *agf = sc->sa.agf_bp->b_addr; in xrep_abt_reset_counters()
675 xfs_alloc_log_agf(sc->tp, sc->sa.agf_bp, XFS_AGF_BTREEBLKS | in xrep_abt_reset_counters()
793 xfs_allocbt_commit_staged_btree(bno_cur, sc->tp, sc->sa.agf_bp); in xrep_abt_build_new_trees()
795 xfs_allocbt_commit_staged_btree(cnt_cur, sc->tp, sc->sa.agf_bp); in xrep_abt_build_new_trees()
H A Drmap.c402 struct xfs_agf *agf = sc->sa.agf_bp->b_addr; in xchk_rmapbt_walk_ag_metadata()
424 cur = xfs_bnobt_init_cursor(sc->mp, sc->tp, sc->sa.agf_bp, in xchk_rmapbt_walk_ag_metadata()
434 cur = xfs_cntbt_init_cursor(sc->mp, sc->tp, sc->sa.agf_bp, in xchk_rmapbt_walk_ag_metadata()
483 sc->sa.agf_bp, sc->sa.pag); in xchk_rmapbt_walk_ag_metadata()
H A Dscrub.h110 struct xfs_buf *agf_bp; member
H A Drepair.h66 int xrep_find_ag_btree_roots(struct xfs_scrub *sc, struct xfs_buf *agf_bp,
H A Drefcount_repair.c642 xfs_refcountbt_commit_staged_btree(refc_cur, sc->tp, sc->sa.agf_bp); in xrep_refc_build_new_tree()
/linux/fs/xfs/
H A Dxfs_verify_media.c113 struct xfs_buf *agf_bp = NULL; in xfs_verify_report_losses() local
123 error = xfs_alloc_read_agf(pag, tp, 0, &agf_bp); in xfs_verify_report_losses()
129 cur = xfs_rmapbt_init_cursor(mp, tp, agf_bp, pag); in xfs_verify_report_losses()
156 if (agf_bp) in xfs_verify_report_losses()
157 xfs_trans_brelse(tp, agf_bp); in xfs_verify_report_losses()
H A Dxfs_notify_failure.c297 struct xfs_buf *agf_bp = NULL; in xfs_dax_notify_dev_failure() local
305 error = xfs_alloc_read_agf(pag, tp, 0, &agf_bp); in xfs_dax_notify_dev_failure()
311 cur = xfs_rmapbt_init_cursor(mp, tp, agf_bp, pag); in xfs_dax_notify_dev_failure()
338 if (agf_bp) in xfs_dax_notify_dev_failure()
339 xfs_trans_brelse(tp, agf_bp); in xfs_dax_notify_dev_failure()
H A Dxfs_fsmap.c163 struct xfs_buf *agf_bp; /* AGF, for refcount queries */ member
226 cur = xfs_refcountbt_init_cursor(mp, tp, info->agf_bp, in xfs_getfsmap_is_shared()
550 xfs_trans_brelse(tp, info->agf_bp); in __xfs_getfsmap_datadev()
551 info->agf_bp = NULL; in __xfs_getfsmap_datadev()
554 error = xfs_alloc_read_agf(pag, tp, 0, &info->agf_bp); in __xfs_getfsmap_datadev()
591 if (info->agf_bp) { in __xfs_getfsmap_datadev()
592 xfs_trans_brelse(tp, info->agf_bp); in __xfs_getfsmap_datadev()
593 info->agf_bp = NULL; in __xfs_getfsmap_datadev()
619 *curpp = xfs_rmapbt_init_cursor(tp->t_mountp, tp, info->agf_bp, in xfs_getfsmap_datadev_rmapbt_query()
652 *curpp = xfs_bnobt_init_cursor(tp->t_mountp, tp, info->agf_bp, in xfs_getfsmap_datadev_bnobt_query()