Displaying 3 results from an estimated 3 matches for "this_new".
Did you mean:
t_is_new
2015 Jun 11
2
[PATCH] New API: btrfs_filesystem_show_all
...(label_tmp);
+ if (uuid_tmp)
+ free (uuid_tmp);
+ free (lines);
+
+ return ret;
+
+error:
+ free_stringslen (lines, nlines);
+ if (label_tmp)
+ free (label_tmp);
+ if (uuid_tmp)
+ free (uuid_tmp);
+
+ for (i = 0; i < nr_filesystem_show; i++) {
+ struct guestfs_int_btrfsfsshow *this_new =
+ &ret->guestfs_int_btrfsfsshow_list_val[i];
+
+ if (this_new->btrfsfsshow_label)
+ free (this_new->btrfsfsshow_label);
+ if (this_new->btrfsfsshow_uuid)
+ free (this_new->btrfsfsshow_uuid);
+ if (this_new->btrfsfsshow_device)
+ free (this_new-&g...
2015 Jun 11
0
Re: [PATCH] New API: btrfs_filesystem_show_all
...o_btrfs_subvolume_list
- do_btrfs_qgroup_show
- do_btrfs_balance_status
- do_btrfs_scrub_status
> + if (label_tmp)
> + free (label_tmp);
> + if (uuid_tmp)
> + free (uuid_tmp);
> +
> + for (i = 0; i < nr_filesystem_show; i++) {
> + struct guestfs_int_btrfsfsshow *this_new =
> + &ret->guestfs_int_btrfsfsshow_list_val[i];
> +
> + if (this_new->btrfsfsshow_label)
> + free (this_new->btrfsfsshow_label);
> + if (this_new->btrfsfsshow_uuid)
> + free (this_new->btrfsfsshow_uuid);
> + if (this_new->btrfsfssh...
2015 Jun 11
1
Re: [PATCH] New API: btrfs_filesystem_show_all
..._status
Yes, I'll send a patch to fix them later.
>
> > + if (label_tmp)
> > + free (label_tmp);
> > + if (uuid_tmp)
> > + free (uuid_tmp);
> > +
> > + for (i = 0; i < nr_filesystem_show; i++) {
> > + struct guestfs_int_btrfsfsshow *this_new =
> > + &ret->guestfs_int_btrfsfsshow_list_val[i];
> > +
> > + if (this_new->btrfsfsshow_label)
> > + free (this_new->btrfsfsshow_label);
> > + if (this_new->btrfsfsshow_uuid)
> > + free (this_new->btrfsfsshow_uuid);
> &...