Searched defs:statx (Results 1 – 2 of 2) sorted by relevance
59 struct statx { struct72 struct statx_timestamp stx_atime; argument73 struct statx_timestamp stx_btime; argument74 struct statx_timestamp stx_ctime; argument75 struct statx_timestamp stx_mtime; argument76 __u32 stx_rdev_major;77 __u32 stx_rdev_minor;78 __u32 stx_dev_major;79 __u32 stx_dev_minor;80 __u64 stx_mnt_id;[all …]
106 TEST(sys_stat, statx) { in TEST() argument