Searched defs:xfs_ag_geometry (Results 1 – 1 of 1) sorted by relevance
284 struct xfs_ag_geometry { struct285 uint32_t ag_number; /* i/o: AG number */286 uint32_t ag_length; /* o: length in blocks */287 uint32_t ag_freeblks; /* o: free space */288 uint32_t ag_icount; /* o: inodes allocated */289 uint32_t ag_ifree; /* o: inodes free */290 uint32_t ag_sick; /* o: sick things in ag */291 uint32_t ag_checked; /* o: checked metadata in ag */292 uint32_t ag_flags; /* i/o: flags for this ag */293 uint64_t ag_reserved[12];/* o: zero */