| Top |  |  |  |  | 
struct GuestfsXFSInfo {
  gchar *xfs_mntpoint;
  guint32 xfs_inodesize;
  guint32 xfs_agcount;
  guint32 xfs_agsize;
  guint32 xfs_sectsize;
  guint32 xfs_attr;
  guint32 xfs_blocksize;
  guint64 xfs_datablocks;
  guint32 xfs_imaxpct;
  guint32 xfs_sunit;
  guint32 xfs_swidth;
  guint32 xfs_dirversion;
  guint32 xfs_dirblocksize;
  guint32 xfs_cimode;
  gchar *xfs_logname;
  guint32 xfs_logblocksize;
  guint32 xfs_logblocks;
  guint32 xfs_logversion;
  guint32 xfs_logsectsize;
  guint32 xfs_logsunit;
  guint32 xfs_lazycount;
  gchar *xfs_rtname;
  guint32 xfs_rtextsize;
  guint64 xfs_rtblocks;
  guint64 xfs_rtextents;
};
| A NULL-terminated string | ||
| An unsigned 32-bit integer | ||
| An unsigned 32-bit integer | ||
| An unsigned 32-bit integer | ||
| An unsigned 32-bit integer | ||
| An unsigned 32-bit integer | ||
| An unsigned 32-bit integer | ||
| An unsigned 64-bit integer | ||
| An unsigned 32-bit integer | ||
| An unsigned 32-bit integer | ||
| An unsigned 32-bit integer | ||
| An unsigned 32-bit integer | ||
| An unsigned 32-bit integer | ||
| An unsigned 32-bit integer | ||
| A NULL-terminated string | ||
| An unsigned 32-bit integer | ||
| An unsigned 32-bit integer | ||
| An unsigned 32-bit integer | ||
| An unsigned 32-bit integer | ||
| An unsigned 32-bit integer | ||
| An unsigned 32-bit integer | ||
| A NULL-terminated string | ||
| An unsigned 32-bit integer | ||
| An unsigned 64-bit integer | ||
| An unsigned 64-bit integer |