Searched defs:xfs_ag_geometry (Results 1 – 1 of 1) sorted by relevance
274 struct xfs_ag_geometry { struct275 uint32_t ag_number; /* i/o: AG number */276 uint32_t ag_length; /* o: length in blocks */277 uint32_t ag_freeblks; /* o: free space */278 uint32_t ag_icount; /* o: inodes allocated */279 uint32_t ag_ifree; /* o: inodes free */280 uint32_t ag_sick; /* o: sick things in ag */281 uint32_t ag_checked; /* o: checked metadata in ag */282 uint32_t ag_flags; /* i/o: flags for this ag */283 uint64_t ag_reserved[12];/* o: zero */