taglinefilesource code
executable528fs/exec.cif (current->executable) {
executable529fs/exec.ciput(current->executable);
executable530fs/exec.ccurrent->executable = NULL;
executable824fs/exec.ccurrent->executable = NULL;  /* for OMAGIC files */
executable871fs/exec.ccurrent->executable = bprm->inode;
executable356fs/namei.cif (inode == (*p)->executable) {
executable75fs/proc/link.cinode = p->executable;
executable467ibcs/binfmt_coff.ccurrent->executable      = bprm->inode; /* Store inode for file  */
executable518ibcs/binfmt_elf.ccurrent->executable = bprm->inode;
executable292include/linux/sched.hstruct inode * executable;
executable501ipc/shm.ciput (current->executable);
executable502ipc/shm.ccurrent->executable = NULL;
executable403kernel/exit.ciput(current->executable);
executable404kernel/exit.ccurrent->executable = NULL;
executable159kernel/fork.cif (current->executable)
executable160kernel/fork.ccurrent->executable->i_count++;