Displaying 9 results from an estimated 9 matches for "7252295".
2015 Jun 15
2
[PATCH v2] New API: btrfs_replace
...-B");
+ ADD_ARG (argv, i, "-f");
+ ADD_ARG (argv, i, NULL);
+
+ r = commandv (NULL, &err, argv);
+ if (r == -1) {
+ reply_with_error ("%s: %s", mntpoint, err);
+ return -1;
+ }
+
+ return 0;
+}
+
diff --git a/generator/actions.ml b/generator/actions.ml
index 7252295..ffc2bbf 100644
--- a/generator/actions.ml
+++ b/generator/actions.ml
@@ -12593,6 +12593,22 @@ numbered C<partnum> on device C<device>.
It returns C<primary>, C<logical>, or C<extended>." };
+ { defaults with
+ name = "btrfs_replace"; added = (1...
2015 Jun 17
2
Re: [PATCH v2] New API: btrfs_replace
...andv (NULL, &err, argv);
>> + if (r == -1) {
>> + reply_with_error ("%s: %s", mntpoint, err);
>> + return -1;
>> + }
>> +
>> + return 0;
>> +}
>> +
>> diff --git a/generator/actions.ml b/generator/actions.ml
>> index 7252295..ffc2bbf 100644
>> --- a/generator/actions.ml
>> +++ b/generator/actions.ml
>> @@ -12593,6 +12593,22 @@ numbered C<partnum> on device C<device>.
>>
>> It returns C<primary>, C<logical>, or C<extended>." };
>>
>> + { def...
2015 Jun 11
2
[PATCH] New API: btrfs_filesystem_show_all
...free (this_new->btrfsfsshow_uuid);
+ if (this_new->btrfsfsshow_device)
+ free (this_new->btrfsfsshow_device);
+ }
+
+ if (ret)
+ free (ret->guestfs_int_btrfsfsshow_list_val);
+ free (ret);
+
+ return NULL;
+}
diff --git a/generator/actions.ml b/generator/actions.ml
index 7252295..26f9083 100644
--- a/generator/actions.ml
+++ b/generator/actions.ml
@@ -12593,6 +12593,25 @@ numbered C<partnum> on device C<device>.
It returns C<primary>, C<logical>, or C<extended>." };
+ { defaults with
+ name = "btrfs_filesystem_show_all"...
2015 Jun 16
0
Re: [PATCH v2] New API: btrfs_replace
...(argv, i, NULL);
> +
> + r = commandv (NULL, &err, argv);
> + if (r == -1) {
> + reply_with_error ("%s: %s", mntpoint, err);
> + return -1;
> + }
> +
> + return 0;
> +}
> +
> diff --git a/generator/actions.ml b/generator/actions.ml
> index 7252295..ffc2bbf 100644
> --- a/generator/actions.ml
> +++ b/generator/actions.ml
> @@ -12593,6 +12593,22 @@ numbered C<partnum> on device C<device>.
>
> It returns C<primary>, C<logical>, or C<extended>." };
>
> + { defaults with
> + name...
2015 Jun 18
0
Re: [PATCH v2] New API: btrfs_replace
...; + if (r == -1) {
>>> + reply_with_error ("%s: %s", mntpoint, err);
>>> + return -1;
>>> + }
>>> +
>>> + return 0;
>>> +}
>>> +
>>> diff --git a/generator/actions.ml b/generator/actions.ml
>>> index 7252295..ffc2bbf 100644
>>> --- a/generator/actions.ml
>>> +++ b/generator/actions.ml
>>> @@ -12593,6 +12593,22 @@ numbered C<partnum> on device C<device>.
>>>
>>> It returns C<primary>, C<logical>, or C<extended>." };
>&g...
2015 Jun 23
1
Re: [PATCH v2] New API: btrfs_replace
...+ reply_with_error ("%s: %s", mntpoint, err);
>>>> + return -1;
>>>> + }
>>>> +
>>>> + return 0;
>>>> +}
>>>> +
>>>> diff --git a/generator/actions.ml b/generator/actions.ml
>>>> index 7252295..ffc2bbf 100644
>>>> --- a/generator/actions.ml
>>>> +++ b/generator/actions.ml
>>>> @@ -12593,6 +12593,22 @@ numbered C<partnum> on device C<device>.
>>>>
>>>> It returns C<primary>, C<logical>, or C<extended&...
2015 Jun 11
0
Re: [PATCH] New API: btrfs_filesystem_show_all
...w->btrfsfsshow_device)
> + free (this_new->btrfsfsshow_device);
> + }
> +
> + if (ret)
> + free (ret->guestfs_int_btrfsfsshow_list_val);
> + free (ret);
> +
> + return NULL;
> +}
> diff --git a/generator/actions.ml b/generator/actions.ml
> index 7252295..26f9083 100644
> --- a/generator/actions.ml
> +++ b/generator/actions.ml
> @@ -12593,6 +12593,25 @@ numbered C<partnum> on device C<device>.
>
> It returns C<primary>, C<logical>, or C<extended>." };
>
> + { defaults with
> + name...
2015 Jun 11
1
Re: [PATCH] New API: btrfs_filesystem_show_all
...ew->btrfsfsshow_device);
> > + }
> > +
> > + if (ret)
> > + free (ret->guestfs_int_btrfsfsshow_list_val);
> > + free (ret);
> > +
> > + return NULL;
> > +}
> > diff --git a/generator/actions.ml b/generator/actions.ml
> > index 7252295..26f9083 100644
> > --- a/generator/actions.ml
> > +++ b/generator/actions.ml
> > @@ -12593,6 +12593,25 @@ numbered C<partnum> on device C<device>.
> >
> > It returns C<primary>, C<logical>, or C<extended>." };
> >
> > +...
2015 Jun 14
2
[PATCH] pod: Use F<> for filenames instead of C<>.
...tpoint is omitted, it defaults to F</>. You have to mount
+something on F</>.
The third (and rarely used) part of the mount parameter is the list of
mount options used to mount the underlying filesystem. If this is not
diff --git a/generator/actions.ml b/generator/actions.ml
index 7252295..d5e5ccf 100644
--- a/generator/actions.ml
+++ b/generator/actions.ml
@@ -615,7 +615,7 @@ against.
Note that because of dynamic linking this is not necessarily
the version of libguestfs that you compiled against. You can
compile the program, and then at runtime dynamically link
-against a compl...