root/fs/file_table.c

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

/* [previous][next][first][last][top][bottom][index][help] */