Searched defs:statx_timestamp (Results 1 – 5 of 5) sorted by relevance
26 struct statx_timestamp { struct27 int64_t tv_sec;28 uint32_t tv_nsec;29 int32_t __reserved;
56 struct statx_timestamp { struct57 __s64 tv_sec;58 __u32 tv_nsec;59 __s32 __reserved;
68 # define statx_timestamp libc_statx_timestamp macro