tag | line | file | source code |
root | 55 | fs/ext/symlink.c | dir = current->fs->root; |
root | 60 | fs/ext2/symlink.c | dir = current->fs->root; |
root | 65 | fs/hpfs/hpfs.h | fnode_secno root; /* fnode of root directory */ |
root | 454 | fs/hpfs/hpfs_fs.c | s->s_hpfs_root = dir_ino(superblock->root); |
root | 52 | fs/isofs/symlink.c | dir = current->fs->root; |
root | 49 | fs/minix/symlink.c | dir = current->fs->root; |
root | 137 | fs/namei.c | if (dir == current->fs->root) { |
root | 202 | fs/namei.c | base = current->fs->root; |
root | 119 | fs/nfs/inode.c | sb->u.nfs_sb.s_root = data->root; |
root | 121 | fs/nfs/inode.c | if (!(sb->s_mounted = nfs_fhget(sb, &data->root, NULL))) { |
root | 55 | fs/nfs/symlink.c | dir = current->fs->root; |
root | 243 | fs/open.c | iput(current->fs->root); |
root | 244 | fs/open.c | current->fs->root = inode; |
root | 72 | fs/proc/link.c | inode = p->fs->root; |
root | 676 | fs/super.c | current->fs->root = inode; |
root | 56 | fs/sysv/symlink.c | dir = current->fs->root; |
root | 64 | fs/umsdos/symlink.c | dir = current->fs[1].root; |
root | 83 | fs/xiafs/symlink.c | dir = current->fs->root; |
root | 25 | include/linux/nfs_mount.h | struct nfs_fh root; /* 1 */ |
root | 208 | include/linux/sched.h | struct inode * root, * pwd; |
root | 548 | init/main.c | current->fs->root = pseudo_root; |
root | 401 | kernel/exit.c | iput(current->fs->root); |
root | 402 | kernel/exit.c | current->fs->root = NULL; |
root | 157 | kernel/fork.c | if (current->fs->root) |
root | 158 | kernel/fork.c | current->fs->root->i_count++; |