From: Jan Schmidt Date: Fri, 8 Jul 2011 10:25:11 +0000 (+0200) Subject: Btrfs-progs: added resolve commands to man page X-Git-Tag: upstream/0.20.rc1~68 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dcdbc1ce18ef73224198d45d8463a86709379202;p=platform%2Fupstream%2Fbtrfs-progs.git Btrfs-progs: added resolve commands to man page Added "inspect-internal inode-resolve" and "inspect-internal logical-resolve" to the btrfs(8) man page. Signed-off-by: Jan Schmidt --- diff --git a/man/btrfs.8.in b/man/btrfs.8.in index ab9f44f..be478e0 100644 --- a/man/btrfs.8.in +++ b/man/btrfs.8.in @@ -47,6 +47,11 @@ btrfs \- control a btrfs filesystem .PP \fBbtrfs\fP \fBscrub status\fP [-d] {\fI\fP|\fI\fP} .PP +\fBbtrfs\fP \fBinspect-internal inode-resolve\fP [-v] \fI\fP \fI\fP +.PP +\fBbtrfs\fP \fBinspect-internal logical-resolve\fP +[-Pv] \fI\fP \fI\fP +.PP \fBbtrfs\fP \fBhelp|\-\-help|\-h \fP\fI\fP .PP \fBbtrfs\fP \fB \-\-help \fP\fI\fP @@ -278,6 +283,30 @@ for that filesystem or device. .IP -d 5 Print separate statistics for each device of the filesystem. .RE +.TP + +\fBinspect-internal inode-resolve\fP [-v] \fI\fP \fI\fP +Resolves an in subvolume to all filesystem paths. +.RS + +\fIOptions\fR +.IP -v 5 +verbose mode. print count of returned paths and ioctl() return value +.RE +.TP + +\fBinspect-internal logical-resolve\fP [-Pv] \fI\fP \fI\fP +Resolves a address in the filesystem mounted at to all inodes. +By default, each inode is then resolved to a file system path (similar to the +\fBinode-resolve\fP subcommand). +.RS + +\fIOptions\fR +.IP -P 5 +skip the path resolving and print the inodes instead +.IP -v 5 +verbose mode. print count of returned paths and all ioctl() return values +.RE .SH EXIT STATUS \fBbtrfs\fR returns a zero exist status if it succeeds. Non zero is returned in