summaryrefslogtreecommitdiff
path: root/btrfs_cmds.h
diff options
context:
space:
mode:
authorJosef Bacik <josef@redhat.com>2010-01-13 18:21:23 +0000
committerChris Mason <chris.mason@oracle.com>2010-03-14 08:34:38 -0400
commitb72e4c4e1923b908b7242c7d6646391eb4043a93 (patch)
treefcda70fe7a8dd87a98623655f080f3c265bb3128 /btrfs_cmds.h
parent35401ac1902544637ac26634e139f04ae31c2cbf (diff)
Btrfs-progs: add btrfs filesystem df to print space info
This goes along with the new space info ioctl. This will spit out the space info all nice and pretty with the type, it's flags (DUP, RAID) and how much space is in that group and how much is in use. Signed-off-by: Josef Bacik <josef@redhat.com> Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'btrfs_cmds.h')
-rw-r--r--btrfs_cmds.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/btrfs_cmds.h b/btrfs_cmds.h
index c63baa99..e8abd995 100644
--- a/btrfs_cmds.h
+++ b/btrfs_cmds.h
@@ -29,3 +29,4 @@ int do_resize(int nargs, char **argv);
int do_subvol_list(int nargs, char **argv);
int do_set_default_subvol(int nargs, char **argv);
int list_subvols(int fd);
+int do_df_filesystem(int nargs, char **argv);