Home
last modified time | relevance | path

Searched refs:agfl_bp (Results 1 – 8 of 8) sorted by relevance

/fs/xfs/scrub/
A Dagheader_repair.c162 struct xfs_buf *agfl_bp) in xrep_agf_find_btrees() argument
374 struct xfs_buf *agfl_bp; in xrep_agf() local
412 error = xfs_agfl_walk(sc->mp, agf_bp->b_addr, agfl_bp, in xrep_agf()
669 struct xfs_buf *agfl_bp, in xrep_agfl_init_header() argument
687 agfl = XFS_BUF_TO_AGFL(agfl_bp); in xrep_agfl_init_header()
688 memset(agfl, 0xFF, BBTOB(agfl_bp->b_length)); in xrep_agfl_init_header()
699 af.agfl_bno = xfs_buf_to_agfl_bno(agfl_bp); in xrep_agfl_init_header()
707 xfs_trans_log_buf(sc->tp, agfl_bp, 0, BBTOB(agfl_bp->b_length) - 1); in xrep_agfl_init_header()
720 struct xfs_buf *agfl_bp; in xrep_agfl() local
746 XFS_FSS_TO_BB(mp, 1), 0, &agfl_bp, NULL); in xrep_agfl()
[all …]
A Drepair.c496 struct xfs_buf *agfl_bp; member
538 error = xfs_agfl_walk(mp, ri->agf, ri->agfl_bp, in xrep_findroot_block()
710 struct xfs_buf *agfl_bp) in xrep_find_ag_btree_roots() argument
719 ASSERT(agfl_bp == NULL || xfs_buf_islocked(agfl_bp)); in xrep_find_ag_btree_roots()
724 ri.agfl_bp = agfl_bp; in xrep_find_ag_btree_roots()
726 ASSERT(agfl_bp || fab->rmap_owner != XFS_RMAP_OWN_AG); in xrep_find_ag_btree_roots()
A Drmap.c401 struct xfs_buf *agfl_bp; in xchk_rmapbt_walk_ag_metadata() local
446 error = xfs_alloc_read_agfl(sc->sa.pag, sc->tp, &agfl_bp); in xchk_rmapbt_walk_ag_metadata()
450 error = xfs_agfl_walk(sc->mp, agf, agfl_bp, xchk_rmapbt_walk_agfl, in xchk_rmapbt_walk_ag_metadata()
452 xfs_trans_brelse(sc->tp, agfl_bp); in xchk_rmapbt_walk_ag_metadata()
A Dalloc_repair.c367 struct xfs_buf *agfl_bp; in xrep_abt_find_freespace() local
392 error = xfs_alloc_read_agfl(sc->sa.pag, sc->tp, &agfl_bp); in xrep_abt_find_freespace()
396 error = xfs_agfl_walk(mp, agf, agfl_bp, xrep_abt_walk_agfl, ra); in xrep_abt_find_freespace()
408 xfs_trans_brelse(sc->tp, agfl_bp); in xrep_abt_find_freespace()
A Dagheader.c699 struct xfs_buf *agfl_bp; member
733 xchk_block_set_corrupt(sc, sai->agfl_bp); in xchk_agfl_block()
802 error = xfs_alloc_read_agfl(sc->sa.pag, sc->tp, &sai.agfl_bp); in xchk_agfl()
805 xchk_buffer_recheck(sc, sai.agfl_bp); in xchk_agfl()
827 error = xfs_agfl_walk(sc->mp, sc->sa.agf_bp->b_addr, sai.agfl_bp, in xchk_agfl()
A Dreap.c117 struct xfs_buf *agfl_bp; in xreap_put_freelist() local
136 error = xfs_alloc_read_agfl(sc->sa.pag, sc->tp, &agfl_bp); in xreap_put_freelist()
141 agfl_bp, agbno, 0); in xreap_put_freelist()
A Drepair.h75 struct xrep_find_ag_btree *btree_info, struct xfs_buf *agfl_bp);
A Drmap_repair.c1051 struct xfs_buf *agfl_bp; in xrep_rmap_try_reserve() local
1110 error = xfs_alloc_read_agfl(sc->sa.pag, sc->tp, &agfl_bp); in xrep_rmap_try_reserve()
1114 error = xfs_agfl_walk(sc->mp, agf, agfl_bp, xrep_rmap_walk_agfl, &ra); in xrep_rmap_try_reserve()

Completed in 28 milliseconds