[PATCH] xfs_io: inode command manpage V1
Carlos Maiolino
cmaiolino at redhat.com
Mon Oct 19 09:15:37 CDT 2015
This is the first try to update xfs_io manpage to include information about
'inode' command usage.
Improvements and grammar corrections are welcome :-)
Signed-off-by: Carlos Maiolino <cmaiolino at redhat.com>
---
man/man8/xfs_io.8 | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/man/man8/xfs_io.8 b/man/man8/xfs_io.8
index 416206f..457f0eb 100644
--- a/man/man8/xfs_io.8
+++ b/man/man8/xfs_io.8
@@ -490,7 +490,31 @@ Recursively display all the specified segments starting at the specified
.B \-s
Display the starting lseek(2) offset. This offset will be a calculated value when
both data and holes are displayed together or performing a recusively display.
+.RE
+.PD
+.TP
+.TP
+.BI "inode \-s | \-l | \-n [num] | [num]"
+Query physical inode information from a xfs filesystem.
+.RS 1.0i
+.PD 0
+.TP 0.4i
+.B \-s
+Display the physical size of the largest inode existing in the filesystem (32 or
+64 bit).
+.TP
+.B -l
+Display the largest allocated and used inode (inodes can be allocated in the
+filesystem, but not used by any file). See
+.B ikeep
+xfs mount option).
+.TP
+.B -n [num]
+Return the next existing inode after [num], even if [num] is not allocated in
+the filesystem.
.TP
+.B [num]
+Check if the inode [num] exists or not.
.SH MEMORY MAPPED I/O COMMANDS
.TP
--
2.4.3
More information about the xfs
mailing list