USG_PG3/usr/source/head/bufx.h

/*
 * Allocation of buffer headers
 */

struct	buf	buf[NBUF];

/*
 * Head of the available list for buffers
 */
struct	buf bfreelist;