tag | line | file | source code |
---|---|---|---|
root | 52 | fs/ext/symlink.c | dir = current->root; |
root | 46 | fs/minix/symlink.c | dir = current->root; |
root | 68 | fs/namei.c | if (dir == current->root) |
root | 128 | fs/namei.c | base = current->root; |
root | 209 | fs/open.c | iput(current->root); |
root | 210 | fs/open.c | current->root = inode; |
root | 336 | fs/super.c | current->root = mi; |
root | 154 | include/linux/sched.h | struct inode * root; |
root | 308 | kernel/exit.c | iput(current->root); |
root | 309 | kernel/exit.c | current->root = NULL; |
root | 181 | kernel/fork.c | if (current->root) |
root | 182 | kernel/fork.c | current->root->i_count++; |