Displaying 4 results from an estimated 4 matches for "btrfsquotadisable".
Did you mean:
btrfs_quota_disable
2014 Dec 05
2
Re: [PATCH 4/8] New API: btrfs_quota_disable
...quota support for filesystem which contains C<path>." };
>
> + { defaults with
> + name = "btrfs_quota_disable";
> + style = RErr, [Pathname "path"], [];
> + proc_nr = Some 428;
> + optional = Some "btrfs"; camel_name = "BTRFSQuotaDisable";
> + shortdesc = "disable subvolume quota support";
> + longdesc = "\
> +Disable subvolume quota support for filesystem which contains C<path>." };
> +
> ]
>
> (* Non-API meta-commands available only in guestfish.
> diff --git a/src/...
2014 Dec 02
0
[PATCH 4/8] New API: btrfs_quota_disable
...c = "\
Enable subvolume quota support for filesystem which contains C<path>." };
+ { defaults with
+ name = "btrfs_quota_disable";
+ style = RErr, [Pathname "path"], [];
+ proc_nr = Some 428;
+ optional = Some "btrfs"; camel_name = "BTRFSQuotaDisable";
+ shortdesc = "disable subvolume quota support";
+ longdesc = "\
+Disable subvolume quota support for filesystem which contains C<path>." };
+
]
(* Non-API meta-commands available only in guestfish.
diff --git a/src/MAX_PROC_NR b/src/MAX_PROC_NR
index d2a1...
2014 Dec 09
0
Re: [PATCH 4/8] New API: btrfs_quota_disable
...hich contains C<path>." };
> >
> > + { defaults with
> > + name = "btrfs_quota_disable";
> > + style = RErr, [Pathname "path"], [];
> > + proc_nr = Some 428;
> > + optional = Some "btrfs"; camel_name = "BTRFSQuotaDisable";
> > + shortdesc = "disable subvolume quota support";
> > + longdesc = "\
> > +Disable subvolume quota support for filesystem which contains C<path>." };
> > +
> > ]
> >
> > (* Non-API meta-commands available only i...
2014 Dec 02
21
[PATCH 0/8] btrfs support part2: qgroup commands
Hi,
This series adds support to btrfs qgroup related commands, inclduing
quota commands, and two leftover of subvolume commands.
Regards,
Hu
Hu Tao (8):
New API: btrfs_subvolume_get_default
New API: btrfs_subvolume_show
New API: btrfs_quota_enable
New API: btrfs_quota_disable
New API: btrfs_quota_rescan
New API: btrfs_qgroup_limit
New API: btrfs_qgroup_create
New API: