Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs283 const STATX_BLOCKS = 0x00000400; constant
1463 if mask.contains(PosixStatxMask::STATX_BLOCKS) { in do_statx()