Home
last modified time | relevance | path

Searched refs:stx_mtime (Results 1 – 25 of 26) sorted by relevance

12

/third_party/musl/src/stat/
Dfstatat.c28 } stx_atime, stx_btime, stx_ctime, stx_mtime; member
56 .st_mtim.tv_sec = stx.stx_mtime.tv_sec, in fstatat_statx()
57 .st_mtim.tv_nsec = stx.stx_mtime.tv_nsec, in fstatat_statx()
63 .__st_mtim32.tv_sec = stx.stx_mtime.tv_sec, in fstatat_statx()
64 .__st_mtim32.tv_nsec = stx.stx_mtime.tv_nsec, in fstatat_statx()
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dstat.h50 } stx_atime, stx_btime, stx_ctime, stx_mtime; member
/third_party/libuv/src/unix/
Dlinux-syscalls.h53 struct uv__statx_timestamp stx_mtime; member
Dfs.c1594 buf->st_mtim.tv_sec = statxbuf.stx_mtime.tv_sec; in uv__fs_statx()
1595 buf->st_mtim.tv_nsec = statxbuf.stx_mtime.tv_nsec; in uv__fs_statx()
/third_party/ltp/include/lapi/
Dstat.h93 const struct statx_timestamp stx_mtime; member
/third_party/ltp/testcases/kernel/syscalls/statx/
Dstatx06.c127 timestamp_to_timespec(&buff.stx_mtime, &statx_time); in test_statx()
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dsyscalls.rs1351 .stx_mtime in statx_to_stat()
1355 st_mtime_nsec: x.stx_mtime.tv_nsec as _, in statx_to_stat()
1392 .stx_mtime in statx_to_stat()
1396 result.st_mtime_nsec = x.stx_mtime.tv_nsec as _; in statx_to_stat()
Dtypes.rs1026 pub stx_mtime: StatxTimestamp, field
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dsyscalls.rs638 .stx_mtime in statx_to_stat()
642 st_mtime_nsec: x.stx_mtime.tv_nsec.into(), in statx_to_stat()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs34 pub stx_mtime: ::statx_timestamp,
/third_party/ltp/doc/
Dc-test-tutorial-simple.txt382 struct statx_timestamp stx_mtime;
776 margin of error) and that it differs from +stx_mtime+ after writing to the
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs3628 pub stx_mtime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs3630 pub stx_mtime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/sparc64/
Dgeneral.rs3962 pub stx_mtime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dgeneral.rs3753 pub stx_mtime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/powerpc/
Dgeneral.rs3781 pub stx_mtime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dgeneral.rs3992 pub stx_mtime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs3688 pub stx_mtime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs3666 pub stx_mtime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dgeneral.rs3813 pub stx_mtime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/arm/
Dgeneral.rs3714 pub stx_mtime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs3745 pub stx_mtime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/x32/
Dgeneral.rs3657 pub stx_mtime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/mips/
Dgeneral.rs3877 pub stx_mtime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/riscv32/
Dgeneral.rs3608 pub stx_mtime: statx_timestamp, field

12