tag | line | file | source code |
f | 21 | fs/file_table.c | struct file * f = file_table+0; |
f | 23 | fs/file_table.c | for (i = 0; i++ < NR_FILE; f++) |
f | 24 | fs/file_table.c | if (!f->f_count) { |
f | 25 | fs/file_table.c | memset(f,0,sizeof(*f)); |
f | 26 | fs/file_table.c | f->f_count = 1; |
f | 27 | fs/file_table.c | return f; |
f | 356 | fs/open.c | struct file * f; |
f | 366 | fs/open.c | f = get_empty_filp(); |
f | 367 | fs/open.c | if (!f) |
f | 369 | fs/open.c | current->filp[fd] = f; |
f | 370 | fs/open.c | f->f_flags = flag = flags; |
f | 371 | fs/open.c | f->f_mode = (flag+1) & O_ACCMODE; |
f | 372 | fs/open.c | if (f->f_mode) |
f | 383 | fs/open.c | f->f_count--; |
f | 393 | fs/open.c | f->f_count--; |
f | 398 | fs/open.c | f->f_inode = inode; |
f | 399 | fs/open.c | f->f_pos = 0; |
f | 400 | fs/open.c | f->f_reada = 0; |
f | 401 | fs/open.c | f->f_op = NULL; |
f | 403 | fs/open.c | f->f_op = inode->i_op->default_file_ops; |
f | 404 | fs/open.c | if (f->f_op && f->f_op->open) { |
f | 405 | fs/open.c | error = f->f_op->open(inode,f); |
f | 408 | fs/open.c | f->f_count--; |
f | 413 | fs/open.c | f->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC); |
f | 218 | fs/pipe.c | struct file * f[2]; |
f | 226 | fs/pipe.c | if (!(f[j] = get_empty_filp())) |
f | 229 | fs/pipe.c | f[0]->f_count--; |
f | 235 | fs/pipe.c | current->filp[ fd[j]=i ] = f[j]; |
f | 241 | fs/pipe.c | f[0]->f_count--; |
f | 242 | fs/pipe.c | f[1]->f_count--; |
f | 248 | fs/pipe.c | f[0]->f_count--; |
f | 249 | fs/pipe.c | f[1]->f_count--; |
f | 252 | fs/pipe.c | f[0]->f_inode = f[1]->f_inode = inode; |
f | 253 | fs/pipe.c | f[0]->f_pos = f[1]->f_pos = 0; |
f | 254 | fs/pipe.c | f[0]->f_flags = O_RDONLY; |
f | 255 | fs/pipe.c | f[0]->f_op = &read_pipe_fops; |
f | 256 | fs/pipe.c | f[0]->f_mode = 1; /* read */ |
f | 257 | fs/pipe.c | f[1]->f_flags = O_WRONLY; |
f | 258 | fs/pipe.c | f[1]->f_op = &write_pipe_fops; |
f | 259 | fs/pipe.c | f[1]->f_mode = 2; /* write */ |
f | 144 | fs/stat.c | struct file * f; |
f | 151 | fs/stat.c | if (fd >= NR_OPEN || !(f=current->filp[fd]) || !(inode=f->f_inode)) |
f | 159 | fs/stat.c | struct file * f; |
f | 166 | fs/stat.c | if (fd >= NR_OPEN || !(f=current->filp[fd]) || !(inode=f->f_inode)) |
f | 148 | include/linux/tty.h | #define _L_FLAG(tty,f) ((tty)->termios->c_lflag & f) |
f | 149 | include/linux/tty.h | #define _I_FLAG(tty,f) ((tty)->termios->c_iflag & f) |
f | 150 | include/linux/tty.h | #define _O_FLAG(tty,f) ((tty)->termios->c_oflag & f) |
f | 151 | include/linux/tty.h | #define _C_FLAG(tty,f) ((tty)->termios->c_cflag & f) |
f | 116 | kernel/FPU-emu/reg_compare.c | int f; |
f | 122 | kernel/FPU-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
f | 128 | kernel/FPU-emu/reg_compare.c | f = SW_C0; |
f | 131 | kernel/FPU-emu/reg_compare.c | f = SW_C3; |
f | 134 | kernel/FPU-emu/reg_compare.c | f = 0; |
f | 137 | kernel/FPU-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
f | 142 | kernel/FPU-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
f | 146 | kernel/FPU-emu/reg_compare.c | setcc(f); |
f | 153 | kernel/FPU-emu/reg_compare.c | int f; |
f | 157 | kernel/FPU-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
f | 163 | kernel/FPU-emu/reg_compare.c | f = SW_C0; |
f | 166 | kernel/FPU-emu/reg_compare.c | f = SW_C3; |
f | 169 | kernel/FPU-emu/reg_compare.c | f = 0; |
f | 172 | kernel/FPU-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
f | 177 | kernel/FPU-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
f | 181 | kernel/FPU-emu/reg_compare.c | setcc(f); |
f | 187 | kernel/FPU-emu/reg_compare.c | int f; |
f | 194 | kernel/FPU-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
f | 200 | kernel/FPU-emu/reg_compare.c | f = SW_C0; |
f | 203 | kernel/FPU-emu/reg_compare.c | f = SW_C3; |
f | 206 | kernel/FPU-emu/reg_compare.c | f = 0; |
f | 209 | kernel/FPU-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
f | 214 | kernel/FPU-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
f | 218 | kernel/FPU-emu/reg_compare.c | setcc(f); |
f | 75 | kernel/fork.c | struct file *f; |
f | 141 | kernel/fork.c | if ((f = p->filp[i]) != NULL) |
f | 142 | kernel/fork.c | f->f_count++; |
f | 115 | zBoot/inflate.c | unsigned f; /* i repeats in table every f entries */ |
f | 224 | zBoot/inflate.c | if ((f = 1 << (j = k - w)) > a + 1) /* try a k-w bit table */ |
f | 227 | zBoot/inflate.c | f -= a + 1; /* deduct codes from patterns left */ |
f | 231 | zBoot/inflate.c | if ((f <<= 1) <= *++xp) |
f | 233 | zBoot/inflate.c | f -= *xp; /* else deduct codes from patterns */ |
f | 287 | zBoot/inflate.c | f = 1 << (k - w); |
f | 288 | zBoot/inflate.c | for (j = i >> w; j < z; j += f) |