Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs280 const STATX_SIZE = 0x00000200; constant
1460 if mask.contains(PosixStatxMask::STATX_SIZE) { in do_statx()