Searched defs:xfs_fsop_geom (Results 1 – 1 of 1) sorted by relevance
180 struct xfs_fsop_geom { struct181 __u32 blocksize; /* filesystem (data) block size */182 __u32 rtextsize; /* realtime extent size */183 __u32 agblocks; /* fsblocks in an AG */184 __u32 agcount; /* number of allocation groups */185 __u32 logblocks; /* fsblocks in the log */186 __u32 sectsize; /* (data) sector size, bytes */187 __u32 inodesize; /* inode size in bytes */188 __u32 imaxpct; /* max allowed inode space(%) */189 __u64 datablocks; /* fsblocks in data subvolume */[all …]