Home | History | Annotate | Download | only in xlat
      1 STATX_ALL		0x00000fffU
      2 STATX_BASIC_STATS	0x000007ffU
      3 
      4 STATX_TYPE		0x00000001U
      5 STATX_MODE		0x00000002U
      6 STATX_NLINK		0x00000004U
      7 STATX_UID		0x00000008U
      8 STATX_GID		0x00000010U
      9 STATX_ATIME		0x00000020U
     10 STATX_MTIME		0x00000040U
     11 STATX_CTIME		0x00000080U
     12 STATX_INO		0x00000100U
     13 STATX_SIZE		0x00000200U
     14 STATX_BLOCKS		0x00000400U
     15 STATX_BTIME		0x00000800U
     16