taglinefilesource code
executable255fs/exec.ccurrent->executable = NULL;
executable417fs/exec.cif (current->executable)
executable418fs/exec.ciput(current->executable);
executable425fs/exec.ccurrent->executable = inode;
executable152include/linux/sched.hstruct inode * executable;
executable301kernel/exit.ciput(current->executable);
executable302kernel/exit.ccurrent->executable = NULL;
executable169kernel/fork.cif (current->executable)
executable170kernel/fork.ccurrent->executable->i_count++;
executable576mm/memory.cif (inode != (*p)->executable)
executable663mm/memory.cinode = tsk->executable;