Searched refs:agfl_bp (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/fs/xfs/scrub/ |
D | agheader_repair.c | 142 struct xfs_buf *agfl_bp) in xrep_agf_find_btrees() argument 148 error = xrep_find_ag_btree_roots(sc, agf_bp, fab, agfl_bp); in xrep_agf_find_btrees() 362 struct xfs_buf *agfl_bp; in xrep_agf() local 392 error = xfs_alloc_read_agfl(mp, sc->tp, sc->sa.pag->pag_agno, &agfl_bp); in xrep_agf() 400 error = xfs_agfl_walk(sc->mp, agf_bp->b_addr, agfl_bp, in xrep_agf() 409 error = xrep_agf_find_btrees(sc, agf_bp, fab, agfl_bp); in xrep_agf() 569 struct xfs_buf *agfl_bp, in xrep_agfl_init_header() argument 587 agfl = XFS_BUF_TO_AGFL(agfl_bp); in xrep_agfl_init_header() 588 memset(agfl, 0xFF, BBTOB(agfl_bp->b_length)); in xrep_agfl_init_header() 599 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() 518 error = xfs_alloc_put_freelist(sc->tp, sc->sa.agf_bp, sc->sa.agfl_bp, in xrep_put_freelist() 660 struct xfs_buf *agfl_bp; member 702 error = xfs_agfl_walk(mp, ri->agf, ri->agfl_bp, in xrep_findroot_block() 874 struct xfs_buf *agfl_bp) in xrep_find_ag_btree_roots() argument 883 ASSERT(agfl_bp == NULL || xfs_buf_islocked(agfl_bp)); in xrep_find_ag_btree_roots() 888 ri.agfl_bp = agfl_bp; in xrep_find_ag_btree_roots() [all …]
|
D | common.c | 425 error = xfs_alloc_read_agfl(mp, sc->tp, agno, &sa->agfl_bp); in xchk_ag_read_headers() 516 if (sa->agfl_bp) { in xchk_ag_free() 517 xfs_trans_brelse(sc->tp, sa->agfl_bp); in xchk_ag_free() 518 sa->agfl_bp = NULL; in xchk_ag_free()
|
D | repair.h | 53 struct xrep_find_ag_btree *btree_info, struct xfs_buf *agfl_bp);
|
D | scrub.h | 42 struct xfs_buf *agfl_bp; member
|
D | agheader.c | 649 xchk_block_set_corrupt(sc, sc->sa.agfl_bp); in xchk_agfl_block() 713 xchk_buffer_recheck(sc, sc->sa.agfl_bp); in xchk_agfl() 739 sc->sa.agfl_bp, xchk_agfl_block, &sai); in xchk_agfl()
|