Home
last modified time | relevance | path

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

/DragonOS/user/apps/test_statx/src/
H A Dmain.rs21 pub stx_btime: StatxTimestamp, field
/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs188 stx_btime: PosixTimeSpec, field
227 stx_btime: PosixTimeSpec { in new()
1469 tmp.stx_btime.tv_sec = metadata.ctime.tv_sec; in do_statx()
1470 tmp.stx_btime.tv_nsec = metadata.ctime.tv_nsec; in do_statx()