Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/makefs/
H A Dmtree.c75 static fsnode *mtree_root; variable
846 if (mtree_current == mtree_root) { in read_mtree_spec1()
968 if (mtree_root == NULL) in read_mtree_spec1()
969 mtree_root = node; in read_mtree_spec1()
993 mtree_current = mtree_root; in read_mtree_spec()
1064 mtree_root = node; in read_mtree()
1117 if (mtree_root != NULL) in read_mtree()
1118 return (mtree_root); in read_mtree()