Lines Matching refs:agflbp
1852 xfs_buf_t *agflbp;/* agfl buffer pointer */ in xfs_alloc_fix_freelist() local
1974 if ((error = xfs_alloc_read_agfl(mp, tp, targs.agno, &agflbp))) in xfs_alloc_fix_freelist()
1986 xfs_trans_brelse(tp, agflbp); in xfs_alloc_fix_freelist()
1997 xfs_trans_brelse(tp, agflbp); in xfs_alloc_fix_freelist()
2006 agflbp, bno, 0); in xfs_alloc_fix_freelist()
2011 xfs_trans_brelse(tp, agflbp); in xfs_alloc_fix_freelist()
2028 xfs_buf_t *agflbp;/* buffer for a.g. freelist structure */ in xfs_alloc_get_freelist() local
2048 &agflbp); in xfs_alloc_get_freelist()
2056 agfl_bno = XFS_BUF_TO_AGFL_BNO(mp, agflbp); in xfs_alloc_get_freelist()
2059 xfs_trans_brelse(tp, agflbp); in xfs_alloc_get_freelist()
2145 xfs_buf_t *agflbp,/* buffer for a.g. free block array */ in xfs_alloc_put_freelist() argument
2161 if (!agflbp && (error = xfs_alloc_read_agfl(mp, tp, in xfs_alloc_put_freelist()
2162 be32_to_cpu(agf->agf_seqno), &agflbp))) in xfs_alloc_put_freelist()
2185 agfl_bno = XFS_BUF_TO_AGFL_BNO(mp, agflbp); in xfs_alloc_put_freelist()
2188 startoff = (char *)blockp - (char *)agflbp->b_addr; in xfs_alloc_put_freelist()
2192 xfs_trans_buf_set_type(tp, agflbp, XFS_BLFT_AGFL_BUF); in xfs_alloc_put_freelist()
2193 xfs_trans_log_buf(tp, agflbp, startoff, in xfs_alloc_put_freelist()