Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/statx/
Dstatx04.c62 ATTR(STATX_ATTR_COMPRESSED),
93 expected_mask &= ~STATX_ATTR_COMPRESSED; in setup()
Dstatx08.c52 if (buf.stx_attributes & STATX_ATTR_COMPRESSED) in run()
/third_party/ltp/include/lapi/
Dstat.h202 #ifndef STATX_ATTR_COMPRESSED
203 # define STATX_ATTR_COMPRESSED 0x00000004 macro