Lines Matching refs:agflbp
2490 struct xfs_buf *agflbp = NULL; in xfs_alloc_fix_freelist() local
2594 error = xfs_alloc_read_agfl(mp, tp, targs.agno, &agflbp); in xfs_alloc_fix_freelist()
2624 agflbp, bno, 0); in xfs_alloc_fix_freelist()
2629 xfs_trans_brelse(tp, agflbp); in xfs_alloc_fix_freelist()
2634 xfs_trans_brelse(tp, agflbp); in xfs_alloc_fix_freelist()
2655 xfs_buf_t *agflbp;/* buffer for a.g. freelist structure */ in xfs_alloc_get_freelist() local
2674 &agflbp); in xfs_alloc_get_freelist()
2682 agfl_bno = xfs_buf_to_agfl_bno(agflbp); in xfs_alloc_get_freelist()
2685 xfs_trans_brelse(tp, agflbp); in xfs_alloc_get_freelist()
2776 xfs_buf_t *agflbp,/* buffer for a.g. free block array */ in xfs_alloc_put_freelist() argument
2789 if (!agflbp && (error = xfs_alloc_read_agfl(mp, tp, in xfs_alloc_put_freelist()
2790 be32_to_cpu(agf->agf_seqno), &agflbp))) in xfs_alloc_put_freelist()
2813 agfl_bno = xfs_buf_to_agfl_bno(agflbp); in xfs_alloc_put_freelist()
2816 startoff = (char *)blockp - (char *)agflbp->b_addr; in xfs_alloc_put_freelist()
2820 xfs_trans_buf_set_type(tp, agflbp, XFS_BLFT_AGFL_BUF); in xfs_alloc_put_freelist()
2821 xfs_trans_log_buf(tp, agflbp, startoff, in xfs_alloc_put_freelist()
3408 struct xfs_buf *agflbp, in xfs_agfl_walk() argument
3416 agfl_bno = xfs_buf_to_agfl_bno(agflbp); in xfs_agfl_walk()