tag | line | file | source code |
NR_OPEN | 581 | fs/exec.c | for (i=0 ; i<NR_OPEN ; i++) |
NR_OPEN | 20 | fs/fcntl.c | if (fd >= NR_OPEN || !current->filp[fd]) |
NR_OPEN | 22 | fs/fcntl.c | if (arg >= NR_OPEN) |
NR_OPEN | 24 | fs/fcntl.c | while (arg < NR_OPEN) |
NR_OPEN | 29 | fs/fcntl.c | if (arg >= NR_OPEN) |
NR_OPEN | 38 | fs/fcntl.c | if (oldfd >= NR_OPEN || !current->filp[oldfd]) |
NR_OPEN | 55 | fs/fcntl.c | if (fd >= NR_OPEN || !(filp = current->filp[fd])) |
NR_OPEN | 19 | fs/ioctl.c | if (fd >= NR_OPEN || !(filp = current->filp[fd])) |
NR_OPEN | 55 | fs/open.c | if (fd >= NR_OPEN || !(file = current->filp[fd])) |
NR_OPEN | 93 | fs/open.c | if (fd >= NR_OPEN || !(file = current->filp[fd])) |
NR_OPEN | 219 | fs/open.c | if (fd >= NR_OPEN || !(file = current->filp[fd])) |
NR_OPEN | 257 | fs/open.c | if (fd >= NR_OPEN || !(file = current->filp[fd])) |
NR_OPEN | 303 | fs/open.c | for(fd=0 ; fd<NR_OPEN ; fd++) |
NR_OPEN | 306 | fs/open.c | if (fd>=NR_OPEN) |
NR_OPEN | 346 | fs/open.c | if (fd >= NR_OPEN) |
NR_OPEN | 218 | fs/pipe.c | for(i=0;j<2 && i<NR_OPEN;i++) |
NR_OPEN | 25 | fs/read_write.c | if (fd >= NR_OPEN || !(file = current->filp[fd]) || |
NR_OPEN | 40 | fs/read_write.c | if (fd >= NR_OPEN || !(file=current->filp[fd]) || !(file->f_inode)) |
NR_OPEN | 73 | fs/read_write.c | if (fd>=NR_OPEN || !(file=current->filp[fd]) || !(inode=file->f_inode)) |
NR_OPEN | 90 | fs/read_write.c | if (fd>=NR_OPEN || !(file=current->filp[fd]) || !(inode=file->f_inode)) |
NR_OPEN | 81 | fs/select.c | for (i = 0 ; i < NR_OPEN ; i++,mask >>= 1) { |
NR_OPEN | 104 | fs/select.c | for (i = 0 ; i < NR_OPEN ; i++, mask += mask) { |
NR_OPEN | 131 | fs/stat.c | if (fd >= NR_OPEN || !(f=current->filp[fd]) || !(inode=f->f_inode)) |
NR_OPEN | 142 | fs/stat.c | if (fd >= NR_OPEN || !(f=current->filp[fd]) || !(inode=f->f_inode)) |
NR_OPEN | 47 | include/linux/sched.h | #if (NR_OPEN > 32) |
NR_OPEN | 162 | include/linux/sched.h | struct file * filp[NR_OPEN]; |
NR_OPEN | 19 | include/linux/wait.h | } entry[NR_OPEN*3]; |
NR_OPEN | 302 | kernel/exit.c | for (i=0 ; i<NR_OPEN ; i++) |
NR_OPEN | 176 | kernel/fork.c | for (i=0; i<NR_OPEN;i++) |
NR_OPEN | 101 | mm/mmap.c | if (fd >= NR_OPEN || fd < 0 || !(file = current->filp[fd])) |
NR_OPEN | 82 | net/socket.c | for (fd = 0; fd < NR_OPEN; ++fd) |
NR_OPEN | 85 | net/socket.c | if (fd == NR_OPEN) |
NR_OPEN | 131 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || !(file = current->filp[fd])) |