Lines Matching defs:xfs_fsop_geom
166 struct xfs_fsop_geom { struct
167 __u32 blocksize; /* filesystem (data) block size */
168 __u32 rtextsize; /* realtime extent size */
169 __u32 agblocks; /* fsblocks in an AG */
170 __u32 agcount; /* number of allocation groups */
171 __u32 logblocks; /* fsblocks in the log */
172 __u32 sectsize; /* (data) sector size, bytes */
173 __u32 inodesize; /* inode size in bytes */
174 __u32 imaxpct; /* max allowed inode space(%) */
175 __u64 datablocks; /* fsblocks in data subvolume */
176 __u64 rtblocks; /* fsblocks in realtime subvol */
177 __u64 rtextents; /* rt extents in realtime subvol*/
178 __u64 logstart; /* starting fsblock of the log */
179 unsigned char uuid[16]; /* unique id of the filesystem */
180 __u32 sunit; /* stripe unit, fsblocks */
181 __u32 swidth; /* stripe width, fsblocks */
182 __s32 version; /* structure version */
183 __u32 flags; /* superblock version flags */
184 __u32 logsectsize; /* log sector size, bytes */
185 __u32 rtsectsize; /* realtime sector size, bytes */
186 __u32 dirblocksize; /* directory block size, bytes */
187 __u32 logsunit; /* log stripe unit, bytes */
188 uint32_t sick; /* o: unhealthy fs & rt metadata */
189 uint32_t checked; /* o: checked fs & rt metadata */
190 __u64 reserved[17]; /* reserved space */