Lines Matching refs:mtree_current
76 static fsnode *mtree_current; variable
846 if (mtree_current == mtree_root) { in read_mtree_spec1()
851 node = mtree_current; in read_mtree_spec1()
858 node = mtree_current->parent; in read_mtree_spec1()
869 mtree_current = node; in read_mtree_spec1()
878 if (!IS_DOT(name) && mtree_current == NULL) { in read_mtree_spec1()
892 node = mtree_current; in read_mtree_spec1()
894 assert(node->first == mtree_current); in read_mtree_spec1()
921 mtree_current = node; in read_mtree_spec1()
929 parent = (mtree_current != NULL) ? mtree_current->parent : NULL; in read_mtree_spec1()
943 node->first = (mtree_current != NULL) ? mtree_current : node; in read_mtree_spec1()
967 mtree_current = node; in read_mtree_spec1()
993 mtree_current = mtree_root; in read_mtree_spec()
1065 mtree_current = node; in read_mtree()