| tag | line | file | source code |
| NR_OPEN | 1452 | drivers/char/tty_io.c | for (i=0; i < NR_OPEN; i++) { |
| NR_OPEN | 241 | fs/buffer.c | if (fd>=NR_OPEN || !(file=current->files->fd[fd]) || !(inode=file->f_inode)) |
| NR_OPEN | 114 | fs/exec.c | if (++fd > NR_OPEN) |
| NR_OPEN | 566 | 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 | 70 | 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 | 61 | fs/locks.c | if (fd >= NR_OPEN || !(filp = current->files->fd[fd])) |
| NR_OPEN | 105 | 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 | 103 | fs/open.c | if (fd >= NR_OPEN || !(file = current->files->fd[fd])) |
| NR_OPEN | 213 | fs/open.c | if (fd >= NR_OPEN || !(file = current->files->fd[fd])) |
| NR_OPEN | 253 | fs/open.c | if (fd >= NR_OPEN || !(file = current->files->fd[fd])) |
| NR_OPEN | 307 | fs/open.c | if (fd >= NR_OPEN || !(file = current->files->fd[fd])) |
| NR_OPEN | 415 | fs/open.c | for(fd=0 ; fd<NR_OPEN ; fd++) |
| NR_OPEN | 418 | fs/open.c | if (fd>=NR_OPEN) |
| NR_OPEN | 502 | 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 | 89 | fs/proc/link.c | if (ino < NR_OPEN && p->files->fd[ino]) |
| NR_OPEN | 25 | fs/read_write.c | if (fd >= NR_OPEN || !(file = current->files->fd[fd]) || |
| NR_OPEN | 42 | fs/read_write.c | if (fd >= NR_OPEN || !(file=current->files->fd[fd]) || !(file->f_inode)) |
| NR_OPEN | 79 | fs/read_write.c | if (fd >= NR_OPEN || !(file=current->files->fd[fd]) || !(file->f_inode)) |
| NR_OPEN | 114 | fs/read_write.c | if (fd>=NR_OPEN || !(file=current->files->fd[fd]) || !(inode=file->f_inode)) |
| NR_OPEN | 135 | 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 | 159 | net/socket.c | for (fd = 0; fd < NR_OPEN; ++fd) |
| NR_OPEN | 162 | net/socket.c | if (fd == NR_OPEN) |
| NR_OPEN | 224 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || !(file = current->files->fd[fd])) |
| NR_OPEN | 699 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || current->files->fd[fd] == NULL) |
| NR_OPEN | 726 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || current->files->fd[fd] == NULL) |
| NR_OPEN | 759 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || ((file = current->files->fd[fd]) == NULL)) |
| NR_OPEN | 820 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || (file=current->files->fd[fd]) == NULL) |
| NR_OPEN | 871 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || current->files->fd[fd] == NULL) |
| NR_OPEN | 896 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || current->files->fd[fd] == NULL) |
| NR_OPEN | 920 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || ((file = current->files->fd[fd]) == NULL)) |
| NR_OPEN | 949 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || ((file = current->files->fd[fd]) == NULL)) |
| NR_OPEN | 984 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || ((file = current->files->fd[fd]) == NULL)) |
| NR_OPEN | 1015 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || ((file = current->files->fd[fd]) == NULL)) |
| NR_OPEN | 1049 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || ((file = current->files->fd[fd]) == NULL)) |
| NR_OPEN | 1067 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || ((file = current->files->fd[fd]) == NULL)) |
| NR_OPEN | 1087 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || ((file = current->files->fd[fd]) == NULL)) |