Lines Matching refs:agfl_bp
141 struct xfs_buf *agfl_bp)
147 error = xrep_find_ag_btree_roots(sc, agf_bp, fab, agfl_bp);
360 struct xfs_buf *agfl_bp;
390 error = xfs_alloc_read_agfl(mp, sc->tp, sc->sa.agno, &agfl_bp);
398 error = xfs_agfl_walk(sc->mp, agf_bp->b_addr, agfl_bp,
407 error = xrep_agf_find_btrees(sc, agf_bp, fab, agfl_bp);
567 struct xfs_buf *agfl_bp,
585 agfl = XFS_BUF_TO_AGFL(agfl_bp);
586 memset(agfl, 0xFF, BBTOB(agfl_bp->b_length));
597 agfl_bno = xfs_buf_to_agfl_bno(agfl_bp);
623 xfs_trans_buf_set_type(sc->tp, agfl_bp, XFS_BLFT_AGFL_BUF);
624 xfs_trans_log_buf(sc->tp, agfl_bp, 0, BBTOB(agfl_bp->b_length) - 1);
635 struct xfs_buf *agfl_bp;
661 XFS_FSS_TO_BB(mp, 1), 0, &agfl_bp, NULL);
664 agfl_bp->b_ops = &xfs_agfl_buf_ops;
677 xrep_agfl_init_header(sc, agfl_bp, &agfl_extents, flcount);
685 sc->sa.agfl_bp = agfl_bp;