Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/makefs/
H A Dmtree.c77 static fsnode *mtree_root; variable
837 if (mtree_current == mtree_root) { in read_mtree_spec1()
959 if (mtree_root == NULL) in read_mtree_spec1()
960 mtree_root = node; in read_mtree_spec1()
984 mtree_current = mtree_root; in read_mtree_spec()
1055 mtree_root = node; in read_mtree()
1108 if (mtree_root != NULL) in read_mtree()
1109 return (mtree_root); in read_mtree()