GuestfsBTRFSBalance

GuestfsBTRFSBalance

Synopsis

#include <guestfs-gobject.h>

struct              GuestfsBTRFSBalance;

Object Hierarchy

  GBoxed
   +----GuestfsBTRFSBalance

Description

Details

struct GuestfsBTRFSBalance

struct GuestfsBTRFSBalance {
  gchar *btrfsbalance_status;
  guint64 btrfsbalance_total;
  guint64 btrfsbalance_balanced;
  guint64 btrfsbalance_considered;
  guint64 btrfsbalance_left;
};

gchar *btrfsbalance_status;

A NULL-terminated string

guint64 btrfsbalance_total;

An unsigned 64-bit integer

guint64 btrfsbalance_balanced;

An unsigned 64-bit integer

guint64 btrfsbalance_considered;

An unsigned 64-bit integer

guint64 btrfsbalance_left;

An unsigned 64-bit integer