taglinefilesource code
executable592fs/exec.cif (current->executable) {
executable593fs/exec.ciput(current->executable);
executable594fs/exec.ccurrent->executable = NULL;
executable637fs/exec.ccurrent->executable = inode;
executable295fs/namei.cif (inode == (*p)->executable) {
executable71fs/proc/link.cinode = p->executable;
executable196include/linux/sched.hstruct inode * executable;
executable339kernel/exit.ciput(current->executable);
executable340kernel/exit.ccurrent->executable = NULL;
executable155kernel/fork.cif (current->executable)
executable156kernel/fork.ccurrent->executable->i_count++;
executable468mm/memory.cif (tsk == current && tsk->executable && CODE_SPACE(address, current)) {
executable631mm/memory.cif (inode != (*p)->executable) {
executable699mm/memory.cinode = tsk->executable;