Searched refs:mtree_current (Results 1 – 1 of 1) sorted by relevance
75 static fsnode *mtree_current; variable848 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()[all …]