Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs261 const STATX_GID = 0x00000010; constant
1417 if mask.contains(PosixStatxMask::STATX_GID) { in do_statx()