ioctl_ficlonerange.2: Order ERRORS alphabetically

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-08-08 02:58:36 +10:00
parent 26c04bd0f4
commit b2d34da577
1 changed files with 18 additions and 18 deletions

View File

@ -90,13 +90,14 @@ is set to indicate the error.
.SH ERRORS .SH ERRORS
Error codes can be one of, but are not limited to, the following: Error codes can be one of, but are not limited to, the following:
.TP .TP
.B EXDEV .B EBADF
.IR dest_fd " and " src_fd .IR src_fd
are not on the same mounted filesystem. is not open for reading;
.TP .IR dest_fd
.B EISDIR is not open for writing or is open for append-only writes;
One of the files is a directory and the filesystem does not support shared or the filesystem which
regions in directories. .IR src_fd
resides on does not support reflink.
.TP .TP
.B EINVAL .B EINVAL
The filesystem does not support reflinking the ranges of the given files. The filesystem does not support reflinking the ranges of the given files.
@ -107,14 +108,13 @@ to be aligned to the fundamental block size.
XFS and Btrfs do not support XFS and Btrfs do not support
overlapping reflink ranges in the same file. overlapping reflink ranges in the same file.
.TP .TP
.B EBADF .B EISDIR
.IR src_fd One of the files is a directory and the filesystem does not support shared
is not open for reading; regions in directories.
.IR dest_fd .TP
is not open for writing or is open for append-only writes; .B EOPNOTSUPP
or the filesystem which This can appear if the filesystem does not support reflinking either file
.IR src_fd descriptor.
resides on does not support reflink.
.TP .TP
.B EPERM .B EPERM
.IR dest_fd .IR dest_fd
@ -124,9 +124,9 @@ is immutable.
One of the files is a swap file. One of the files is a swap file.
Swap files cannot share storage. Swap files cannot share storage.
.TP .TP
.B EOPNOTSUPP .B EXDEV
This can appear if the filesystem does not support reflinking either file .IR dest_fd " and " src_fd
descriptor. are not on the same mounted filesystem.
.SH VERSIONS .SH VERSIONS
These ioctl operations first appeared in Linux 4.5. These ioctl operations first appeared in Linux 4.5.
They were previously known as They were previously known as