Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs289 const STATX_BTIME = 0x00000800; constant
1467 if mask.contains(PosixStatxMask::STATX_BTIME) { in do_statx()