| tag | line | file | source code |
|---|---|---|---|
| root | 46 | fs/minix/symlink.c | dir = current->root; |
| root | 67 | fs/namei.c | if (dir == current->root) |
| root | 127 | fs/namei.c | base = current->root; |
| root | 173 | fs/open.c | iput(current->root); |
| root | 174 | fs/open.c | current->root = inode; |
| root | 264 | fs/super.c | current->root = mi; |
| root | 151 | include/linux/sched.h | struct inode * root; |
| root | 299 | kernel/exit.c | iput(current->root); |
| root | 300 | kernel/exit.c | current->root = NULL; |
| root | 167 | kernel/fork.c | if (current->root) |
| root | 168 | kernel/fork.c | current->root->i_count++; |