taglinefilesource code
files1491drivers/char/tty_io.cfilp = (*p)->files->fd[i];
files41drivers/sound/soundcard.cstatic struct fileinfo files[SND_NDEVS];
files67drivers/sound/soundcard.creturn sound_read_sw (dev, &files[dev], buf, count);
files78drivers/sound/soundcard.creturn sound_write_sw (dev, &files[dev], buf, count);
files101drivers/sound/soundcard.cfiles[dev].mode = 0;
files104drivers/sound/soundcard.cfiles[dev].mode = OPEN_READWRITE;
files106drivers/sound/soundcard.cfiles[dev].mode = OPEN_READ;
files108drivers/sound/soundcard.cfiles[dev].mode = OPEN_WRITE;
files110drivers/sound/soundcard.creturn sound_open_sw (dev, &files[dev]);
files121drivers/sound/soundcard.csound_release_sw (dev, &files[dev]);
files133drivers/sound/soundcard.creturn sound_ioctl_sw (dev, &files[dev], cmd, arg);
files150drivers/sound/soundcard.creturn sequencer_select (dev, &files[dev], sel_type, wait);
files156drivers/sound/soundcard.creturn MIDIbuf_select (dev, &files[dev], sel_type, wait);
files202fs/binfmt_elf.cfile = current->files->fd[elf_exec_fileno];
files380fs/binfmt_elf.cfile = current->files->fd[elf_exec_fileno];
files672fs/binfmt_elf.cfile = current->files->fd[fd];
files245fs/buffer.cif (fd>=NR_OPEN || !(file=current->files->fd[fd]) || !(inode=file->f_inode))
files115fs/exec.cfpp = current->files->fd;
files299fs/exec.cfile = current->files->fd[fd];
files584fs/exec.cif (FD_ISSET(i,&current->files->close_on_exec))
files586fs/exec.cFD_ZERO(&current->files->close_on_exec);
files853fs/exec.cfile = current->files->fd[fd];
files923fs/exec.cfile = current->files->fd[fd];
files22fs/fcntl.cif (fd >= NR_OPEN || !current->files->fd[fd])
files27fs/fcntl.cif (current->files->fd[arg])
files33fs/fcntl.cFD_CLR(arg, &current->files->close_on_exec);
files34fs/fcntl.c(current->files->fd[arg] = current->files->fd[fd])->f_count++;
files40fs/fcntl.cif (oldfd >= NR_OPEN || !current->files->fd[oldfd])
files72fs/fcntl.cif (fd >= NR_OPEN || !(filp = current->files->fd[fd]))
files78fs/fcntl.creturn FD_ISSET(fd, &current->files->close_on_exec);
files81fs/fcntl.cFD_SET(fd, &current->files->close_on_exec);
files83fs/fcntl.cFD_CLR(fd, &current->files->close_on_exec);
files62fs/ioctl.cif (fd >= NR_OPEN || !(filp = current->files->fd[fd]))
files66fs/ioctl.cFD_SET(fd, &current->files->close_on_exec);
files70fs/ioctl.cFD_CLR(fd, &current->files->close_on_exec);
files66fs/locks.cif (fd >= NR_OPEN || !(filp = current->files->fd[fd]))
files110fs/locks.cif (fd >= NR_OPEN || !(filp = current->files->fd[fd]))
files80fs/nfs/inode.cif (fd >= NR_OPEN || !(filp = current->files->fd[fd])) {
files58fs/open.cif (fd >= NR_OPEN || !(file = current->files->fd[fd]))
files112fs/open.cif (fd >= NR_OPEN || !(file = current->files->fd[fd]))
files223fs/open.cif (fd >= NR_OPEN || !(file = current->files->fd[fd]))
files264fs/open.cif (fd >= NR_OPEN || !(file = current->files->fd[fd]))
files309fs/open.cif (fd >= NR_OPEN || !(file = current->files->fd[fd]))
files405fs/open.cif (!current->files->fd[fd])
files409fs/open.cFD_CLR(fd,&current->files->close_on_exec);
files413fs/open.ccurrent->files->fd[fd] = f;
files424fs/open.ccurrent->files->fd[fd]=NULL;
files441fs/open.ccurrent->files->fd[fd]=NULL;
files497fs/open.cFD_CLR(fd, &current->files->close_on_exec);
files498fs/open.cif (!(filp = current->files->fd[fd]))
files500fs/open.ccurrent->files->fd[fd] = NULL;
files397fs/pipe.cif (!current->files->fd[i]) {
files398fs/pipe.ccurrent->files->fd[ fd[j]=i ] = f[j];
files402fs/pipe.ccurrent->files->fd[fd[0]]=NULL;
files409fs/pipe.ccurrent->files->fd[fd[0]] = NULL;
files410fs/pipe.ccurrent->files->fd[fd[1]] = NULL;
files108fs/proc/fd.cif (fd >= NR_OPEN || !p->files->fd[fd] || !p->files->fd[fd]->f_inode)
files158fs/proc/fd.cif (!p->files->fd[fd] || !p->files->fd[fd]->f_inode)
files174fs/proc/inode.cif (ino >= NR_OPEN || !p->files->fd[ino])
files179fs/proc/inode.cif (p->files->fd[ino]->f_mode & 1)
files181fs/proc/inode.cif (p->files->fd[ino]->f_mode & 2)
files73fs/proc/link.cif (current->files->fd[fd] == f)
files87fs/proc/link.c((ino >> 8) != 1) || !(new_f = p->files->fd[ino & 0x0ff]))
files94fs/proc/link.ccurrent->files->fd[fd] = new_f;
files150fs/proc/link.cif (ino < NR_OPEN && p->files->fd[ino]) {
files157fs/proc/link.cnew_inode = p->files->fd[ino]->f_inode;
files31fs/read_write.cif (fd >= NR_OPEN || !(file = current->files->fd[fd]) ||
files51fs/read_write.cif (fd >= NR_OPEN || !(file=current->files->fd[fd]) || !(file->f_inode))
files91fs/read_write.cif (fd >= NR_OPEN || !(file=current->files->fd[fd]) || !(file->f_inode))
files127fs/read_write.cif (fd>=NR_OPEN || !(file=current->files->fd[fd]) || !(inode=file->f_inode))
files148fs/read_write.cif (fd>=NR_OPEN || !(file=current->files->fd[fd]) || !(inode=file->f_inode))
files104fs/select.cif (!current->files->fd[i])
files106fs/select.cif (!current->files->fd[i]->f_inode)
files125fs/select.cif (FD_ISSET(i,in) && check(SEL_IN,wait,current->files->fd[i])) {
files130fs/select.cif (FD_ISSET(i,out) && check(SEL_OUT,wait,current->files->fd[i])) {
files135fs/select.cif (FD_ISSET(i,ex) && check(SEL_EX,wait,current->files->fd[i])) {
files168fs/stat.cif (fd >= NR_OPEN || !(f=current->files->fd[fd]) || !(inode=f->f_inode))
files183fs/stat.cif (fd >= NR_OPEN || !(f=current->files->fd[fd]) || !(inode=f->f_inode))
files387ibcs/binfmt_coff.cfp = current->files->fd[fd];
files759ibcs/binfmt_coff.cfile           = current->files->fd[fd];
files173ibcs/binfmt_elf.cfile = current->files->fd[elf_exec_fileno];
files330ibcs/binfmt_elf.cfile = current->files->fd[elf_exec_fileno];
files579ibcs/binfmt_elf.cfile = current->files->fd[fd];
files300include/linux/sched.hstruct files_struct files[1];
files392kernel/exit.cif (current->files->fd[i])
files124kernel/fork.cif ((f = p->files->fd[i]) != NULL)
files125kernel/fork.cp->files->fd[i] = copy_fd(f);
files128kernel/fork.cif ((f = p->files->fd[i]) != NULL)
files191mm/mmap.cif (fd >= NR_OPEN || !(file = current->files->fd[fd]))
files167net/socket.cif (!current->files->fd[fd]) 
files175net/socket.cFD_CLR(fd, &current->files->close_on_exec);
files176net/socket.ccurrent->files->fd[fd] = file;
files231net/socket.cif (fd < 0 || fd >= NR_OPEN || !(file = current->files->fd[fd])) 
files769net/socket.cif (fd < 0 || fd >= NR_OPEN || current->files->fd[fd] == NULL)
files796net/socket.cif (fd < 0 || fd >= NR_OPEN || current->files->fd[fd] == NULL)
files829net/socket.cif (fd < 0 || fd >= NR_OPEN || ((file = current->files->fd[fd]) == NULL))
files890net/socket.cif (fd < 0 || fd >= NR_OPEN || (file=current->files->fd[fd]) == NULL)
files941net/socket.cif (fd < 0 || fd >= NR_OPEN || current->files->fd[fd] == NULL)
files966net/socket.cif (fd < 0 || fd >= NR_OPEN || current->files->fd[fd] == NULL)
files990net/socket.cif (fd < 0 || fd >= NR_OPEN || ((file = current->files->fd[fd]) == NULL))
files1017net/socket.cif (fd < 0 || fd >= NR_OPEN || ((file = current->files->fd[fd]) == NULL))
files1050net/socket.cif (fd < 0 || fd >= NR_OPEN || ((file = current->files->fd[fd]) == NULL))
files1081net/socket.cif (fd < 0 || fd >= NR_OPEN || ((file = current->files->fd[fd]) == NULL))
files1115net/socket.cif (fd < 0 || fd >= NR_OPEN || ((file = current->files->fd[fd]) == NULL))
files1133net/socket.cif (fd < 0 || fd >= NR_OPEN || ((file = current->files->fd[fd]) == NULL))
files1153net/socket.cif (fd < 0 || fd >= NR_OPEN || ((file = current->files->fd[fd]) == NULL))