taglinefilesource code
executable381fs/exec.ccurrent->executable = NULL;
executable562fs/exec.cif (current->executable)
executable563fs/exec.ciput(current->executable);
executable573fs/exec.ccurrent->executable = inode;
executable266fs/namei.cif (inode == (*p)->executable) {
executable155include/linux/sched.hstruct inode * executable;
executable310kernel/exit.ciput(current->executable);
executable311kernel/exit.ccurrent->executable = NULL;
executable183kernel/fork.cif (current->executable)
executable184kernel/fork.ccurrent->executable->i_count++;
executable621mm/memory.cif (inode != (*p)->executable)
executable701mm/memory.cinode = tsk->executable;