taglinefilesource code
file_table10fs/file_table.cstruct file file_table[NR_FILE];
file_table15fs/file_table.cstruct file * f = file_table+0;
file_table449fs/super.cmemset(file_table, 0, sizeof(file_table));
file_table328include/linux/fs.hextern struct file file_table[NR_FILE];
file_table240kernel/chr_drv/tty_io.cfilp = file_table + NR_FILE;
file_table241kernel/chr_drv/tty_io.cwhile (filp-- > file_table) {