summaryrefslogtreecommitdiff
path: root/commands.h
diff options
context:
space:
mode:
authorIan Kumlien <pomac@demius.net>2013-02-08 01:36:58 +0100
committerDavid Sterba <dsterba@suse.cz>2013-02-12 19:09:47 +0100
commit5956f752c66d5259bbb17a2dd47ee8c8cc0e5f4f (patch)
tree4a1c3c2bdb81700343ed130ad86e4d67a9a6c766 /commands.h
parentfac45410e9a783c187ae83d993d3bf3350d05149 (diff)
Btrfs-progs: add btrfsck functionality to btrfs
This patch includes the functionality of btrfs, it's found as "btrfs check". Signed-off-by: Ian Kumlien <pomac@demius.net> Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'commands.h')
-rw-r--r--commands.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/commands.h b/commands.h
index 33eb99a8..ddb636f7 100644
--- a/commands.h
+++ b/commands.h
@@ -94,11 +94,14 @@ extern const struct cmd_group replace_cmd_group;
extern const char * const cmd_send_usage[];
extern const char * const cmd_receive_usage[];
+extern const char * const cmd_check_usage[];
+
int cmd_subvolume(int argc, char **argv);
int cmd_filesystem(int argc, char **argv);
int cmd_balance(int argc, char **argv);
int cmd_device(int argc, char **argv);
int cmd_scrub(int argc, char **argv);
+int cmd_check(int argc, char **argv);
int cmd_inspect(int argc, char **argv);
int cmd_send(int argc, char **argv);
int cmd_receive(int argc, char **argv);