Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/types/
H A Dstruct_statx_timestamp.h26 struct statx_timestamp struct
30 __int32_t __statx_timestamp_pad1[1]; argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/types/
H A Dstruct_statx_timestamp.h26 struct statx_timestamp struct
30 __int32_t __statx_timestamp_pad1[1]; argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dstat.h56 struct statx_timestamp { struct
57 __s64 tv_sec;
58 __u32 tv_nsec;
59 __s32 __reserved;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dstat.h56 struct statx_timestamp { struct
57 __s64 tv_sec;
58 __u32 tv_nsec;
59 __s32 __reserved;
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dstat.h56 struct statx_timestamp { struct
57 __s64 tv_sec;
58 __u32 tv_nsec;
59 __s32 __reserved;
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dstat.h56 struct statx_timestamp { struct
57 __s64 tv_sec;
58 __u32 tv_nsec;
59 __s32 __reserved;
/OK3568_Linux_fs/kernel/samples/vfs/
H A Dtest-statx.c25 #define statx_timestamp foo_timestamp macro