Home
last modified time | relevance | path

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

/third_party/ltp/include/lapi/
Dstat.h214 #ifndef STATX_ATTR_NODUMP
215 # define STATX_ATTR_NODUMP 0x00000040 macro
/third_party/ltp/testcases/kernel/syscalls/statx/
Dstatx04.c65 ATTR(STATX_ATTR_NODUMP)
Dstatx08.c76 if (buf.stx_attributes & STATX_ATTR_NODUMP) in run()