taglinefilesource code
executable594fs/exec.cif (current->executable) {
executable595fs/exec.ciput(current->executable);
executable596fs/exec.ccurrent->executable = NULL;
executable639fs/exec.ccurrent->executable = inode;
executable367fs/namei.cif (inode == (*p)->executable) {
executable71fs/proc/link.cinode = p->executable;
executable194include/linux/sched.hstruct inode * executable;
executable343kernel/exit.ciput(current->executable);
executable344kernel/exit.ccurrent->executable = NULL;
executable147kernel/fork.cif (current->executable)
executable148kernel/fork.ccurrent->executable->i_count++;
executable735mm/memory.cif (inode != (*p)->executable) {
executable809mm/memory.cinode = tsk->executable;