Home
last modified time | relevance | path

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

/freebsd/usr.sbin/makefs/
H A Dmtree.c64 struct mtree_fileinfo { struct
65 SLIST_ENTRY(mtree_fileinfo) next;
72 static SLIST_HEAD(, mtree_fileinfo) mtree_fileinfo = argument
73 SLIST_HEAD_INITIALIZER(mtree_fileinfo);
86 struct mtree_fileinfo *fi; in mtree_file_push()
108 struct mtree_fileinfo *fi; in mtree_print()
111 fi = SLIST_FIRST(&mtree_fileinfo); in mtree_print()
332 struct mtree_fileinfo *fi; in read_word()
402 fi = SLIST_FIRST(&mtree_fileinfo); in read_word()
1032 struct mtree_fileinfo *fi; in read_mtree()
[all …]