Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs300 const STATX_DIOALIGN = 0x00002000; constant
1484 if mask.contains(PosixStatxMask::STATX_DIOALIGN) { in do_statx()