1 2 3 4 5 6 7 8 9
/* * linux/fs/file_table.c * * (C) 1991 Linus Torvalds */ #include <linux/fs.h> struct file file_table[NR_FILE];