Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/makefs/
H A Dmtree.c76 static fsnode *mtree_current; variable
851 node = mtree_current; in read_mtree_spec1()
858 node = mtree_current->parent; in read_mtree_spec1()
869 mtree_current = node; in read_mtree_spec1()
892 node = mtree_current; in read_mtree_spec1()
921 mtree_current = node; in read_mtree_spec1()
929 parent = (mtree_current != NULL) ? mtree_current->parent : NULL; in read_mtree_spec1()
943 node->first = (mtree_current != NULL) ? mtree_current : node; in read_mtree_spec1()
967 mtree_current = node; in read_mtree_spec1()
993 mtree_current = mtree_root; in read_mtree_spec()
[all …]