taglinefilesource code
NR_OPEN609fs/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_OPEN58fs/fcntl.cif (fd >= NR_OPEN || !(filp = current->filp[fd]))
NR_OPEN54fs/ioctl.cif (fd >= NR_OPEN || !(filp = current->filp[fd]))
NR_OPEN57fs/locks.cif (fd >= NR_OPEN || !(filp = current->filp[fd]))
NR_OPEN98fs/locks.cif (fd >= NR_OPEN || !(filp = current->filp[fd]))
NR_OPEN71fs/nfs/inode.cif (fd >= NR_OPEN || !(filp = current->filp[fd])) {
NR_OPEN61fs/open.cif (fd >= NR_OPEN || !(file = current->filp[fd]))
NR_OPEN102fs/open.cif (fd >= NR_OPEN || !(file = current->filp[fd]))
NR_OPEN237fs/open.cif (fd >= NR_OPEN || !(file = current->filp[fd]))
NR_OPEN282fs/open.cif (fd >= NR_OPEN || !(file = current->filp[fd]))
NR_OPEN353fs/open.cfor(fd=0 ; fd<NR_OPEN ; fd++)
NR_OPEN356fs/open.cif (fd>=NR_OPEN)
NR_OPEN441fs/open.cif (fd >= NR_OPEN)
NR_OPEN500fs/open.cfor (j = 0; j < NR_OPEN; j++) {
NR_OPEN221fs/pipe.cfor(i=0;j<2 && i<NR_OPEN;i++)
NR_OPEN106fs/proc/fd.cif (fd >= NR_OPEN || !p->filp[fd] || !p->filp[fd]->f_inode)
NR_OPEN157fs/proc/fd.cif (fd >= NR_OPEN)
NR_OPEN146fs/proc/inode.cif (ino >= NR_OPEN || !p->filp[ino])
NR_OPEN76fs/proc/link.cif (ino < NR_OPEN && p->filp[ino])
NR_OPEN25fs/read_write.cif (fd >= NR_OPEN || !(file = current->filp[fd]) ||
NR_OPEN40fs/read_write.cif (fd >= NR_OPEN || !(file=current->filp[fd]) || !(file->f_inode))
NR_OPEN73fs/read_write.cif (fd>=NR_OPEN || !(file=current->filp[fd]) || !(inode=file->f_inode))
NR_OPEN90fs/read_write.cif (fd>=NR_OPEN || !(file=current->filp[fd]) || !(inode=file->f_inode))
NR_OPEN191fs/select.cif (n > NR_OPEN)
NR_OPEN192fs/select.cn = NR_OPEN;
NR_OPEN137fs/stat.cif (fd >= NR_OPEN || !(f=current->filp[fd]) || !(inode=f->f_inode))
NR_OPEN148fs/stat.cif (fd >= NR_OPEN || !(f=current->filp[fd]) || !(inode=f->f_inode))
NR_OPEN205include/linux/sched.hstruct file * filp[NR_OPEN];
NR_OPEN331kernel/exit.cfor (i=0 ; i<NR_OPEN ; i++)
NR_OPEN148kernel/fork.cfor (i=0; i<NR_OPEN;i++)
NR_OPEN101mm/mmap.cif (fd >= NR_OPEN || fd < 0 || !(file = current->filp[fd]))
NR_OPEN94net/socket.cfor (fd = 0; fd < NR_OPEN; ++fd)
NR_OPEN97net/socket.cif (fd == NR_OPEN) {
NR_OPEN142net/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_OPEN804net/socket.cif (fd < 0 || fd >= NR_OPEN || file == NULL)