tag | line | file | source code |
executable | 467 | fs/binfmt_coff.c | current->executable = bprm->inode; /* Store inode for file */ |
executable | 501 | fs/binfmt_elf.c | current->executable = bprm->inode; |
executable | 483 | fs/exec.c | if (current->executable) { |
executable | 484 | fs/exec.c | iput(current->executable); |
executable | 485 | fs/exec.c | current->executable = NULL; |
executable | 798 | fs/exec.c | current->executable = NULL; /* for OMAGIC files */ |
executable | 841 | 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 | 230 | include/linux/sched.h | struct inode * executable; |
executable | 453 | ipc/shm.c | iput (current->executable); |
executable | 454 | ipc/shm.c | current->executable = NULL; |
executable | 402 | kernel/exit.c | iput(current->executable); |
executable | 403 | kernel/exit.c | current->executable = NULL; |
executable | 214 | kernel/fork.c | if (current->executable) |
executable | 215 | kernel/fork.c | current->executable->i_count++; |
executable | 767 | mm/memory.c | if (inode != (*p)->executable) { |