taglinefilesource code
executable467fs/binfmt_coff.ccurrent->executable  = bprm->inode; /* Store inode for file  */
executable304fs/binfmt_elf.ccurrent->executable = bprm->inode;
executable479fs/exec.cif (current->executable) {
executable480fs/exec.ciput(current->executable);
executable481fs/exec.ccurrent->executable = NULL;
executable793fs/exec.ccurrent->executable = NULL;  /* for OMAGIC files */
executable836fs/exec.ccurrent->executable = bprm->inode;
executable364fs/namei.cif (inode == (*p)->executable) {
executable71fs/proc/link.cinode = p->executable;
executable206include/linux/sched.hstruct inode * executable;
executable447ipc/shm.ciput (current->executable);
executable448ipc/shm.ccurrent->executable = NULL;
executable370kernel/exit.ciput(current->executable);
executable371kernel/exit.ccurrent->executable = NULL;
executable211kernel/fork.cif (current->executable)
executable212kernel/fork.ccurrent->executable->i_count++;
executable774mm/memory.cif (inode != (*p)->executable) {