tag | line | file | source code |
root | 55 | fs/ext/symlink.c | dir = current->root; |
root | 59 | fs/ext2/symlink.c | dir = current->root; |
root | 65 | fs/hpfs/hpfs.h | fnode_secno root; /* fnode of root directory */ |
root | 453 | fs/hpfs/hpfs_fs.c | s->s_hpfs_root = dir_ino(superblock->root); |
root | 52 | fs/isofs/symlink.c | dir = current->root; |
root | 49 | fs/minix/symlink.c | dir = current->root; |
root | 106 | fs/namei.c | if (dir == current->root) { |
root | 171 | fs/namei.c | base = current->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 | 51 | fs/nfs/symlink.c | dir = current->root; |
root | 248 | fs/open.c | iput(current->root); |
root | 249 | fs/open.c | current->root = inode; |
root | 68 | fs/proc/link.c | inode = p->root; |
root | 528 | fs/super.c | current->root = inode; |
root | 56 | fs/sysv/symlink.c | dir = current->root; |
root | 83 | fs/xiafs/symlink.c | dir = current->root; |
root | 25 | include/linux/nfs_mount.h | struct nfs_fh root; /* 1 */ |
root | 220 | include/linux/sched.h | struct inode * root; |
root | 368 | kernel/exit.c | iput(current->root); |
root | 369 | kernel/exit.c | current->root = NULL; |
root | 210 | kernel/fork.c | if (current->root) |
root | 211 | kernel/fork.c | current->root->i_count++; |