taglinefilesource code
NR_OPEN1523drivers/char/tty_io.cfor (i=0; i < NR_OPEN; i++) {
NR_OPEN182fs/buffer.cif (fd>=NR_OPEN || !(file=current->filp[fd]) || !(inode=file->f_inode))
NR_OPEN71fs/exec.cif (++fd > NR_OPEN)
NR_OPEN521fs/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_OPEN70fs/fcntl.cif (fd >= NR_OPEN || !(filp = current->filp[fd]))
NR_OPEN62fs/ioctl.cif (fd >= NR_OPEN || !(filp = current->filp[fd]))
NR_OPEN61fs/locks.cif (fd >= NR_OPEN || !(filp = current->filp[fd]))
NR_OPEN105fs/locks.cif (fd >= NR_OPEN || !(filp = current->filp[fd]))
NR_OPEN80fs/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_OPEN218fs/open.cif (fd >= NR_OPEN || !(file = current->filp[fd]))
NR_OPEN257fs/open.cif (fd >= NR_OPEN || !(file = current->filp[fd]))
NR_OPEN304fs/open.cif (fd >= NR_OPEN || !(file = current->filp[fd]))
NR_OPEN377fs/open.cfor(fd=0 ; fd<NR_OPEN ; fd++)
NR_OPEN380fs/open.cif (fd>=NR_OPEN)
NR_OPEN464fs/open.cif (fd >= NR_OPEN)
NR_OPEN396fs/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_OPEN164fs/proc/fd.cif (fd >= NR_OPEN)
NR_OPEN171fs/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_OPEN212fs/select.cif (n > NR_OPEN)
NR_OPEN213fs/select.cn = NR_OPEN;
NR_OPEN162fs/stat.cif (fd >= NR_OPEN || !(f=current->filp[fd]) || !(inode=f->f_inode))
NR_OPEN177fs/stat.cif (fd >= NR_OPEN || !(f=current->filp[fd]) || !(inode=f->f_inode))
NR_OPEN210include/linux/sched.hstruct file * filp[NR_OPEN];
NR_OPEN362kernel/exit.cfor (i=0 ; i<NR_OPEN ; i++)
NR_OPEN199kernel/fork.cfor (i=0; i<NR_OPEN;i++)
NR_OPEN203kernel/fork.cfor (i=0; i<NR_OPEN;i++)
NR_OPEN149mm/mmap.cif (fd >= NR_OPEN || !(file = current->filp[fd]))
NR_OPEN107net/socket.cfor (fd = 0; fd < NR_OPEN; ++fd)
NR_OPEN109net/socket.cif (fd == NR_OPEN) {
NR_OPEN162net/socket.cif (fd < 0 || fd >= NR_OPEN || !(file = current->filp[fd])) return(NULL);
NR_OPEN544net/socket.cif (fd < 0 || fd >= NR_OPEN || current->filp[fd] == NULL)
NR_OPEN566net/socket.cif (fd < 0 || fd >= NR_OPEN || current->filp[fd] == NULL)
NR_OPEN592net/socket.cif (fd < 0 || fd >= NR_OPEN || ((file = current->filp[fd]) == NULL))
NR_OPEN647net/socket.cif (fd < 0 || fd >= NR_OPEN || (file=current->filp[fd]) == NULL)
NR_OPEN682net/socket.cif (fd < 0 || fd >= NR_OPEN || current->filp[fd] == NULL)
NR_OPEN695net/socket.cif (fd < 0 || fd >= NR_OPEN || current->filp[fd] == NULL)
NR_OPEN712net/socket.cif (fd < 0 || fd >= NR_OPEN || ((file = current->filp[fd]) == NULL))
NR_OPEN731net/socket.cif (fd < 0 || fd >= NR_OPEN || ((file = current->filp[fd]) == NULL))
NR_OPEN750net/socket.cif (fd < 0 || fd >= NR_OPEN || ((file = current->filp[fd]) == NULL))
NR_OPEN769net/socket.cif (fd < 0 || fd >= NR_OPEN || ((file = current->filp[fd]) == NULL))
NR_OPEN789net/socket.cif (fd < 0 || fd >= NR_OPEN || ((file = current->filp[fd]) == NULL))
NR_OPEN808net/socket.cif (fd < 0 || fd >= NR_OPEN || ((file = current->filp[fd]) == NULL))
NR_OPEN825net/socket.cif (fd < 0 || fd >= NR_OPEN || ((file = current->filp[fd]) == NULL))