|
@@ -152,6 +152,7 @@ struct statx {
|
|
|
#define STATX_BASIC_STATS 0x000007ffU /* The stuff in the normal stat struct */
|
|
#define STATX_BASIC_STATS 0x000007ffU /* The stuff in the normal stat struct */
|
|
|
#define STATX_BTIME 0x00000800U /* Want/got stx_btime */
|
|
#define STATX_BTIME 0x00000800U /* Want/got stx_btime */
|
|
|
#define STATX_ALL 0x00000fffU /* All currently supported flags */
|
|
#define STATX_ALL 0x00000fffU /* All currently supported flags */
|
|
|
|
|
+#define STATX__RESERVED 0x80000000U /* Reserved for future struct statx expansion */
|
|
|
|
|
|
|
|
/*
|
|
/*
|
|
|
* Attributes to be found in stx_attributes
|
|
* Attributes to be found in stx_attributes
|