Lines Matching defs:xfs_fsop_geom_v4
138 struct xfs_fsop_geom_v4 { struct
139 __u32 blocksize; /* filesystem (data) block size */
140 __u32 rtextsize; /* realtime extent size */
141 __u32 agblocks; /* fsblocks in an AG */
142 __u32 agcount; /* number of allocation groups */
143 __u32 logblocks; /* fsblocks in the log */
144 __u32 sectsize; /* (data) sector size, bytes */
145 __u32 inodesize; /* inode size in bytes */
146 __u32 imaxpct; /* max allowed inode space(%) */
147 __u64 datablocks; /* fsblocks in data subvolume */
148 __u64 rtblocks; /* fsblocks in realtime subvol */
149 __u64 rtextents; /* rt extents in realtime subvol*/
150 __u64 logstart; /* starting fsblock of the log */
151 unsigned char uuid[16]; /* unique id of the filesystem */
152 __u32 sunit; /* stripe unit, fsblocks */
153 __u32 swidth; /* stripe width, fsblocks */
154 __s32 version; /* structure version */
155 __u32 flags; /* superblock version flags */
156 __u32 logsectsize; /* log sector size, bytes */
157 __u32 rtsectsize; /* realtime sector size, bytes */
158 __u32 dirblocksize; /* directory block size, bytes */
159 __u32 logsunit; /* log stripe unit, bytes */