Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/makefs/
H A Dmtree.c76 static fsnode *mtree_root; variable
844 if (mtree_current == mtree_root) { in read_mtree_spec1()
966 if (mtree_root == NULL) in read_mtree_spec1()
967 mtree_root = node; in read_mtree_spec1()
991 mtree_current = mtree_root; in read_mtree_spec()
1062 mtree_root = node; in read_mtree()
1115 if (mtree_root != NULL) in read_mtree()
1116 return (mtree_root); in read_mtree()