Home
last modified time | relevance | path

Searched defs:statx_timestamp (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/linux/
H A Dstat.h56 struct statx_timestamp { struct
57 tv_secstatx_timestamp global() argument
58 tv_nsecstatx_timestamp global() argument
59 __reservedstatx_timestamp global() argument
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dstat.h56 struct statx_timestamp { struct
57 __s64 tv_sec;
58 __u32 tv_nsec;
59 __s32 __reserved;
/linux/tools/include/uapi/linux/
H A Dstat.h56 struct statx_timestamp { struct
57 __s64 tv_sec;
58 __u32 tv_nsec;
59 __s32 __reserved;
/linux/samples/vfs/
H A Dtest-statx.c25 #define statx_timestamp foo_timestamp macro