Home
last modified time | relevance | path

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

/external/ltp/include/lapi/
Dfs.h28 #ifndef FS_COMPR_FL
29 #define FS_COMPR_FL 0x00000004 /* Compress file */ macro
/external/f2fs-tools/tools/f2fs_io/
Df2fs_io.h128 #ifndef FS_COMPR_FL
129 #define FS_COMPR_FL 0x00000004 /* Compress file */ macro
Df2fs_io.c217 if (flag & FS_COMPR_FL) { in do_getflags()
289 flag |= FS_COMPR_FL; in do_setflags()
/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.h240 #define FS_COMPR_FL 0x00000004 /* Compress file */ macro
/external/toybox/toys/other/
Dlsattr.c104 {"Compression_Requested", FS_COMPR_FL, 'c'},