Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dstat.h41 struct statx_timestamp { struct
63 struct statx_timestamp stx_atime; argument
/kernel/linux/linux-5.10/include/uapi/linux/
Dstat.h56 struct statx_timestamp { struct
57 __s64 tv_sec;
58 __u32 tv_nsec;
59 __s32 __reserved;
/kernel/linux/linux-5.10/tools/include/uapi/linux/
Dstat.h56 struct statx_timestamp { struct
57 __s64 tv_sec;
58 __u32 tv_nsec;
59 __s32 __reserved;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dstat.h54 struct statx_timestamp { struct
72 struct statx_timestamp stx_atime; argument
/kernel/linux/linux-5.10/samples/vfs/
Dtest-statx.c25 #define statx_timestamp foo_timestamp macro