tag | line | file | source code |
NR_OPEN | 614 | fs/exec.c | for (i=0 ; i<NR_OPEN ; i++) |
NR_OPEN | 22 | fs/fcntl.c | if (fd >= NR_OPEN || !current->filp[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->filp[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 | 71 | fs/fcntl.c | if (fd >= NR_OPEN || !(filp = current->filp[fd])) |
NR_OPEN | 62 | fs/ioctl.c | if (fd >= NR_OPEN || !(filp = current->filp[fd])) |
NR_OPEN | 58 | fs/locks.c | if (fd >= NR_OPEN || !(filp = current->filp[fd])) |
NR_OPEN | 102 | fs/locks.c | if (fd >= NR_OPEN || !(filp = current->filp[fd])) |
NR_OPEN | 78 | fs/nfs/inode.c | if (fd >= NR_OPEN || !(filp = current->filp[fd])) { |
NR_OPEN | 58 | fs/open.c | if (fd >= NR_OPEN || !(file = current->filp[fd])) |
NR_OPEN | 99 | fs/open.c | if (fd >= NR_OPEN || !(file = current->filp[fd])) |
NR_OPEN | 239 | fs/open.c | if (fd >= NR_OPEN || !(file = current->filp[fd])) |
NR_OPEN | 286 | fs/open.c | if (fd >= NR_OPEN || !(file = current->filp[fd])) |
NR_OPEN | 360 | fs/open.c | for(fd=0 ; fd<NR_OPEN ; fd++) |
NR_OPEN | 363 | fs/open.c | if (fd>=NR_OPEN) |
NR_OPEN | 449 | fs/open.c | if (fd >= NR_OPEN) |
NR_OPEN | 233 | fs/pipe.c | for(i=0;j<2 && i<NR_OPEN;i++) |
NR_OPEN | 108 | fs/proc/fd.c | if (fd >= NR_OPEN || !p->filp[fd] || !p->filp[fd]->f_inode) |
NR_OPEN | 159 | fs/proc/fd.c | if (fd >= NR_OPEN) |
NR_OPEN | 149 | fs/proc/inode.c | if (ino >= NR_OPEN || !p->filp[ino]) |
NR_OPEN | 77 | fs/proc/link.c | if (ino < NR_OPEN && p->filp[ino]) |
NR_OPEN | 25 | fs/read_write.c | if (fd >= NR_OPEN || !(file = current->filp[fd]) || |
NR_OPEN | 42 | fs/read_write.c | if (fd >= NR_OPEN || !(file=current->filp[fd]) || !(file->f_inode)) |
NR_OPEN | 76 | fs/read_write.c | if (fd>=NR_OPEN || !(file=current->filp[fd]) || !(inode=file->f_inode)) |
NR_OPEN | 96 | fs/read_write.c | if (fd>=NR_OPEN || !(file=current->filp[fd]) || !(inode=file->f_inode)) |
NR_OPEN | 213 | fs/select.c | if (n > NR_OPEN) |
NR_OPEN | 214 | fs/select.c | n = NR_OPEN; |
NR_OPEN | 151 | fs/stat.c | if (fd >= NR_OPEN || !(f=current->filp[fd]) || !(inode=f->f_inode)) |
NR_OPEN | 166 | fs/stat.c | if (fd >= NR_OPEN || !(f=current->filp[fd]) || !(inode=f->f_inode)) |
NR_OPEN | 203 | include/linux/sched.h | struct file * filp[NR_OPEN]; |
NR_OPEN | 335 | kernel/exit.c | for (i=0 ; i<NR_OPEN ; i++) |
NR_OPEN | 140 | kernel/fork.c | for (i=0; i<NR_OPEN;i++) |
NR_OPEN | 51 | mm/mmap.c | if (fd >= NR_OPEN || fd < 0 || !(file = current->filp[fd])) |
NR_OPEN | 91 | net/socket.c | for (fd = 0; fd < NR_OPEN; ++fd) |
NR_OPEN | 94 | net/socket.c | if (fd == NR_OPEN) { |
NR_OPEN | 139 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || !(file = current->filp[fd])) |
NR_OPEN | 688 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || ((file = current->filp[fd]) == NULL)) |
NR_OPEN | 709 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || ((file = current->filp[fd]) == NULL)) |
NR_OPEN | 731 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || ((file = current->filp[fd]) == NULL)) |
NR_OPEN | 752 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || ((file = current->filp[fd]) == NULL)) |
NR_OPEN | 775 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || ((file = current->filp[fd]) == NULL)) |
NR_OPEN | 794 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || ((file = current->filp[fd]) == NULL)) |
NR_OPEN | 816 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || file == NULL) |