agfl_size        2116 fs/xfs/libxfs/xfs_alloc.c 	int			agfl_size = xfs_agfl_size(mp);
agfl_size        2128 fs/xfs/libxfs/xfs_alloc.c 	if (f >= agfl_size || l >= agfl_size)
agfl_size        2130 fs/xfs/libxfs/xfs_alloc.c 	if (c > agfl_size)
agfl_size        2140 fs/xfs/libxfs/xfs_alloc.c 		active = agfl_size - f + l + 1;