Home
last modified time | relevance | path

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

/DragonOS/user/apps/test_statx/src/
H A Dmain.rs10 pub stx_attributes: u64, field
/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs163 stx_attributes: StxAttributes, field
214 stx_attributes: StxAttributes::STATX_ATTR_APPEND, in new()
1473 tmp.stx_attributes = StxAttributes::STATX_ATTR_APPEND; in do_statx()