Home
last modified time | relevance | path

Searched refs:mtree_current (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/makefs/
H A Dmtree.c75 static fsnode *mtree_current; variable
845 if (mtree_current == mtree_root) { in read_mtree_spec1()
850 node = mtree_current; in read_mtree_spec1()
857 node = mtree_current->parent; in read_mtree_spec1()
868 mtree_current = node; in read_mtree_spec1()
877 if (!IS_DOT(name) && mtree_current == NULL) { in read_mtree_spec1()
891 node = mtree_current; in read_mtree_spec1()
893 assert(node->first == mtree_current); in read_mtree_spec1()
920 mtree_current = node; in read_mtree_spec1()
928 parent = (mtree_current != NULL) ? mtree_current->parent : NULL; in read_mtree_spec1()
[all …]