Displaying 3 results from an estimated 3 matches for "80f03ae".
Did you mean:
00f03aa
2015 Jun 11
2
[PATCH] New API: btrfs_filesystem_show_all
...devices run btrfs filesystem with some additional info";
+ longdesc = "\
+This show all devices run btrfs filesystem with some additional info." };
+
]
(* Non-API meta-commands available only in guestfish.
diff --git a/generator/structs.ml b/generator/structs.ml
index ea110a1..80f03ae 100644
--- a/generator/structs.ml
+++ b/generator/structs.ml
@@ -374,6 +374,19 @@ let structs = [
];
s_camel_name = "BTRFSScrub" };
+ (* btrfs filesystem show output *)
+ { defaults with
+ s_name = "btrfsfsshow";
+ s_cols = [
+ "btrfsfsshow_label&qu...
2015 Jun 11
1
Re: [PATCH] New API: btrfs_filesystem_show_all
...ongdesc = "\
> > +This show all devices run btrfs filesystem with some additional info." };
> > +
> > ]
> >
> > (* Non-API meta-commands available only in guestfish.
> > diff --git a/generator/structs.ml b/generator/structs.ml
> > index ea110a1..80f03ae 100644
> > --- a/generator/structs.ml
> > +++ b/generator/structs.ml
> > @@ -374,6 +374,19 @@ let structs = [
> > ];
> > s_camel_name = "BTRFSScrub" };
> >
> > + (* btrfs filesystem show output *)
> > + { defaults with
> >...
2015 Jun 11
0
Re: [PATCH] New API: btrfs_filesystem_show_all
...is slightly
cryptic.
> + longdesc = "\
> +This show all devices run btrfs filesystem with some additional info." };
> +
> ]
>
> (* Non-API meta-commands available only in guestfish.
> diff --git a/generator/structs.ml b/generator/structs.ml
> index ea110a1..80f03ae 100644
> --- a/generator/structs.ml
> +++ b/generator/structs.ml
> @@ -374,6 +374,19 @@ let structs = [
> ];
> s_camel_name = "BTRFSScrub" };
>
> + (* btrfs filesystem show output *)
> + { defaults with
> + s_name = "btrfsfsshow";
>...