Lines Matching defs:agflbp
2638 struct xfs_buf *agflbp = NULL;
2754 error = xfs_alloc_read_agfl(pag, tp, &agflbp);
2796 agflbp, bno, 0);
2801 xfs_trans_brelse(tp, agflbp);
2806 xfs_trans_brelse(tp, agflbp);
2828 struct xfs_buf *agflbp;
2845 error = xfs_alloc_read_agfl(pag, tp, &agflbp);
2853 agfl_bno = xfs_buf_to_agfl_bno(agflbp);
2859 xfs_trans_brelse(tp, agflbp);
2930 struct xfs_buf *agflbp,
2942 if (!agflbp) {
2943 error = xfs_alloc_read_agfl(pag, tp, &agflbp);
2967 agfl_bno = xfs_buf_to_agfl_bno(agflbp);
2970 startoff = (char *)blockp - (char *)agflbp->b_addr;
2974 xfs_trans_buf_set_type(tp, agflbp, XFS_BLFT_AGFL_BUF);
2975 xfs_trans_log_buf(tp, agflbp, startoff,
3921 struct xfs_buf *agflbp,
3929 agfl_bno = xfs_buf_to_agfl_bno(agflbp);