Searched defs:m_ext2fs (Results 1 – 1 of 1) sorted by relevance
152 struct m_ext2fs { struct153 struct ext2fs * e2fs;154 char e2fs_fsmnt[MAXMNTLEN];/* name mounted on */155 char e2fs_ronly; /* mounted read-only flag */156 char e2fs_fmod; /* super block modified flag */157 uint64_t e2fs_bcount; /* blocks count */158 uint64_t e2fs_rbcount; /* reserved blocks count */159 uint64_t e2fs_fbcount; /* free blocks count */160 uint32_t e2fs_ficount; /* free inodes count */161 uint32_t e2fs_bsize; /* Block size */[all …]