Searched refs:agi_bp (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | agheader.c | 866 struct xfs_agi *agi = sc->sa.agi_bp->b_addr; in xchk_agi_xref_icounts() 879 xchk_block_xref_set_corrupt(sc, sc->sa.agi_bp); in xchk_agi_xref_icounts() 887 struct xfs_agi *agi = sc->sa.agi_bp->b_addr; in xchk_agi_xref_fiblocks() 899 xchk_block_xref_set_corrupt(sc, sc->sa.agi_bp); in xchk_agi_xref_fiblocks() 907 xchk_block_xref_set_corrupt(sc, sc->sa.agi_bp); in xchk_agi_xref_fiblocks() 959 xchk_block_set_corrupt(sc, sc->sa.agi_bp); in xchk_iunlink_bucket() 964 xchk_block_set_corrupt(sc, sc->sa.agi_bp); in xchk_iunlink_bucket() 970 xchk_block_set_corrupt(sc, sc->sa.agi_bp); in xchk_iunlink_bucket() 975 xchk_block_set_corrupt(sc, sc->sa.agi_bp); in xchk_iunlink_bucket() 1041 xchk_buffer_recheck(sc, sc->sa.agi_bp); in xchk_agi() [all …]
|
| H A D | agheader_repair.c | 810 struct xfs_buf *agi_bp; member 894 struct xfs_buf *agi_bp = ragi->agi_bp; in xrep_agi_init_header() local 896 struct xfs_agi *agi = agi_bp->b_addr; in xrep_agi_init_header() 901 memset(agi, 0, BBTOB(agi_bp->b_length)); in xrep_agi_init_header() 922 struct xfs_agi *agi = ragi->agi_bp->b_addr; in xrep_agi_set_roots() 940 struct xfs_buf *agi_bp = ragi->agi_bp; in xrep_agi_calc_from_btrees() local 942 struct xfs_agi *agi = agi_bp->b_addr; in xrep_agi_calc_from_btrees() 948 cur = xfs_inobt_init_cursor(sc->sa.pag, sc->tp, agi_bp); in xrep_agi_calc_from_btrees() 968 cur = xfs_finobt_init_cursor(sc->sa.pag, sc->tp, agi_bp); in xrep_agi_calc_from_btrees() 1101 struct xfs_agi *agi = ragi->agi_bp->b_addr; in xrep_iunlink_walk_ondisk_bucket() [all …]
|
| H A D | fscounters.c | 75 struct xfs_buf *agi_bp = NULL; in xchk_fscount_warmup() local 88 error = xfs_ialloc_read_agi(pag, sc->tp, 0, &agi_bp); in xchk_fscount_warmup() 107 xfs_buf_relse(agi_bp); in xchk_fscount_warmup() 108 agi_bp = NULL; in xchk_fscount_warmup() 113 if (agi_bp) in xchk_fscount_warmup() 114 xfs_buf_relse(agi_bp); in xchk_fscount_warmup()
|
| H A D | nlinks.c | 809 struct xfs_buf *agi_bp; in xchk_nlinks_compare_inum() local 820 error = xchk_iget_agi(xnc->sc, ino, &agi_bp, &ip); in xchk_nlinks_compare_inum() 835 if (agi_bp == NULL) { in xchk_nlinks_compare_inum() 836 ASSERT(agi_bp != NULL); in xchk_nlinks_compare_inum() 866 if (agi_bp) in xchk_nlinks_compare_inum() 867 xfs_trans_brelse(tp, agi_bp); in xchk_nlinks_compare_inum()
|
| H A D | rmap.c | 459 cur = xfs_inobt_init_cursor(sc->sa.pag, sc->tp, sc->sa.agi_bp); in xchk_rmapbt_walk_ag_metadata() 470 sc->sa.agi_bp); in xchk_rmapbt_walk_ag_metadata()
|
| H A D | scrub.h | 111 struct xfs_buf *agi_bp; member
|
| /linux/fs/xfs/ |
| H A D | xfs_iwalk.c | 398 struct xfs_buf *agi_bp = NULL; in xfs_iwalk_ag() local 407 error = xfs_iwalk_ag_start(iwag, agino, &cur, &agi_bp, &has_more); in xfs_iwalk_ag() 466 error = xfs_iwalk_run_callbacks(iwag, &cur, &agi_bp, &has_more); in xfs_iwalk_ag() 473 error = xfs_iwalk_run_callbacks(iwag, &cur, &agi_bp, &has_more); in xfs_iwalk_ag() 476 xfs_iwalk_del_inobt(iwag->tp, &cur, &agi_bp, error); in xfs_iwalk_ag()
|