Lines Matching refs:agfl_bp
156 struct xfs_buf *agfl_bp)
162 error = xrep_find_ag_btree_roots(sc, agf_bp, fab, agfl_bp);
380 struct xfs_buf *agfl_bp;
410 error = xfs_alloc_read_agfl(sc->sa.pag, sc->tp, &agfl_bp);
418 error = xfs_agfl_walk(sc->mp, agf_bp->b_addr, agfl_bp,
427 error = xrep_agf_find_btrees(sc, agf_bp, fab, agfl_bp);
678 struct xfs_buf *agfl_bp,
696 agfl = XFS_BUF_TO_AGFL(agfl_bp);
697 memset(agfl, 0xFF, BBTOB(agfl_bp->b_length));
708 af.agfl_bno = xfs_buf_to_agfl_bno(agfl_bp),
715 xfs_trans_buf_set_type(sc->tp, agfl_bp, XFS_BLFT_AGFL_BUF);
716 xfs_trans_log_buf(sc->tp, agfl_bp, 0, BBTOB(agfl_bp->b_length) - 1);
729 struct xfs_buf *agfl_bp;
755 XFS_FSS_TO_BB(mp, 1), 0, &agfl_bp, NULL);
758 agfl_bp->b_ops = &xfs_agfl_buf_ops;
775 error = xrep_agfl_init_header(sc, agfl_bp, &agfl_extents, flcount);