taglinefilesource code
executable528fs/exec.cif (current->executable) {
executable529fs/exec.ciput(current->executable);
executable530fs/exec.ccurrent->executable = NULL;
executable822fs/exec.ccurrent->executable = NULL;  /* for OMAGIC files */
executable869fs/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;
executable453ipc/shm.ciput (current->executable);
executable454ipc/shm.ccurrent->executable = NULL;
executable401kernel/exit.ciput(current->executable);
executable402kernel/exit.ccurrent->executable = NULL;
executable159kernel/fork.cif (current->executable)
executable160kernel/fork.ccurrent->executable->i_count++;
executable816mm/memory.cif (inode != (*p)->executable) {