taglinefilesource code
NR_OPEN614fs/exec.cfor (i=0 ; i<NR_OPEN ; i++)
NR_OPEN22fs/fcntl.cif (fd >= NR_OPEN || !current->filp[fd])
NR_OPEN24fs/fcntl.cif (arg >= NR_OPEN)
NR_OPEN26fs/fcntl.cwhile (arg < NR_OPEN)
NR_OPEN31fs/fcntl.cif (arg >= NR_OPEN)
NR_OPEN40fs/fcntl.cif (oldfd >= NR_OPEN || !current->filp[oldfd])
NR_OPEN48fs/fcntl.cif (newfd > NR_OPEN)  /* historical botch - should have been >= */
NR_OPEN51fs/fcntl.cif (newfd == NR_OPEN)
NR_OPEN71fs/fcntl.cif (fd >= NR_OPEN || !(filp = current->filp[fd]))
NR_OPEN62fs/ioctl.cif (fd >= NR_OPEN || !(filp = current->filp[fd]))
NR_OPEN58fs/locks.cif (fd >= NR_OPEN || !(filp = current->filp[fd]))
NR_OPEN102fs/locks.cif (fd >= NR_OPEN || !(filp = current->filp[fd]))
NR_OPEN78fs/nfs/inode.cif (fd >= NR_OPEN || !(filp = current->filp[fd])) {
NR_OPEN58fs/open.cif (fd >= NR_OPEN || !(file = current->filp[fd]))
NR_OPEN99fs/open.cif (fd >= NR_OPEN || !(file = current->filp[fd]))
NR_OPEN239fs/open.cif (fd >= NR_OPEN || !(file = current->filp[fd]))
NR_OPEN286fs/open.cif (fd >= NR_OPEN || !(file = current->filp[fd]))
NR_OPEN360fs/open.cfor(fd=0 ; fd<NR_OPEN ; fd++)
NR_OPEN363fs/open.cif (fd>=NR_OPEN)
NR_OPEN449fs/open.cif (fd >= NR_OPEN)
NR_OPEN233fs/pipe.cfor(i=0;j<2 && i<NR_OPEN;i++)
NR_OPEN108fs/proc/fd.cif (fd >= NR_OPEN || !p->filp[fd] || !p->filp[fd]->f_inode)
NR_OPEN159fs/proc/fd.cif (fd >= NR_OPEN)
NR_OPEN149fs/proc/inode.cif (ino >= NR_OPEN || !p->filp[ino])
NR_OPEN77fs/proc/link.cif (ino < NR_OPEN && p->filp[ino])
NR_OPEN25fs/read_write.cif (fd >= NR_OPEN || !(file = current->filp[fd]) ||
NR_OPEN42fs/read_write.cif (fd >= NR_OPEN || !(file=current->filp[fd]) || !(file->f_inode))
NR_OPEN76fs/read_write.cif (fd>=NR_OPEN || !(file=current->filp[fd]) || !(inode=file->f_inode))
NR_OPEN96fs/read_write.cif (fd>=NR_OPEN || !(file=current->filp[fd]) || !(inode=file->f_inode))
NR_OPEN203fs/select.cif (n > NR_OPEN)
NR_OPEN204fs/select.cn = NR_OPEN;
NR_OPEN151fs/stat.cif (fd >= NR_OPEN || !(f=current->filp[fd]) || !(inode=f->f_inode))
NR_OPEN166fs/stat.cif (fd >= NR_OPEN || !(f=current->filp[fd]) || !(inode=f->f_inode))
NR_OPEN202include/linux/sched.hstruct file * filp[NR_OPEN];
NR_OPEN331kernel/exit.cfor (i=0 ; i<NR_OPEN ; i++)
NR_OPEN134kernel/fork.cfor (i=0; i<NR_OPEN;i++)
NR_OPEN51mm/mmap.cif (fd >= NR_OPEN || fd < 0 || !(file = current->filp[fd]))
NR_OPEN91net/socket.cfor (fd = 0; fd < NR_OPEN; ++fd)
NR_OPEN94net/socket.cif (fd == NR_OPEN) {
NR_OPEN139net/socket.cif (fd < 0 || fd >= NR_OPEN || !(file = current->filp[fd]))
NR_OPEN677net/socket.cif (fd < 0 || fd >= NR_OPEN ||   ((file = current->filp[fd]) == NULL))
NR_OPEN698net/socket.cif (fd < 0 || fd >= NR_OPEN ||   ((file = current->filp[fd]) == NULL))
NR_OPEN720net/socket.cif (fd < 0 || fd >= NR_OPEN ||   ((file = current->filp[fd]) == NULL))
NR_OPEN741net/socket.cif (fd < 0 || fd >= NR_OPEN ||   ((file = current->filp[fd]) == NULL))
NR_OPEN764net/socket.cif (fd < 0 || fd >= NR_OPEN ||   ((file = current->filp[fd]) == NULL))
NR_OPEN783net/socket.cif (fd < 0 || fd >= NR_OPEN ||   ((file = current->filp[fd]) == NULL))
NR_OPEN805net/socket.cif (fd < 0 || fd >= NR_OPEN || file == NULL)