We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dea033 commit 7dbe027Copy full SHA for 7dbe027
abis/linux/statx.h
@@ -31,6 +31,10 @@ struct statx_timestamp {
31
#define STATX_MNT_ID 0x1000
32
#define STATX_DIOALIGN 0x2000
33
#define STATX_ALL 0xfff
34
+#define STATX_MNT_ID_UNIQUE 0x00004000U
35
+#define STATX_SUBVOL 0x00008000U
36
+#define STATX_WRITE_ATOMIC 0x00010000U
37
+#define STATX_DIO_READ_ALIGN 0x00020000U
38
39
#define STATX_ATTR_COMPRESSED 0x4
40
#define STATX_ATTR_IMMUTABLE 0x10
@@ -41,6 +45,7 @@ struct statx_timestamp {
41
45
#define STATX_ATTR_MOUNT_ROOT 0x2000
42
46
#define STATX_ATTR_VERITY 0x100000
43
47
#define STATX_ATTR_DAX 0x200000
48
+#define STATX_ATTR_WRITE_ATOMIC 0x00400000
44
49
50
struct statx {
51
__mlibc_uint32 stx_mask;
0 commit comments