taglinefilesource code
NR_OPEN1633drivers/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_OPEN525fs/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_OPEN258fs/open.cif (fd >= NR_OPEN || !(file = current->filp[fd]))
NR_OPEN309fs/open.cif (fd >= NR_OPEN || !(file = current->filp[fd]))
NR_OPEN382fs/open.cfor(fd=0 ; fd<NR_OPEN ; fd++)
NR_OPEN385fs/open.cif (fd>=NR_OPEN)
NR_OPEN469fs/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_OPEN81fs/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_OPEN225include/linux/sched.hstruct file * filp[NR_OPEN];
NR_OPEN362kernel/exit.cfor (i=0 ; i<NR_OPEN ; i++)
NR_OPEN200kernel/fork.cfor (i=0; i<NR_OPEN;i++)
NR_OPEN204kernel/fork.cfor (i=0; i<NR_OPEN;i++)
NR_OPEN149mm/mmap.cif (fd >= NR_OPEN || !(file = current->filp[fd]))
NR_OPEN106net/socket.cfor (fd = 0; fd < NR_OPEN; ++fd)
NR_OPEN108net/socket.cif (fd == NR_OPEN) {
NR_OPEN161net/socket.cif (fd < 0 || fd >= NR_OPEN || !(file = current->filp[fd])) return(NULL);
NR_OPEN543net/socket.cif (fd < 0 || fd >= NR_OPEN || current->filp[fd] == NULL)
NR_OPEN565net/socket.cif (fd < 0 || fd >= NR_OPEN || current->filp[fd] == NULL)
NR_OPEN591net/socket.cif (fd < 0 || fd >= NR_OPEN || ((file = current->filp[fd]) == NULL))
NR_OPEN646net/socket.cif (fd < 0 || fd >= NR_OPEN || (file=current->filp[fd]) == NULL)
NR_OPEN681net/socket.cif (fd < 0 || fd >= NR_OPEN || current->filp[fd] == NULL)
NR_OPEN694net/socket.cif (fd < 0 || fd >= NR_OPEN || current->filp[fd] == NULL)
NR_OPEN711net/socket.cif (fd < 0 || fd >= NR_OPEN || ((file = current->filp[fd]) == NULL))
NR_OPEN730net/socket.cif (fd < 0 || fd >= NR_OPEN || ((file = current->filp[fd]) == NULL))
NR_OPEN749net/socket.cif (fd < 0 || fd >= NR_OPEN || ((file = current->filp[fd]) == NULL))
NR_OPEN768net/socket.cif (fd < 0 || fd >= NR_OPEN || ((file = current->filp[fd]) == NULL))
NR_OPEN788net/socket.cif (fd < 0 || fd >= NR_OPEN || ((file = current->filp[fd]) == NULL))
NR_OPEN807net/socket.cif (fd < 0 || fd >= NR_OPEN || ((file = current->filp[fd]) == NULL))
NR_OPEN824net/socket.cif (fd < 0 || fd >= NR_OPEN || ((file = current->filp[fd]) == NULL))