Lines Matching refs:mtree_current
78 static fsnode *mtree_current; variable
837 if (mtree_current == mtree_root) { in read_mtree_spec1()
842 node = mtree_current; in read_mtree_spec1()
849 node = mtree_current->parent; in read_mtree_spec1()
860 mtree_current = node; in read_mtree_spec1()
869 if (!IS_DOT(name) && mtree_current == NULL) { in read_mtree_spec1()
883 node = mtree_current; in read_mtree_spec1()
885 assert(node->first == mtree_current); in read_mtree_spec1()
912 mtree_current = node; in read_mtree_spec1()
920 parent = (mtree_current != NULL) ? mtree_current->parent : NULL; in read_mtree_spec1()
934 node->first = (mtree_current != NULL) ? mtree_current : node; in read_mtree_spec1()
958 mtree_current = node; in read_mtree_spec1()
984 mtree_current = mtree_root; in read_mtree_spec()
1056 mtree_current = node; in read_mtree()