pdp11v/usr/include/sys/fblk.h

/* @(#)fblk.h	1.1 */
struct	fblk
{
	int	df_nfree;
	daddr_t	df_free[NICFREE];
};