GuestfsBTRFSBalance

GuestfsBTRFSBalance

Types and Values

Object Hierarchy

    GBoxed
    ╰── GuestfsBTRFSBalance

Includes

#include <guestfs-gobject.h>

Description

Functions

Types and Values

struct GuestfsBTRFSBalance

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

Members

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