tag | line | file | source code |
executable | 304 | fs/binfmt_elf.c | current->executable = bprm->inode; |
executable | 477 | fs/exec.c | if (current->executable) { |
executable | 478 | fs/exec.c | iput(current->executable); |
executable | 479 | fs/exec.c | current->executable = NULL; |
executable | 780 | fs/exec.c | current->executable = NULL; /* for OMAGIC files */ |
executable | 823 | fs/exec.c | current->executable = bprm->inode; |
executable | 364 | fs/namei.c | if (inode == (*p)->executable) { |
executable | 71 | fs/proc/link.c | inode = p->executable; |
executable | 206 | include/linux/sched.h | struct inode * executable; |
executable | 447 | ipc/shm.c | iput (current->executable); |
executable | 448 | ipc/shm.c | current->executable = NULL; |
executable | 370 | kernel/exit.c | iput(current->executable); |
executable | 371 | kernel/exit.c | current->executable = NULL; |
executable | 209 | kernel/fork.c | if (current->executable) |
executable | 210 | kernel/fork.c | current->executable->i_count++; |
executable | 774 | mm/memory.c | if (inode != (*p)->executable) { |