diff --git a/man2/statx.2 b/man2/statx.2 index 19cebe878..59300737f 100644 --- a/man2/statx.2 +++ b/man2/statx.2 @@ -359,10 +359,22 @@ Apart from .I statx structure are: .TP -.I stx_attributes_mask -A mask indicating which bits in -.IR stx_attributes -are supported by the VFS and the filesystem. +.I stx_blksize +The "preferred" block size for efficient filesystem I/O. +(Writing to a file in +smaller chunks may cause an inefficient read-modify-rewrite.) +.TP +.I stx_attributes +Further status information about the file (see below for more information). +.TP +.I stx_nlink +The number of hard links on a file. +.TP +.I stx_uid +This field contains the user ID of the owner of the file. +.TP +.I stx_gid +This field contains the ID of the group owner of the file. .TP .I stx_mode The file type and mode. @@ -381,29 +393,10 @@ The number of blocks allocated to the file on the medium, in 512-byte units. .IR stx_size /512 when the file has holes.) .TP -.I stx_blksize -The "preferred" block size for efficient filesystem I/O. -(Writing to a file in -smaller chunks may cause an inefficient read-modify-rewrite.) -.TP -.I stx_nlink -The number of hard links on a file. -.TP -.I stx_uid -This field contains the user ID of the owner of the file. -.TP -.I stx_gid -This field contains the ID of the group owner of the file. -.TP -.IR stx_dev_major " and " stx_dev_minor -The device on which this file (inode) resides. -.TP -.IR stx_rdev_major " and " stx_rdev_minor -The device that this file (inode) represents if the file is of block or -character device type. -.TP -.I stx_attributes -Further status information about the file (see below for more information). +.I stx_attributes_mask +A mask indicating which bits in +.IR stx_attributes +are supported by the VFS and the filesystem. .TP .I stx_atime The file's last access timestamp. @@ -416,6 +409,13 @@ The file's last status change timestamp. .TP .I stx_mtime The file's last modification timestamp. +.TP +.IR stx_dev_major " and " stx_dev_minor +The device on which this file (inode) resides. +.TP +.IR stx_rdev_major " and " stx_rdev_minor +The device that this file (inode) represents if the file is of block or +character device type. .PP For further information on the above fields, see .BR inode (7).