Lines Matching refs:dirtree
83 char *gendir; // Where to read dirtree from.
86 struct dirtree *dt; // Tree of files to copy into the new filesystem.
288 static struct dirtree *treenext(struct dirtree *this)
300 static long check_treesize(struct dirtree *that, off_t *size)
328 static void check_treelinks(struct dirtree *tree)
330 struct dirtree *current=tree, *that;
498 // Fill out an inode structure from struct stat info in dirtree.
499 static void fill_inode(struct ext2_inode *in, struct dirtree *that)
550 struct dirtree *dti, *dtb;
580 dti = xzalloc(sizeof(struct dirtree)+11);
590 dtb = xzalloc(sizeof(struct dirtree)+1);