Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs293 const STATX_ALL = 0x00000fff; constant
1472 if mask.contains(PosixStatxMask::STATX_ALL) { in do_statx()