btrfs-progs: Add some simple end-to-end tests for btrfs-convert
[platform/upstream/btrfs-progs.git] / Documentation / btrfs-find-root.txt
1 btrfs-find-root(8)
2 ==================
3
4 NAME
5 ----
6 btrfs-find-root - filter to find btrfs root
7
8 SYNOPSIS
9 --------
10 *btrfs-find-root* [options] <dev>
11
12 DESCRIPTION
13 -----------
14 *btrfs-find-root* is used to find the satisfied root, you can filter by
15 root tree's objectid, generation, level.
16
17 OPTIONS
18 -------
19 -g <generation>::
20 Filter root tree by it's original transaction id, tree root's generation in default.
21 -o <objectid>::
22 Filter root tree by it's objectid,tree root's objectid in default.
23 -l <level>::
24 Filter root tree by B-+ tree's level, level 0 in default.
25
26 EXIT STATUS
27 -----------
28 *btrfs-find-root* will return 0 if no error happened.
29 If any problems happened, 1 will be returned.
30
31 AUTHOR
32 ------
33 Written by Shilong Wang and Wenruo Qu.
34
35 COPYRIGHT
36 ---------
37 Copyright (C) 2013 FUJITSU LIMITED.
38
39 License GPLv2: GNU GPL version 2 <http://gnu.org/licenses/gpl.html>.
40
41 This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
42
43 SEE ALSO
44 --------
45 `mkfs.btrfs`(8)