Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/makefs/
H A Dmtree.c77 static fsnode *mtree_current; variable
849 node = mtree_current; in read_mtree_spec1()
856 node = mtree_current->parent; in read_mtree_spec1()
867 mtree_current = node; in read_mtree_spec1()
890 node = mtree_current; in read_mtree_spec1()
919 mtree_current = node; in read_mtree_spec1()
927 parent = (mtree_current != NULL) ? mtree_current->parent : NULL; in read_mtree_spec1()
941 node->first = (mtree_current != NULL) ? mtree_current : node; in read_mtree_spec1()
965 mtree_current = node; in read_mtree_spec1()
991 mtree_current = mtree_root; in read_mtree_spec()
[all …]