Displaying 1 result from an estimated 1 matches for "cmd_inode_resolve".
2012 Aug 31
0
[PATCH v3] Btrfs-progs: add options to change bufsize in logical to inode translation
...''s options
cmds-inspect.c | 23 +++++++++++++++++------
man/btrfs.8.in | 7 +++++--
2 files changed, 22 insertions(+), 8 deletions(-)
diff --git a/cmds-inspect.c b/cmds-inspect.c
index 2f0228f..42f16fc 100644
--- a/cmds-inspect.c
+++ b/cmds-inspect.c
@@ -115,8 +115,13 @@ static int cmd_inode_resolve(int argc, char **argv)
}
static const char * const cmd_logical_resolve_usage[] = {
- "btrfs inspect-internal logical-resolve [-Pv] <logical> <path>",
+ "btrfs inspect-internal logical-resolve [-Pv] [-s bufsize] <logical> <path>",
"Get file syst...