tag | line | file | source code |
NR_OPEN | 609 | 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 | 58 | fs/fcntl.c | if (fd >= NR_OPEN || !(filp = current->filp[fd])) |
NR_OPEN | 54 | fs/ioctl.c | if (fd >= NR_OPEN || !(filp = current->filp[fd])) |
NR_OPEN | 57 | fs/locks.c | if (fd >= NR_OPEN || !(filp = current->filp[fd])) |
NR_OPEN | 98 | fs/locks.c | if (fd >= NR_OPEN || !(filp = current->filp[fd])) |
NR_OPEN | 71 | fs/nfs/inode.c | if (fd >= NR_OPEN || !(filp = current->filp[fd])) { |
NR_OPEN | 61 | fs/open.c | if (fd >= NR_OPEN || !(file = current->filp[fd])) |
NR_OPEN | 102 | fs/open.c | if (fd >= NR_OPEN || !(file = current->filp[fd])) |
NR_OPEN | 237 | fs/open.c | if (fd >= NR_OPEN || !(file = current->filp[fd])) |
NR_OPEN | 282 | fs/open.c | if (fd >= NR_OPEN || !(file = current->filp[fd])) |
NR_OPEN | 353 | fs/open.c | for(fd=0 ; fd<NR_OPEN ; fd++) |
NR_OPEN | 356 | fs/open.c | if (fd>=NR_OPEN) |
NR_OPEN | 441 | fs/open.c | if (fd >= NR_OPEN) |
NR_OPEN | 500 | fs/open.c | for (j = 0; j < NR_OPEN; j++) { |
NR_OPEN | 221 | fs/pipe.c | for(i=0;j<2 && i<NR_OPEN;i++) |
NR_OPEN | 106 | fs/proc/fd.c | if (fd >= NR_OPEN || !p->filp[fd] || !p->filp[fd]->f_inode) |
NR_OPEN | 157 | fs/proc/fd.c | if (fd >= NR_OPEN) |
NR_OPEN | 146 | fs/proc/inode.c | if (ino >= NR_OPEN || !p->filp[ino]) |
NR_OPEN | 76 | 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 | 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 | 191 | fs/select.c | if (n > NR_OPEN) |
NR_OPEN | 192 | fs/select.c | n = NR_OPEN; |
NR_OPEN | 137 | fs/stat.c | if (fd >= NR_OPEN || !(f=current->filp[fd]) || !(inode=f->f_inode)) |
NR_OPEN | 148 | fs/stat.c | if (fd >= NR_OPEN || !(f=current->filp[fd]) || !(inode=f->f_inode)) |
NR_OPEN | 205 | include/linux/sched.h | struct file * filp[NR_OPEN]; |
NR_OPEN | 331 | kernel/exit.c | for (i=0 ; i<NR_OPEN ; i++) |
NR_OPEN | 148 | 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 | 94 | net/socket.c | for (fd = 0; fd < NR_OPEN; ++fd) |
NR_OPEN | 97 | net/socket.c | if (fd == NR_OPEN) { |
NR_OPEN | 142 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || !(file = current->filp[fd])) |
NR_OPEN | 677 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || ((file = current->filp[fd]) == NULL)) |
NR_OPEN | 698 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || ((file = current->filp[fd]) == NULL)) |
NR_OPEN | 720 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || ((file = current->filp[fd]) == NULL)) |
NR_OPEN | 741 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || ((file = current->filp[fd]) == NULL)) |
NR_OPEN | 764 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || ((file = current->filp[fd]) == NULL)) |
NR_OPEN | 783 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || ((file = current->filp[fd]) == NULL)) |
NR_OPEN | 804 | net/socket.c | if (fd < 0 || fd >= NR_OPEN || file == NULL) |