(root)/
strace-6.5/
src/
xlat/
statx_masks.in
STATX_ALL		0x00000fffU
STATX_BASIC_STATS	0x000007ffU

STATX_TYPE		0x00000001U
STATX_MODE		0x00000002U
STATX_NLINK		0x00000004U
STATX_UID		0x00000008U
STATX_GID		0x00000010U
STATX_ATIME		0x00000020U
STATX_MTIME		0x00000040U
STATX_CTIME		0x00000080U
STATX_INO		0x00000100U
STATX_SIZE		0x00000200U
STATX_BLOCKS		0x00000400U
STATX_BTIME		0x00000800U
STATX_MNT_ID		0x00001000U
STATX_DIOALIGN		0x00002000U