taglinefilesource code
root52fs/ext/symlink.cdir = current->root;
root46fs/minix/symlink.cdir = current->root;
root68fs/namei.cif (dir == current->root)
root128fs/namei.cbase = current->root;
root209fs/open.ciput(current->root);
root210fs/open.ccurrent->root = inode;
root336fs/super.ccurrent->root = mi;
root154include/linux/sched.hstruct inode * root;
root308kernel/exit.ciput(current->root);
root309kernel/exit.ccurrent->root = NULL;
root181kernel/fork.cif (current->root)
root182kernel/fork.ccurrent->root->i_count++;