Searched defs:mtree_entry (Results 1 – 1 of 1) sorted by relevance
88 struct mtree_entry { struct90 struct mtree_entry *next; argument91 struct mtree_entry *parent; argument92 struct dir_info *dir_info;93 struct reg_info *reg_info;95 struct archive_string parentdir;96 struct archive_string basename;120 struct mtree_entry *mtree_entry; argument870 struct mtree_entry *mtree_entry; in archive_write_mtree_header() local