taglinefilesource code
executable467fs/binfmt_coff.ccurrent->executable  = bprm->inode; /* Store inode for file  */
executable501fs/binfmt_elf.ccurrent->executable = bprm->inode;
executable483fs/exec.cif (current->executable) {
executable484fs/exec.ciput(current->executable);
executable485fs/exec.ccurrent->executable = NULL;
executable798fs/exec.ccurrent->executable = NULL;  /* for OMAGIC files */
executable841fs/exec.ccurrent->executable = bprm->inode;
executable356fs/namei.cif (inode == (*p)->executable) {
executable75fs/proc/link.cinode = p->executable;
executable230include/linux/sched.hstruct inode * executable;
executable453ipc/shm.ciput (current->executable);
executable454ipc/shm.ccurrent->executable = NULL;
executable402kernel/exit.ciput(current->executable);
executable403kernel/exit.ccurrent->executable = NULL;
executable214kernel/fork.cif (current->executable)
executable215kernel/fork.ccurrent->executable->i_count++;
executable767mm/memory.cif (inode != (*p)->executable) {