pub const linux_statx_check: std.os.linux.STATX = .
pub const linux_statx_check: std.os.linux.STATX = .{ .TYPE = true, .MODE = true, .ATIME = false, .MTIME = true, .CTIME = true, .INO = true, .SIZE = true, .NLINK = true, .BLOCKS = false, }