Lines Matching refs:agflbp
2822 struct xfs_buf *agflbp = NULL; in xfs_alloc_fix_freelist() local
2950 error = xfs_alloc_read_agfl(pag, tp, &agflbp); in xfs_alloc_fix_freelist()
2992 agflbp, bno, 0); in xfs_alloc_fix_freelist()
2997 xfs_trans_brelse(tp, agflbp); in xfs_alloc_fix_freelist()
3002 xfs_trans_brelse(tp, agflbp); in xfs_alloc_fix_freelist()
3024 struct xfs_buf *agflbp; in xfs_alloc_get_freelist() local
3041 error = xfs_alloc_read_agfl(pag, tp, &agflbp); in xfs_alloc_get_freelist()
3049 agfl_bno = xfs_buf_to_agfl_bno(agflbp); in xfs_alloc_get_freelist()
3055 xfs_trans_brelse(tp, agflbp); in xfs_alloc_get_freelist()
3126 struct xfs_buf *agflbp, in xfs_alloc_put_freelist() argument
3138 if (!agflbp) { in xfs_alloc_put_freelist()
3139 error = xfs_alloc_read_agfl(pag, tp, &agflbp); in xfs_alloc_put_freelist()
3163 agfl_bno = xfs_buf_to_agfl_bno(agflbp); in xfs_alloc_put_freelist()
3166 startoff = (char *)blockp - (char *)agflbp->b_addr; in xfs_alloc_put_freelist()
3170 xfs_trans_buf_set_type(tp, agflbp, XFS_BLFT_AGFL_BUF); in xfs_alloc_put_freelist()
3171 xfs_trans_log_buf(tp, agflbp, startoff, in xfs_alloc_put_freelist()
4117 struct xfs_buf *agflbp, in xfs_agfl_walk() argument
4125 agfl_bno = xfs_buf_to_agfl_bno(agflbp); in xfs_agfl_walk()