Lines Matching defs:xfs_fsop_geom_v1
127 struct xfs_fsop_geom_v1 { struct
128 __u32 blocksize; /* filesystem (data) block size */
129 __u32 rtextsize; /* realtime extent size */
130 __u32 agblocks; /* fsblocks in an AG */
131 __u32 agcount; /* number of allocation groups */
132 __u32 logblocks; /* fsblocks in the log */
133 __u32 sectsize; /* (data) sector size, bytes */
134 __u32 inodesize; /* inode size in bytes */
135 __u32 imaxpct; /* max allowed inode space(%) */
136 __u64 datablocks; /* fsblocks in data subvolume */
137 __u64 rtblocks; /* fsblocks in realtime subvol */
138 __u64 rtextents; /* rt extents in realtime subvol*/
139 __u64 logstart; /* starting fsblock of the log */
140 unsigned char uuid[16]; /* unique id of the filesystem */
141 __u32 sunit; /* stripe unit, fsblocks */
142 __u32 swidth; /* stripe width, fsblocks */
143 __s32 version; /* structure version */
144 __u32 flags; /* superblock version flags */
145 __u32 logsectsize; /* log sector size, bytes */
146 __u32 rtsectsize; /* realtime sector size, bytes */
147 __u32 dirblocksize; /* directory block size, bytes */