You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
346 B
16 lines
346 B
4 months ago
|
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
|