Lines Matching refs:agflbp
1939 struct xfs_buf *agflbp = NULL; in xfs_alloc_fix_freelist() local
2028 error = xfs_alloc_read_agfl(mp, tp, targs.agno, &agflbp); in xfs_alloc_fix_freelist()
2057 agflbp, bno, 0); in xfs_alloc_fix_freelist()
2062 xfs_trans_brelse(tp, agflbp); in xfs_alloc_fix_freelist()
2067 xfs_trans_brelse(tp, agflbp); in xfs_alloc_fix_freelist()
2088 xfs_buf_t *agflbp;/* buffer for a.g. freelist structure */ in xfs_alloc_get_freelist() local
2108 &agflbp); in xfs_alloc_get_freelist()
2116 agfl_bno = XFS_BUF_TO_AGFL_BNO(mp, agflbp); in xfs_alloc_get_freelist()
2119 xfs_trans_brelse(tp, agflbp); in xfs_alloc_get_freelist()
2205 xfs_buf_t *agflbp,/* buffer for a.g. free block array */ in xfs_alloc_put_freelist() argument
2221 if (!agflbp && (error = xfs_alloc_read_agfl(mp, tp, in xfs_alloc_put_freelist()
2222 be32_to_cpu(agf->agf_seqno), &agflbp))) in xfs_alloc_put_freelist()
2245 agfl_bno = XFS_BUF_TO_AGFL_BNO(mp, agflbp); in xfs_alloc_put_freelist()
2248 startoff = (char *)blockp - (char *)agflbp->b_addr; in xfs_alloc_put_freelist()
2252 xfs_trans_buf_set_type(tp, agflbp, XFS_BLFT_AGFL_BUF); in xfs_alloc_put_freelist()
2253 xfs_trans_log_buf(tp, agflbp, startoff, in xfs_alloc_put_freelist()