tag | line | file | source code |
root | 56 | fs/ext/symlink.c | dir = current->root; |
root | 57 | fs/ext2/symlink.c | dir = current->root; |
root | 51 | fs/isofs/symlink.c | dir = current->root; |
root | 49 | fs/minix/symlink.c | dir = current->root; |
root | 111 | fs/namei.c | if (dir == current->root) { |
root | 177 | 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 | 229 | fs/open.c | iput(current->root); |
root | 230 | fs/open.c | current->root = inode; |
root | 68 | fs/proc/link.c | inode = p->root; |
root | 462 | fs/super.c | current->root = inode; |
root | 81 | fs/xiafs/symlink.c | dir = current->root; |
root | 25 | include/linux/nfs_mount.h | struct nfs_fh root; /* 1 */ |
root | 192 | include/linux/sched.h | struct inode * root; |
root | 337 | kernel/exit.c | iput(current->root); |
root | 338 | kernel/exit.c | current->root = NULL; |
root | 160 | kernel/fork.c | if (current->root) |
root | 161 | kernel/fork.c | current->root->i_count++; |