Home
last modified time | relevance | path

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

/external/ltp/include/lapi/
Dfs.h22 #ifndef FS_COMPR_FL
23 #define FS_COMPR_FL 0x00000004 /* Compress file */ macro
/external/ltp/testcases/kernel/syscalls/statx/
Dstatx04.c138 attr |= FS_COMPR_FL | FS_APPEND_FL | FS_IMMUTABLE_FL | FS_NODUMP_FL; in caid_flags_setup()
167 attr &= ~(FS_COMPR_FL | FS_APPEND_FL | FS_IMMUTABLE_FL | FS_NODUMP_FL); in cleanup()
/external/kernel-headers/original/uapi/linux/
Dfs.h288 #define FS_COMPR_FL 0x00000004 /* Compress file */ macro
/external/toybox/toys/other/
Dlsattr.c68 {"Compression_Requested", FS_COMPR_FL, 'c'}, // Compress file