Searched refs:agfl_bp (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/fs/xfs/scrub/ |
D | agheader_repair.c | 141 struct xfs_buf *agfl_bp) in xrep_agf_find_btrees() argument 147 error = xrep_find_ag_btree_roots(sc, agf_bp, fab, agfl_bp); in xrep_agf_find_btrees() 360 struct xfs_buf *agfl_bp; in xrep_agf() local 390 error = xfs_alloc_read_agfl(mp, sc->tp, sc->sa.agno, &agfl_bp); in xrep_agf() 398 error = xfs_agfl_walk(sc->mp, agf_bp->b_addr, agfl_bp, in xrep_agf() 407 error = xrep_agf_find_btrees(sc, agf_bp, fab, agfl_bp); in xrep_agf() 567 struct xfs_buf *agfl_bp, in xrep_agfl_init_header() argument 585 agfl = XFS_BUF_TO_AGFL(agfl_bp); in xrep_agfl_init_header() 586 memset(agfl, 0xFF, BBTOB(agfl_bp->b_length)); in xrep_agfl_init_header() 597 agfl_bno = xfs_buf_to_agfl_bno(agfl_bp); in xrep_agfl_init_header() [all …]
|
D | repair.c | 128 if (sc->sa.agfl_bp) in xrep_roll_ag_trans() 129 xfs_trans_bhold(sc->tp, sc->sa.agfl_bp); in xrep_roll_ag_trans() 147 if (sc->sa.agfl_bp) in xrep_roll_ag_trans() 148 xfs_trans_bjoin(sc->tp, sc->sa.agfl_bp); in xrep_roll_ag_trans() 514 error = xfs_alloc_put_freelist(sc->tp, sc->sa.agf_bp, sc->sa.agfl_bp, in xrep_put_freelist() 655 struct xfs_buf *agfl_bp; member 697 error = xfs_agfl_walk(mp, ri->agf, ri->agfl_bp, in xrep_findroot_block() 869 struct xfs_buf *agfl_bp) in xrep_find_ag_btree_roots() argument 878 ASSERT(agfl_bp == NULL || xfs_buf_islocked(agfl_bp)); in xrep_find_ag_btree_roots() 883 ri.agfl_bp = agfl_bp; in xrep_find_ag_btree_roots() [all …]
|
D | common.c | 530 if (sa->agfl_bp) { in xchk_ag_free() 531 xfs_trans_brelse(sc->tp, sa->agfl_bp); in xchk_ag_free() 532 sa->agfl_bp = NULL; in xchk_ag_free() 566 &sa->agf_bp, &sa->agfl_bp); in xchk_ag_init()
|
D | agheader.c | 523 &sc->sa.agf_bp, &sc->sa.agfl_bp); in xchk_agf() 637 xchk_block_set_corrupt(sc, sc->sa.agfl_bp); in xchk_agfl_block() 701 &sc->sa.agf_bp, &sc->sa.agfl_bp); in xchk_agfl() 706 xchk_buffer_recheck(sc, sc->sa.agfl_bp); in xchk_agfl() 732 sc->sa.agfl_bp, xchk_agfl_block, &sai); in xchk_agfl() 862 &sc->sa.agf_bp, &sc->sa.agfl_bp); in xchk_agi()
|
D | repair.h | 53 struct xrep_find_ag_btree *btree_info, struct xfs_buf *agfl_bp);
|
D | scrub.h | 44 struct xfs_buf *agfl_bp; member
|