taglinefilesource code
f21fs/file_table.cstruct file * f = file_table+0;
f23fs/file_table.cfor (i = 0; i++ < NR_FILE; f++)
f24fs/file_table.cif (!f->f_count) {
f25fs/file_table.cmemset(f,0,sizeof(*f));
f26fs/file_table.cf->f_count = 1;
f27fs/file_table.creturn f;
f356fs/open.cstruct file * f;
f366fs/open.cf = get_empty_filp();
f367fs/open.cif (!f)
f369fs/open.ccurrent->filp[fd] = f;
f370fs/open.cf->f_flags = flag = flags;
f371fs/open.cf->f_mode = (flag+1) & O_ACCMODE;
f372fs/open.cif (f->f_mode)
f383fs/open.cf->f_count--;
f393fs/open.cf->f_count--;
f398fs/open.cf->f_inode = inode;
f399fs/open.cf->f_pos = 0;
f400fs/open.cf->f_reada = 0;
f401fs/open.cf->f_op = NULL;
f403fs/open.cf->f_op = inode->i_op->default_file_ops;
f404fs/open.cif (f->f_op && f->f_op->open) {
f405fs/open.cerror = f->f_op->open(inode,f);
f408fs/open.cf->f_count--;
f413fs/open.cf->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC);
f218fs/pipe.cstruct file * f[2];
f226fs/pipe.cif (!(f[j] = get_empty_filp()))
f229fs/pipe.cf[0]->f_count--;
f235fs/pipe.ccurrent->filp[ fd[j]=i ] = f[j];
f241fs/pipe.cf[0]->f_count--;
f242fs/pipe.cf[1]->f_count--;
f248fs/pipe.cf[0]->f_count--;
f249fs/pipe.cf[1]->f_count--;
f252fs/pipe.cf[0]->f_inode = f[1]->f_inode = inode;
f253fs/pipe.cf[0]->f_pos = f[1]->f_pos = 0;
f254fs/pipe.cf[0]->f_flags = O_RDONLY;
f255fs/pipe.cf[0]->f_op = &read_pipe_fops;
f256fs/pipe.cf[0]->f_mode = 1;    /* read */
f257fs/pipe.cf[1]->f_flags = O_WRONLY;
f258fs/pipe.cf[1]->f_op = &write_pipe_fops;
f259fs/pipe.cf[1]->f_mode = 2;    /* write */
f144fs/stat.cstruct file * f;
f151fs/stat.cif (fd >= NR_OPEN || !(f=current->filp[fd]) || !(inode=f->f_inode))
f159fs/stat.cstruct file * f;
f166fs/stat.cif (fd >= NR_OPEN || !(f=current->filp[fd]) || !(inode=f->f_inode))
f148include/linux/tty.h#define _L_FLAG(tty,f)  ((tty)->termios->c_lflag & f)
f149include/linux/tty.h#define _I_FLAG(tty,f)  ((tty)->termios->c_iflag & f)
f150include/linux/tty.h#define _O_FLAG(tty,f)  ((tty)->termios->c_oflag & f)
f151include/linux/tty.h#define _C_FLAG(tty,f)  ((tty)->termios->c_cflag & f)
f116kernel/FPU-emu/reg_compare.cint f;
f122kernel/FPU-emu/reg_compare.cf = SW_C3 | SW_C2 | SW_C0;
f128kernel/FPU-emu/reg_compare.cf = SW_C0;
f131kernel/FPU-emu/reg_compare.cf = SW_C3;
f134kernel/FPU-emu/reg_compare.cf = 0;
f137kernel/FPU-emu/reg_compare.cf = SW_C3 | SW_C2 | SW_C0;
f142kernel/FPU-emu/reg_compare.cf = SW_C3 | SW_C2 | SW_C0;
f146kernel/FPU-emu/reg_compare.csetcc(f);
f153kernel/FPU-emu/reg_compare.cint f;
f157kernel/FPU-emu/reg_compare.cf = SW_C3 | SW_C2 | SW_C0;
f163kernel/FPU-emu/reg_compare.cf = SW_C0;
f166kernel/FPU-emu/reg_compare.cf = SW_C3;
f169kernel/FPU-emu/reg_compare.cf = 0;
f172kernel/FPU-emu/reg_compare.cf = SW_C3 | SW_C2 | SW_C0;
f177kernel/FPU-emu/reg_compare.cf = SW_C3 | SW_C2 | SW_C0;
f181kernel/FPU-emu/reg_compare.csetcc(f);
f187kernel/FPU-emu/reg_compare.cint f;
f194kernel/FPU-emu/reg_compare.cf = SW_C3 | SW_C2 | SW_C0;
f200kernel/FPU-emu/reg_compare.cf = SW_C0;
f203kernel/FPU-emu/reg_compare.cf = SW_C3;
f206kernel/FPU-emu/reg_compare.cf = 0;
f209kernel/FPU-emu/reg_compare.cf = SW_C3 | SW_C2 | SW_C0;
f214kernel/FPU-emu/reg_compare.cf = SW_C3 | SW_C2 | SW_C0;
f218kernel/FPU-emu/reg_compare.csetcc(f);
f75kernel/fork.cstruct file *f;
f141kernel/fork.cif ((f = p->filp[i]) != NULL)
f142kernel/fork.cf->f_count++;
f115zBoot/inflate.cunsigned f;                   /* i repeats in table every f entries */
f224zBoot/inflate.cif ((f = 1 << (j = k - w)) > a + 1)     /* try a k-w bit table */
f227zBoot/inflate.cf -= a + 1;           /* deduct codes from patterns left */
f231zBoot/inflate.cif ((f <<= 1) <= *++xp)
f233zBoot/inflate.cf -= *xp;           /* else deduct codes from patterns */
f287zBoot/inflate.cf = 1 << (k - w);
f288zBoot/inflate.cfor (j = i >> w; j < z; j += f)