tag | line | file | source code |
NR_OPEN | 1554 | drivers/char/tty_io.c | for (i=0; i < NR_OPEN; i++) { |
NR_OPEN | 244 | fs/buffer.c | if (fd>=NR_OPEN || !(file=current->files->fd[fd]) || !(inode=file->f_inode)) |
NR_OPEN | 119 | fs/exec.c | if (++fd > NR_OPEN) |
NR_OPEN | 547 | 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 | 55 | fs/locks.c | if (fd >= NR_OPEN || !(filp = current->files->fd[fd])) |
NR_OPEN | 99 | fs/locks.c | if (fd >= NR_OPEN || !(filp = current->files->fd[fd])) |
NR_OPEN | 92 | 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 | 112 | fs/open.c | if (fd >= NR_OPEN || !(file = current->files->fd[fd])) |
NR_OPEN | 228 | fs/open.c | if (fd >= NR_OPEN || !(file = current->files->fd[fd])) |
NR_OPEN | 269 | fs/open.c | if (fd >= NR_OPEN || !(file = current->files->fd[fd])) |
NR_OPEN | 314 | fs/open.c | if (fd >= NR_OPEN || !(file = current->files->fd[fd])) |
NR_OPEN | 409 | fs/open.c | for(fd=0 ; fd<NR_OPEN ; fd++) |
NR_OPEN | 412 | fs/open.c | if (fd>=NR_OPEN) |
NR_OPEN | 503 | fs/open.c | if (fd >= NR_OPEN) |
NR_OPEN | 396 | fs/pipe.c | for(i=0;j<2 && i<NR_OPEN;i++) |
NR_OPEN | 107 | fs/proc/fd.c | if (fd >= NR_OPEN || !p->files->fd[fd] || !p->files->fd[fd]->f_inode) |
NR_OPEN | 153 | fs/proc/fd.c | if (fd >= NR_OPEN) |
NR_OPEN | 184 | 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 | 168 | fs/stat.c | if (fd >= NR_OPEN || !(f=current->files->fd[fd]) || !(inode=f->f_inode)) |
NR_OPEN | 183 | fs/stat.c | if (fd >= NR_OPEN || !(f=current->files->fd[fd]) || !(inode=f->f_inode)) |
NR_OPEN | 89 | include/linux/sched.h | struct file * fd[NR_OPEN]; |
NR_OPEN | 381 | kernel/exit.c | for (i=0 ; i<NR_OPEN ; i++) |
NR_OPEN | 125 | kernel/fork.c | for (i=0; i<NR_OPEN;i++) |
NR_OPEN | 129 | kernel/fork.c | for (i=0; i<NR_OPEN;i++) |
NR_OPEN | 191 | mm/mmap.c | if (fd >= NR_OPEN || !(file = current->files->fd[fd])) |
NR_OPEN | 180 | net/socket.c | for (fd = 0; fd < NR_OPEN; ++fd) |
NR_OPEN | 183 | net/socket.c | if (fd == NR_OPEN) |
NR_OPEN | 234 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || !(file = current->files->fd[fd])) |
NR_OPEN | 798 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || current->files->fd[fd] == NULL) |
NR_OPEN | 825 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || current->files->fd[fd] == NULL) |
NR_OPEN | 858 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || ((file = current->files->fd[fd]) == NULL)) |
NR_OPEN | 919 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || (file=current->files->fd[fd]) == NULL) |
NR_OPEN | 969 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || current->files->fd[fd] == NULL) |
NR_OPEN | 994 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || current->files->fd[fd] == NULL) |
NR_OPEN | 1018 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || ((file = current->files->fd[fd]) == NULL)) |
NR_OPEN | 1045 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || ((file = current->files->fd[fd]) == NULL)) |
NR_OPEN | 1078 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || ((file = current->files->fd[fd]) == NULL)) |
NR_OPEN | 1109 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || ((file = current->files->fd[fd]) == NULL)) |
NR_OPEN | 1143 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || ((file = current->files->fd[fd]) == NULL)) |
NR_OPEN | 1161 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || ((file = current->files->fd[fd]) == NULL)) |
NR_OPEN | 1181 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || ((file = current->files->fd[fd]) == NULL)) |