agflbp           2231 fs/xfs/libxfs/xfs_alloc.c 	struct xfs_buf		*agflbp = NULL;
agflbp           2337 fs/xfs/libxfs/xfs_alloc.c 	error = xfs_alloc_read_agfl(mp, tp, targs.agno, &agflbp);
agflbp           2367 fs/xfs/libxfs/xfs_alloc.c 							agflbp, bno, 0);
agflbp           2372 fs/xfs/libxfs/xfs_alloc.c 	xfs_trans_brelse(tp, agflbp);
agflbp           2377 fs/xfs/libxfs/xfs_alloc.c 	xfs_trans_brelse(tp, agflbp);
agflbp           2398 fs/xfs/libxfs/xfs_alloc.c 	xfs_buf_t	*agflbp;/* buffer for a.g. freelist structure */
agflbp           2418 fs/xfs/libxfs/xfs_alloc.c 				    &agflbp);
agflbp           2426 fs/xfs/libxfs/xfs_alloc.c 	agfl_bno = XFS_BUF_TO_AGFL_BNO(mp, agflbp);
agflbp           2429 fs/xfs/libxfs/xfs_alloc.c 	xfs_trans_brelse(tp, agflbp);
agflbp           2522 fs/xfs/libxfs/xfs_alloc.c 	xfs_buf_t		*agflbp,/* buffer for a.g. free block array */
agflbp           2538 fs/xfs/libxfs/xfs_alloc.c 	if (!agflbp && (error = xfs_alloc_read_agfl(mp, tp,
agflbp           2539 fs/xfs/libxfs/xfs_alloc.c 			be32_to_cpu(agf->agf_seqno), &agflbp)))
agflbp           2563 fs/xfs/libxfs/xfs_alloc.c 	agfl_bno = XFS_BUF_TO_AGFL_BNO(mp, agflbp);
agflbp           2566 fs/xfs/libxfs/xfs_alloc.c 	startoff = (char *)blockp - (char *)agflbp->b_addr;
agflbp           2570 fs/xfs/libxfs/xfs_alloc.c 	xfs_trans_buf_set_type(tp, agflbp, XFS_BLFT_AGFL_BUF);
agflbp           2571 fs/xfs/libxfs/xfs_alloc.c 	xfs_trans_log_buf(tp, agflbp, startoff,
agflbp           3146 fs/xfs/libxfs/xfs_alloc.c 	struct xfs_buf		*agflbp,
agflbp           3154 fs/xfs/libxfs/xfs_alloc.c 	agfl_bno = XFS_BUF_TO_AGFL_BNO(mp, agflbp);
agflbp            155 fs/xfs/libxfs/xfs_alloc.h 	struct xfs_buf	*agflbp,/* buffer for a.g. free block array */
agflbp            251 fs/xfs/libxfs/xfs_alloc.h 		struct xfs_buf *agflbp, xfs_agfl_walk_fn walk_fn, void *priv);