]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Update xfs_io man page to document the extsize command.
authorNathan Scott <nathans@sgi.com>
Mon, 21 Nov 2005 20:15:50 +0000 (20:15 +0000)
committerNathan Scott <nathans@sgi.com>
Mon, 21 Nov 2005 20:15:50 +0000 (20:15 +0000)
man/man8/fsck.xfs.8
man/man8/xfs_io.8

index ba7d1c1f4dad575dbefc85f58cdcd980269b5909..930f6e820466e704955a592728580e4b39c5e2c4 100644 (file)
@@ -16,9 +16,9 @@ time if necessary, so
 .I fsck.xfs
 simply exits with a zero exit status.
 .PP
-If you wish to check check the consistency of an XFS
-filesystem, or repair a damaged or corrupt XFS filesystem,
-see 
+If you wish to check the consistency of an XFS filesystem,
+or repair a damaged or corrupt XFS filesystem,
+see
 .IR xfs_check (8)
 and
 .IR xfs_repair (8).
index 99903db340561ddc07c62686b3a24d80374c69c0..79a928e8fad673d83d369153d91c71e700ae6462 100644 (file)
@@ -137,6 +137,19 @@ See the \f3pwrite\f1 command.
 Prints the block mapping for the current open file.
 Refer to the \f2xfs_bmap\f1 manual page for complete documentation.
 .TP
+\f3extsize\f1 [ \f2\-R\f1 | \f2\-D\f1 ] [ \f2value\f1 ]
+Display and/or modify the preferred extent size used when allocating
+space for the currently open file.
+If the \f2-R\f1 option is specified, a recursive descent is performed
+for all directory entries below the currently open file (\f2-D\f1 can
+be used to restrict the output to directories only).
+If the target file is a directory, then the inherited extent size
+is set for that directory (new files created in that directory
+inherit that extent size).
+The \f2value\f1 should be specified in bytes, or using one of the
+usual units suffixes (k, m, g, b, etc).
+The extent size is always reported in units of bytes.
+.TP
 \f3allocsp\f1 \f2offset\f1 \f2length\f1
 Allocates zeroed space for part of a file using the XFS_IOC_ALLOCSP
 system call described in the \f2xfs\f1 manual page.