Home
last modified time | relevance | path

Searched refs:stx_ctime (Results 1 – 2 of 2) sorted by relevance

/DragonOS/user/apps/test_statx/src/
H A Dmain.rs22 pub stx_ctime: StatxTimestamp, field
/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs190 stx_ctime: PosixTimeSpec, field
231 stx_ctime: PosixTimeSpec { in new()
1454 tmp.stx_ctime.tv_sec = metadata.mtime.tv_sec; in do_statx()
1455 tmp.stx_ctime.tv_nsec = metadata.mtime.tv_nsec; in do_statx()