Home
last modified time | relevance | path

Searched refs:statx_timestamp (Results 1 – 10 of 10) sorted by relevance

/external/ltp/include/lapi/
Dstat.h26 struct statx_timestamp { struct
89 const struct statx_timestamp stx_atime;
90 const struct statx_timestamp stx_btime;
91 const struct statx_timestamp stx_ctime;
92 const struct statx_timestamp stx_mtime;
/external/kernel-headers/original/uapi/linux/
Dstat.h56 struct statx_timestamp { struct
116 struct statx_timestamp stx_atime; /* Last access time */
117 struct statx_timestamp stx_btime; /* File creation time */
118 struct statx_timestamp stx_ctime; /* Last attribute change time */
119 struct statx_timestamp stx_mtime; /* Last data modification time */
/external/strace/tests/
Dxstatx.c68 # define statx_timestamp libc_statx_timestamp macro
71 # undef statx_timestamp
/external/strace/tests-mx32/
Dxstatx.c68 # define statx_timestamp libc_statx_timestamp macro
71 # undef statx_timestamp
/external/strace/tests-m32/
Dxstatx.c68 # define statx_timestamp libc_statx_timestamp macro
71 # undef statx_timestamp
/external/ltp/m4/
Dltp-statx.m430 AC_CHECK_TYPES([struct statx_timestamp],,,[[
/external/ltp/testcases/kernel/syscalls/statx/
Dstatx06.c56 static void timestamp_to_timespec(const struct statx_timestamp *timestamp, in timestamp_to_timespec()
/external/syzkaller/sys/linux/
Dsys.txt608 atime statx_timestamp
609 btime statx_timestamp
610 ctime statx_timestamp
611 mtime statx_timestamp
650 statx_timestamp {
/external/ltp/doc/
Dc-test-tutorial-simple.txt381 struct statx_timestamp {
400 struct statx_timestamp stx_atime;
401 struct statx_timestamp stx_btime;
402 struct statx_timestamp stx_ctime;
403 struct statx_timestamp stx_mtime;
/external/strace/
DChangeLog1132 * tests/xstatx.c (statx, statx_timestamp): Redefine before the inclusion