Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs270 const STATX_CTIME = 0x00000080; constant
1428 if mask.contains(PosixStatxMask::STATX_CTIME) { in do_statx()