Top | ![]() |
![]() |
![]() |
![]() |
GuestfsTune2FSGuestfsTune2FS — An object encapsulating optional arguments for guestfs_session_tune2fs |
gchar * | errorbehavior | Read / Write / Construct |
GuestfsTristate | force | Read / Write / Construct |
gint64 | group | Read / Write / Construct |
gint | intervalbetweenchecks | Read / Write / Construct |
gchar * | lastmounteddirectory | Read / Write / Construct |
gint | maxmountcount | Read / Write / Construct |
gint | mountcount | Read / Write / Construct |
gint64 | reservedblockscount | Read / Write / Construct |
gint | reservedblockspercentage | Read / Write / Construct |
gint64 | user | Read / Write / Construct |
GuestfsTune2FS *
guestfs_tune2fs_new (void
);
Create a new GuestfsTune2FS object
struct GuestfsTune2FS;
An object encapsulating optional arguments for guestfs_session_tune2fs.
“errorbehavior”
property“errorbehavior” gchar *
A string.
Flags: Read / Write / Construct
Default value: NULL
“force”
property“force” GuestfsTristate
A boolean.
Flags: Read / Write / Construct
Default value: GUESTFS_TRISTATE_NONE
“group”
property“group” gint64
A 64-bit integer.
Flags: Read / Write / Construct
Default value: -1
“intervalbetweenchecks”
property“intervalbetweenchecks” gint
A 32-bit integer.
Flags: Read / Write / Construct
Default value: -1
“lastmounteddirectory”
property“lastmounteddirectory” gchar *
A string.
Flags: Read / Write / Construct
Default value: NULL
“maxmountcount”
property“maxmountcount” gint
A 32-bit integer.
Flags: Read / Write / Construct
Default value: -1
“mountcount”
property“mountcount” gint
A 32-bit integer.
Flags: Read / Write / Construct
Default value: -1
“reservedblockscount”
property“reservedblockscount” gint64
A 64-bit integer.
Flags: Read / Write / Construct
Default value: -1
“reservedblockspercentage”
property“reservedblockspercentage” gint
A 32-bit integer.
Flags: Read / Write / Construct
Default value: -1
“user”
property“user” gint64
A 64-bit integer.
Flags: Read / Write / Construct
Default value: -1