Source position: linux.pp line 527
type tstatx = record |
stx_mask: __u32; |
stx_blksize: __u32; |
stx_attributes: __u64; |
stx_nlink: __u32; |
stx_uid: __u32; |
stx_gid: __u32; |
stx_mode: __u16; |
__spare0: array [0..0] of __u16; |
stx_ino: __u64; |
stx_size: __u64; |
stx_blocks: __u64; |
stx_attributes_mask: __u64; |
stx_atime: statx_timestamp; |
stx_btime: statx_timestamp; |
stx_ctime: statx_timestamp; |
stx_mtime: statx_timestamp; |
stx_rdev_major: __u32; |
stx_rdev_minor: __u32; |
stx_dev_major: __u32; |
stx_dev_minor: __u32; |
__spare2: array [0..13] of __u64; |
end; |