Searched defs:mke2fs_data (Results 1 – 1 of 1) sorted by relevance
718 struct mke2fs_data { struct720 long blocksize;721 long bytes_per_inode;722 long inodes; // Total inodes in filesystem.723 long reserved_percent; // Integer precent of space to reserve for root.724 char *gendir; // Where to read dirtree from.727 struct dirtree *dt; // Tree of files to copy into the new filesystem.728 unsigned treeblocks; // Blocks used by dt729 unsigned treeinodes; // Inodes used by dt731 unsigned blocks; // Total blocks in the filesystem.[all …]