GuestfsXFSInfo

GuestfsXFSInfo

Types and Values

Object Hierarchy

    GBoxed
    ╰── GuestfsXFSInfo

Includes

#include <guestfs-gobject.h>

Description

Functions

Types and Values

struct GuestfsXFSInfo

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;
};

Members

gchar *xfs_mntpoint;

A NULL-terminated string

 

guint32 xfs_inodesize;

An unsigned 32-bit integer

 

guint32 xfs_agcount;

An unsigned 32-bit integer

 

guint32 xfs_agsize;

An unsigned 32-bit integer

 

guint32 xfs_sectsize;

An unsigned 32-bit integer

 

guint32 xfs_attr;

An unsigned 32-bit integer

 

guint32 xfs_blocksize;

An unsigned 32-bit integer

 

guint64 xfs_datablocks;

An unsigned 64-bit integer

 

guint32 xfs_imaxpct;

An unsigned 32-bit integer

 

guint32 xfs_sunit;

An unsigned 32-bit integer

 

guint32 xfs_swidth;

An unsigned 32-bit integer

 

guint32 xfs_dirversion;

An unsigned 32-bit integer

 

guint32 xfs_dirblocksize;

An unsigned 32-bit integer

 

guint32 xfs_cimode;

An unsigned 32-bit integer

 

gchar *xfs_logname;

A NULL-terminated string

 

guint32 xfs_logblocksize;

An unsigned 32-bit integer

 

guint32 xfs_logblocks;

An unsigned 32-bit integer

 

guint32 xfs_logversion;

An unsigned 32-bit integer

 

guint32 xfs_logsectsize;

An unsigned 32-bit integer

 

guint32 xfs_logsunit;

An unsigned 32-bit integer

 

guint32 xfs_lazycount;

An unsigned 32-bit integer

 

gchar *xfs_rtname;

A NULL-terminated string

 

guint32 xfs_rtextsize;

An unsigned 32-bit integer

 

guint64 xfs_rtblocks;

An unsigned 64-bit integer

 

guint64 xfs_rtextents;

An unsigned 64-bit integer