| tag | line | file | source code |
| root | 55 | fs/ext/symlink.c | dir = current->root; |
| root | 51 | fs/isofs/symlink.c | dir = current->root; |
| root | 49 | fs/minix/symlink.c | dir = current->root; |
| root | 63 | fs/namei.c | if (dir == current->root) |
| root | 128 | fs/namei.c | base = current->root; |
| root | 109 | fs/nfs/inode.c | sb->u.nfs_sb.s_root = data->root; |
| root | 111 | fs/nfs/inode.c | if (!(sb->s_mounted = nfs_fhget(sb, &data->root, NULL))) { |
| root | 50 | fs/nfs/symlink.c | dir = current->root; |
| root | 227 | fs/open.c | iput(current->root); |
| root | 228 | fs/open.c | current->root = inode; |
| root | 67 | fs/proc/link.c | inode = p->root; |
| root | 426 | fs/super.c | current->root = inode; |
| root | 25 | include/linux/nfs_mount.h | struct nfs_fh root; /* 1 */ |
| root | 195 | include/linux/sched.h | struct inode * root; |
| root | 337 | kernel/exit.c | iput(current->root); |
| root | 338 | kernel/exit.c | current->root = NULL; |
| root | 179 | kernel/fork.c | if (current->root) |
| root | 180 | kernel/fork.c | current->root->i_count++; |