taglinefilesource code
files1485drivers/char/tty_io.cfilp = (*p)->files->fd[i];
files41drivers/sound/soundcard.cstatic struct fileinfo files[SND_NDEVS];
files61drivers/sound/soundcard.creturn sound_read_sw (dev, &files[dev], buf, count);
files72drivers/sound/soundcard.creturn sound_write_sw (dev, &files[dev], buf, count);
files95drivers/sound/soundcard.cfiles[dev].mode = 0;
files98drivers/sound/soundcard.cfiles[dev].mode = OPEN_READWRITE;
files100drivers/sound/soundcard.cfiles[dev].mode = OPEN_READ;
files102drivers/sound/soundcard.cfiles[dev].mode = OPEN_WRITE;
files104drivers/sound/soundcard.creturn sound_open_sw (dev, &files[dev]);
files115drivers/sound/soundcard.csound_release_sw (dev, &files[dev]);
files127drivers/sound/soundcard.creturn sound_ioctl_sw (dev, &files[dev], cmd, arg);
files144drivers/sound/soundcard.creturn sequencer_select (dev, &files[dev], sel_type, wait);
files150drivers/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];
files246fs/buffer.cif (fd>=NR_OPEN || !(file=current->files->fd[fd]) || !(inode=file->f_inode))
files117fs/exec.cfpp = current->files->fd;
files297fs/exec.cfile = current->files->fd[fd];
files574fs/exec.cif (FD_ISSET(i,&current->files->close_on_exec))
files576fs/exec.cFD_ZERO(&current->files->close_on_exec);
files836fs/exec.cfile = current->files->fd[fd];
files908fs/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]))
files106fs/open.cif (fd >= NR_OPEN || !(file = current->files->fd[fd]))
files219fs/open.cif (fd >= NR_OPEN || !(file = current->files->fd[fd]))
files260fs/open.cif (fd >= NR_OPEN || !(file = current->files->fd[fd]))
files305fs/open.cif (fd >= NR_OPEN || !(file = current->files->fd[fd]))
files400fs/open.cif (!current->files->fd[fd])
files404fs/open.cFD_CLR(fd,&current->files->close_on_exec);
files408fs/open.ccurrent->files->fd[fd] = f;
files417fs/open.ccurrent->files->fd[fd]=NULL;
files433fs/open.ccurrent->files->fd[fd]=NULL;
files488fs/open.cFD_CLR(fd, &current->files->close_on_exec);
files489fs/open.cif (!(filp = current->files->fd[fd]))
files491fs/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])) {
files164fs/stat.cif (fd >= NR_OPEN || !(f=current->files->fd[fd]) || !(inode=f->f_inode))
files179fs/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];
files301include/linux/sched.hstruct files_struct files[1];
files393kernel/exit.cif (current->files->fd[i])
files123kernel/fork.cif ((f = p->files->fd[i]) != NULL)
files124kernel/fork.cp->files->fd[i] = copy_fd(f);
files127kernel/fork.cif ((f = p->files->fd[i]) != NULL)
files181mm/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))