Lines Matching refs:agflbp
2599 struct xfs_buf *agflbp = NULL; in xfs_alloc_fix_freelist() local
2712 error = xfs_alloc_read_agfl(pag, tp, &agflbp); in xfs_alloc_fix_freelist()
2742 agflbp, bno, 0); in xfs_alloc_fix_freelist()
2747 xfs_trans_brelse(tp, agflbp); in xfs_alloc_fix_freelist()
2752 xfs_trans_brelse(tp, agflbp); in xfs_alloc_fix_freelist()
2774 struct xfs_buf *agflbp; in xfs_alloc_get_freelist() local
2791 error = xfs_alloc_read_agfl(pag, tp, &agflbp); in xfs_alloc_get_freelist()
2799 agfl_bno = xfs_buf_to_agfl_bno(agflbp); in xfs_alloc_get_freelist()
2802 xfs_trans_brelse(tp, agflbp); in xfs_alloc_get_freelist()
2873 struct xfs_buf *agflbp, in xfs_alloc_put_freelist() argument
2885 if (!agflbp) { in xfs_alloc_put_freelist()
2886 error = xfs_alloc_read_agfl(pag, tp, &agflbp); in xfs_alloc_put_freelist()
2910 agfl_bno = xfs_buf_to_agfl_bno(agflbp); in xfs_alloc_put_freelist()
2913 startoff = (char *)blockp - (char *)agflbp->b_addr; in xfs_alloc_put_freelist()
2917 xfs_trans_buf_set_type(tp, agflbp, XFS_BLFT_AGFL_BUF); in xfs_alloc_put_freelist()
2918 xfs_trans_log_buf(tp, agflbp, startoff, in xfs_alloc_put_freelist()
3524 struct xfs_buf *agflbp, in xfs_agfl_walk() argument
3532 agfl_bno = xfs_buf_to_agfl_bno(agflbp); in xfs_agfl_walk()