Searched defs:mke2fs_data (Results 1 – 1 of 1) sorted by relevance
771 struct mke2fs_data { struct773 long blocksize;774 long bytes_per_inode;775 long inodes; // Total inodes in filesystem.776 long reserved_percent; // Integer precent of space to reserve for root.777 char *gendir; // Where to read dirtree from.780 struct dirtree *dt; // Tree of files to copy into the new filesystem.781 unsigned treeblocks; // Blocks used by dt782 unsigned treeinodes; // Inodes used by dt784 unsigned blocks; // Total blocks in the filesystem.[all …]