Home
last modified time | relevance | path

Searched defs:mke2fs_data (Results 1 – 1 of 1) sorted by relevance

/third_party/toybox/generated/
Dglobals.h769 struct mke2fs_data { struct
771 long blocksize;
772 long bytes_per_inode;
773 long inodes; // Total inodes in filesystem.
774 long reserved_percent; // Integer precent of space to reserve for root.
775 char *gendir; // Where to read dirtree from.
778 struct dirtree *dt; // Tree of files to copy into the new filesystem.
779 unsigned treeblocks; // Blocks used by dt
780 unsigned treeinodes; // Inodes used by dt
782 unsigned blocks; // Total blocks in the filesystem.
[all …]