taglinefilesource code
root46fs/minix/symlink.cdir = current->root;
root67fs/namei.cif (dir == current->root)
root127fs/namei.cbase = current->root;
root173fs/open.ciput(current->root);
root174fs/open.ccurrent->root = inode;
root264fs/super.ccurrent->root = mi;
root151include/linux/sched.hstruct inode * root;
root299kernel/exit.ciput(current->root);
root300kernel/exit.ccurrent->root = NULL;
root167kernel/fork.cif (current->root)
root168kernel/fork.ccurrent->root->i_count++;