tag | line | file | source code |
executable | 528 | fs/exec.c | if (current->executable) { |
executable | 529 | fs/exec.c | iput(current->executable); |
executable | 530 | fs/exec.c | current->executable = NULL; |
executable | 824 | fs/exec.c | current->executable = NULL; /* for OMAGIC files */ |
executable | 871 | fs/exec.c | current->executable = bprm->inode; |
executable | 356 | fs/namei.c | if (inode == (*p)->executable) { |
executable | 75 | fs/proc/link.c | inode = p->executable; |
executable | 467 | ibcs/binfmt_coff.c | current->executable = bprm->inode; /* Store inode for file */ |
executable | 518 | ibcs/binfmt_elf.c | current->executable = bprm->inode; |
executable | 292 | include/linux/sched.h | struct inode * executable; |
executable | 501 | ipc/shm.c | iput (current->executable); |
executable | 502 | ipc/shm.c | current->executable = NULL; |
executable | 403 | kernel/exit.c | iput(current->executable); |
executable | 404 | kernel/exit.c | current->executable = NULL; |
executable | 159 | kernel/fork.c | if (current->executable) |
executable | 160 | kernel/fork.c | current->executable->i_count++; |