taglinefilesource code
executable267fs/binfmt_elf.ccurrent->executable = bprm->inode;
executable455fs/exec.cif (current->executable) {
executable456fs/exec.ciput(current->executable);
executable457fs/exec.ccurrent->executable = NULL;
executable756fs/exec.ccurrent->executable = NULL;  /* for OMAGIC files */
executable793fs/exec.ccurrent->executable = bprm->inode;
executable367fs/namei.cif (inode == (*p)->executable) {
executable71fs/proc/link.cinode = p->executable;
executable206include/linux/sched.hstruct inode * executable;
executable446ipc/shm.ciput (current->executable);
executable447ipc/shm.ccurrent->executable = NULL;
executable369kernel/exit.ciput(current->executable);
executable370kernel/exit.ccurrent->executable = NULL;
executable208kernel/fork.cif (current->executable)
executable209kernel/fork.ccurrent->executable->i_count++;
executable770mm/memory.cif (inode != (*p)->executable) {