Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/makefs/
H A Dmtree.c66 struct mtree_fileinfo { struct
67 SLIST_ENTRY(mtree_fileinfo) next;
74 static SLIST_HEAD(, mtree_fileinfo) mtree_fileinfo = argument
75 SLIST_HEAD_INITIALIZER(mtree_fileinfo);
88 struct mtree_fileinfo *fi; in mtree_file_push()
110 struct mtree_fileinfo *fi; in mtree_print()
113 fi = SLIST_FIRST(&mtree_fileinfo); in mtree_print()
334 struct mtree_fileinfo *fi; in read_word()
404 fi = SLIST_FIRST(&mtree_fileinfo); in read_word()
1031 struct mtree_fileinfo *fi; in read_mtree()
[all …]