Home
last modified time | relevance | path

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

/third_party/ltp/include/lapi/
Dstat.h210 #ifndef STATX_ATTR_APPEND
211 # define STATX_ATTR_APPEND 0x00000020 macro
/third_party/ltp/testcases/kernel/syscalls/statx/
Dstatx04.c63 ATTR(STATX_ATTR_APPEND),
Dstatx08.c60 if (buf.stx_attributes & STATX_ATTR_APPEND) in run()