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