Lines Matching refs:agflbp
1840 xfs_buf_t *agflbp;/* agfl buffer pointer */ in xfs_alloc_fix_freelist() local
1954 if ((error = xfs_alloc_read_agfl(mp, tp, targs.agno, &agflbp))) in xfs_alloc_fix_freelist()
1978 if ((error = xfs_alloc_put_freelist(tp, agbp, agflbp, in xfs_alloc_fix_freelist()
1999 xfs_buf_t *agflbp;/* buffer for a.g. freelist structure */ in xfs_alloc_get_freelist() local
2021 INT_GET(agf->agf_seqno, ARCH_CONVERT), &agflbp))) in xfs_alloc_get_freelist()
2023 agfl = XFS_BUF_TO_AGFL(agflbp); in xfs_alloc_get_freelist()
2029 xfs_trans_brelse(tp, agflbp); in xfs_alloc_get_freelist()
2109 xfs_buf_t *agflbp,/* buffer for a.g. free block array */ in xfs_alloc_put_freelist() argument
2125 if (!agflbp && (error = xfs_alloc_read_agfl(mp, tp, in xfs_alloc_put_freelist()
2126 INT_GET(agf->agf_seqno, ARCH_CONVERT), &agflbp))) in xfs_alloc_put_freelist()
2128 agfl = XFS_BUF_TO_AGFL(agflbp); in xfs_alloc_put_freelist()
2141 xfs_trans_log_buf(tp, agflbp, in xfs_alloc_put_freelist()