Home
last modified time | relevance | path

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

/dflybsd-src/sys/vfs/ext2fs/
H A Dext2fs.h154 struct m_ext2fs { struct
155 struct ext2fs * e2fs;
156 char e2fs_fsmnt[MAXMNTLEN];/* name mounted on */
157 char e2fs_ronly; /* mounted read-only flag */
158 char e2fs_fmod; /* super block modified flag */
159 uint64_t e2fs_bcount; /* blocks count */
160 uint64_t e2fs_rbcount; /* reserved blocks count */
161 uint64_t e2fs_fbcount; /* free blocks count */
162 uint32_t e2fs_ficount; /* free inodes count */
163 uint32_t e2fs_bsize; /* Block size */
[all …]