| tag | line | file | source code |
| NR_OPEN | 1484 | drivers/char/tty_io.c | for (i=0; i < NR_OPEN; i++) { |
| NR_OPEN | 246 | fs/buffer.c | if (fd>=NR_OPEN || !(file=current->files->fd[fd]) || !(inode=file->f_inode)) |
| NR_OPEN | 121 | fs/exec.c | if (++fd > NR_OPEN) |
| NR_OPEN | 573 | fs/exec.c | for (i=0 ; i<NR_OPEN ; i++) |
| NR_OPEN | 22 | fs/fcntl.c | if (fd >= NR_OPEN || !current->files->fd[fd]) |
| NR_OPEN | 24 | fs/fcntl.c | if (arg >= NR_OPEN) |
| NR_OPEN | 26 | fs/fcntl.c | while (arg < NR_OPEN) |
| NR_OPEN | 31 | fs/fcntl.c | if (arg >= NR_OPEN) |
| NR_OPEN | 40 | fs/fcntl.c | if (oldfd >= NR_OPEN || !current->files->fd[oldfd]) |
| NR_OPEN | 48 | fs/fcntl.c | if (newfd > NR_OPEN) /* historical botch - should have been >= */ |
| NR_OPEN | 51 | fs/fcntl.c | if (newfd == NR_OPEN) |
| NR_OPEN | 72 | fs/fcntl.c | if (fd >= NR_OPEN || !(filp = current->files->fd[fd])) |
| NR_OPEN | 62 | fs/ioctl.c | if (fd >= NR_OPEN || !(filp = current->files->fd[fd])) |
| NR_OPEN | 66 | fs/locks.c | if (fd >= NR_OPEN || !(filp = current->files->fd[fd])) |
| NR_OPEN | 110 | fs/locks.c | if (fd >= NR_OPEN || !(filp = current->files->fd[fd])) |
| NR_OPEN | 80 | fs/nfs/inode.c | if (fd >= NR_OPEN || !(filp = current->files->fd[fd])) { |
| NR_OPEN | 58 | fs/open.c | if (fd >= NR_OPEN || !(file = current->files->fd[fd])) |
| NR_OPEN | 106 | fs/open.c | if (fd >= NR_OPEN || !(file = current->files->fd[fd])) |
| NR_OPEN | 219 | fs/open.c | if (fd >= NR_OPEN || !(file = current->files->fd[fd])) |
| NR_OPEN | 260 | fs/open.c | if (fd >= NR_OPEN || !(file = current->files->fd[fd])) |
| NR_OPEN | 305 | fs/open.c | if (fd >= NR_OPEN || !(file = current->files->fd[fd])) |
| NR_OPEN | 399 | fs/open.c | for(fd=0 ; fd<NR_OPEN ; fd++) |
| NR_OPEN | 402 | fs/open.c | if (fd>=NR_OPEN) |
| NR_OPEN | 486 | fs/open.c | if (fd >= NR_OPEN) |
| NR_OPEN | 396 | fs/pipe.c | for(i=0;j<2 && i<NR_OPEN;i++) |
| NR_OPEN | 108 | fs/proc/fd.c | if (fd >= NR_OPEN || !p->files->fd[fd] || !p->files->fd[fd]->f_inode) |
| NR_OPEN | 155 | fs/proc/fd.c | if (fd >= NR_OPEN) |
| NR_OPEN | 174 | fs/proc/inode.c | if (ino >= NR_OPEN || !p->files->fd[ino]) |
| NR_OPEN | 72 | fs/proc/link.c | for(fd=0 ; fd<NR_OPEN ; fd++) |
| NR_OPEN | 75 | fs/proc/link.c | if (fd>=NR_OPEN) |
| NR_OPEN | 150 | fs/proc/link.c | if (ino < NR_OPEN && p->files->fd[ino]) { |
| NR_OPEN | 31 | fs/read_write.c | if (fd >= NR_OPEN || !(file = current->files->fd[fd]) || |
| NR_OPEN | 51 | fs/read_write.c | if (fd >= NR_OPEN || !(file=current->files->fd[fd]) || !(file->f_inode)) |
| NR_OPEN | 91 | fs/read_write.c | if (fd >= NR_OPEN || !(file=current->files->fd[fd]) || !(file->f_inode)) |
| NR_OPEN | 127 | fs/read_write.c | if (fd>=NR_OPEN || !(file=current->files->fd[fd]) || !(inode=file->f_inode)) |
| NR_OPEN | 148 | fs/read_write.c | if (fd>=NR_OPEN || !(file=current->files->fd[fd]) || !(inode=file->f_inode)) |
| NR_OPEN | 218 | fs/select.c | if (n > NR_OPEN) |
| NR_OPEN | 219 | fs/select.c | n = NR_OPEN; |
| NR_OPEN | 164 | fs/stat.c | if (fd >= NR_OPEN || !(f=current->files->fd[fd]) || !(inode=f->f_inode)) |
| NR_OPEN | 179 | fs/stat.c | if (fd >= NR_OPEN || !(f=current->files->fd[fd]) || !(inode=f->f_inode)) |
| NR_OPEN | 196 | include/linux/sched.h | struct file * fd[NR_OPEN]; |
| NR_OPEN | 392 | kernel/exit.c | for (i=0 ; i<NR_OPEN ; i++) |
| NR_OPEN | 122 | kernel/fork.c | for (i=0; i<NR_OPEN;i++) |
| NR_OPEN | 126 | kernel/fork.c | for (i=0; i<NR_OPEN;i++) |
| NR_OPEN | 181 | mm/mmap.c | if (fd >= NR_OPEN || !(file = current->files->fd[fd])) |
| NR_OPEN | 166 | net/socket.c | for (fd = 0; fd < NR_OPEN; ++fd) |
| NR_OPEN | 169 | net/socket.c | if (fd == NR_OPEN) |
| NR_OPEN | 231 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || !(file = current->files->fd[fd])) |
| NR_OPEN | 769 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || current->files->fd[fd] == NULL) |
| NR_OPEN | 796 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || current->files->fd[fd] == NULL) |
| NR_OPEN | 829 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || ((file = current->files->fd[fd]) == NULL)) |
| NR_OPEN | 890 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || (file=current->files->fd[fd]) == NULL) |
| NR_OPEN | 941 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || current->files->fd[fd] == NULL) |
| NR_OPEN | 966 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || current->files->fd[fd] == NULL) |
| NR_OPEN | 990 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || ((file = current->files->fd[fd]) == NULL)) |
| NR_OPEN | 1017 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || ((file = current->files->fd[fd]) == NULL)) |
| NR_OPEN | 1050 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || ((file = current->files->fd[fd]) == NULL)) |
| NR_OPEN | 1081 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || ((file = current->files->fd[fd]) == NULL)) |
| NR_OPEN | 1115 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || ((file = current->files->fd[fd]) == NULL)) |
| NR_OPEN | 1133 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || ((file = current->files->fd[fd]) == NULL)) |
| NR_OPEN | 1153 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || ((file = current->files->fd[fd]) == NULL)) |