Home | History | Annotate | Download | only in pending

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.
152 static struct dirtree *treenext(struct dirtree *this)
164 static long check_treesize(struct dirtree *that, off_t *size)
192 static void check_treelinks(struct dirtree *tree)
194 struct dirtree *current=tree, *that;
362 // Fill out an inode structure from struct stat info in dirtree.
363 static void fill_inode(struct ext2_inode *in, struct dirtree *that)
414 struct dirtree *dti, *dtb;
443 dti = xzalloc(sizeof(struct dirtree)+11);
453 dtb = xzalloc(sizeof(struct dirtree)+1);