Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs214 stx_attributes: StxAttributes::STATX_ATTR_APPEND, in new()
222 stx_attributes_mask: StxAttributes::STATX_ATTR_APPEND, in new()
314 const STATX_ATTR_APPEND = 0x00000020; constant
1473 tmp.stx_attributes = StxAttributes::STATX_ATTR_APPEND; in do_statx()