Lines Matching refs:mtree_current
75 static fsnode *mtree_current; variable
848 if (mtree_current == mtree_root) { in read_mtree_spec1()
853 node = mtree_current; in read_mtree_spec1()
860 node = mtree_current->parent; in read_mtree_spec1()
871 mtree_current = node; in read_mtree_spec1()
880 if (!IS_DOT(name) && mtree_current == NULL) { in read_mtree_spec1()
894 node = mtree_current; in read_mtree_spec1()
896 assert(node->first == mtree_current); in read_mtree_spec1()
923 mtree_current = node; in read_mtree_spec1()
931 parent = (mtree_current != NULL) ? mtree_current->parent : NULL; in read_mtree_spec1()
945 node->first = (mtree_current != NULL) ? mtree_current : node; in read_mtree_spec1()
969 mtree_current = node; in read_mtree_spec1()
995 mtree_current = mtree_root; in read_mtree_spec()
1075 mtree_current = node; in read_mtree()