diff options
Diffstat (limited to 'upstream/opensuse-leap-15-6/man8/xfs_io.8')
-rw-r--r-- | upstream/opensuse-leap-15-6/man8/xfs_io.8 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/upstream/opensuse-leap-15-6/man8/xfs_io.8 b/upstream/opensuse-leap-15-6/man8/xfs_io.8 index ef7087b3..56abe000 100644 --- a/upstream/opensuse-leap-15-6/man8/xfs_io.8 +++ b/upstream/opensuse-leap-15-6/man8/xfs_io.8 @@ -713,7 +713,7 @@ Swaps extent forks between files. The current open file is the target. The donor file is specified by path. Note that file data is not copied (file content moves with the fork(s)). .TP -.BI "set_encpolicy [ \-c " mode " ] [ \-n " mode " ] [ \-f " flags " ] [ \-v " version " ] [ " keyspec " ]" +.BI "set_encpolicy [ \-c " mode " ] [ \-n " mode " ] [ \-f " flags " ] [ \-s " log2_dusize " ] [ \-v " version " ] [ " keyspec " ]" On filesystems that support encryption, assign an encryption policy to the current file. .I keyspec @@ -736,6 +736,9 @@ filenames encryption mode (e.g. AES-256-CTS) .BI \-f " flags" policy flags (numeric) .TP +.BI \-s " log2_dusize" +log2 of data unit size. Not supported by v1 policies. +.TP .BI \-v " version" policy version. Defaults to 1 or 2 depending on the length of .IR keyspec ; @@ -1340,6 +1343,9 @@ parameter specifies which type of metadata to repair. For AG metadata, one AG number must be specified. For file metadata, the repair is applied to the open file unless the inode number and generation number are specified. +The +.B -R +option can be specified to force rebuilding of a metadata structure. .TP .BI "label" " " "[ -c | -s " label " ] " On filesystems that support online label manipulation, get, set, or clear the |