Searched defs:statx (Results 1 – 2 of 2) sorted by relevance
47 struct statx { struct60 struct statx_timestamp stx_atime; argument61 struct statx_timestamp stx_btime; argument62 struct statx_timestamp stx_ctime; argument63 struct statx_timestamp stx_mtime; argument64 __u32 stx_rdev_major;65 __u32 stx_rdev_minor;66 __u32 stx_dev_major;67 __u32 stx_dev_minor;68 __u64 stx_mnt_id;[all …]
108 TEST(sys_stat, statx) { in TEST() argument