Displaying 3 results from an estimated 3 matches for "a76b466".
Did you mean:
4765466
2015 Oct 14
1
[PATCH v2] New API: resize2fs_P
...f (sscanf (p + strlen(pattern), "%" SCNd64, &ret) != 1)
+ return -1;
+ return ret;
+ }
+ }
+
+ return -1;
+}
+
/* Takes optional arguments, consult optargs_bitmask. */
int
do_e2fsck (const char *device,
diff --git a/generator/actions.ml b/generator/actions.ml
index a76b466..78de100 100644
--- a/generator/actions.ml
+++ b/generator/actions.ml
@@ -12751,6 +12751,20 @@ Only some filesystem types support setting UUIDs.
To read the UUID on a filesystem, call C<guestfs_vfs_uuid>." };
+ { defaults with
+ name = "resize2fs_P"; added = (1, 31, 17);...
2015 Oct 13
4
[PATCH] New API: resize2fs_P
...f (sscanf (p + strlen(pattern), "%" SCNu64, &ret) != 1)
+ return -1;
+ return ret;
+ }
+ }
+
+ return -1;
+}
+
/* Takes optional arguments, consult optargs_bitmask. */
int
do_e2fsck (const char *device,
diff --git a/generator/actions.ml b/generator/actions.ml
index a76b466..7e2bfac 100644
--- a/generator/actions.ml
+++ b/generator/actions.ml
@@ -12751,6 +12751,16 @@ Only some filesystem types support setting UUIDs.
To read the UUID on a filesystem, call C<guestfs_vfs_uuid>." };
+ { defaults with
+ name = "resize2fs_P"; added = (1, 31, 17);...
2015 Oct 13
0
Re: [PATCH] New API: resize2fs_P
...= 1)
> + return -1;
> + return ret;
> + }
> + }
> +
> + return -1;
> +}
> +
> /* Takes optional arguments, consult optargs_bitmask. */
> int
> do_e2fsck (const char *device,
> diff --git a/generator/actions.ml b/generator/actions.ml
> index a76b466..7e2bfac 100644
> --- a/generator/actions.ml
> +++ b/generator/actions.ml
> @@ -12751,6 +12751,16 @@ Only some filesystem types support setting UUIDs.
>
> To read the UUID on a filesystem, call C<guestfs_vfs_uuid>." };
>
> + { defaults with
> + name = "...