taglinefilesource code
executable594fs/exec.cif (current->executable) {
executable595fs/exec.ciput(current->executable);
executable596fs/exec.ccurrent->executable = NULL;
executable639fs/exec.ccurrent->executable = inode;
executable369fs/namei.cif (inode == (*p)->executable) {
executable71fs/proc/link.cinode = p->executable;
executable193include/linux/sched.hstruct inode * executable;
executable339kernel/exit.ciput(current->executable);
executable340kernel/exit.ccurrent->executable = NULL;
executable141kernel/fork.cif (current->executable)
executable142kernel/fork.ccurrent->executable->i_count++;
executable680mm/memory.cif (inode != (*p)->executable) {
executable748mm/memory.cinode = tsk->executable;