Searched defs:makefs_fsinfo (Results 1 – 1 of 1) sorted by relevance
139 typedef struct makefs_fsinfo { struct141 off_t size; /* total size */142 off_t inodes; /* number of inodes */143 uint32_t curinode; /* current inode */146 int fd; /* file descriptor of image */147 void *superblock; /* superblock */148 int onlyspec; /* only add entries in specfile */152 off_t minsize; /* minimum size image should be */153 off_t maxsize; /* maximum size image can be */154 off_t freefiles; /* free file entries to leave */[all …]