filelist           70 kern/kern_descrip.c struct filelist filehead;	/* head of list of open files */
filelist          107 sys/file.h     LIST_HEAD(filelist, file);
filelist          108 sys/file.h     extern struct filelist filehead;	/* head of list of open files */