Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/makefs/
H A Dmtree.c78 static fsnode *mtree_current; variable
842 node = mtree_current; in read_mtree_spec1()
849 node = mtree_current->parent; in read_mtree_spec1()
860 mtree_current = node; in read_mtree_spec1()
883 node = mtree_current; in read_mtree_spec1()
912 mtree_current = node; in read_mtree_spec1()
920 parent = (mtree_current != NULL) ? mtree_current->parent : NULL; in read_mtree_spec1()
934 node->first = (mtree_current != NULL) ? mtree_current : node; in read_mtree_spec1()
958 mtree_current = node; in read_mtree_spec1()
984 mtree_current = mtree_root; in read_mtree_spec()
[all …]