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