Home
last modified time | relevance | path

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

/external/ltp/include/lapi/
Dfs.h28 #ifndef FS_COMPR_FL
29 #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/f2fs-tools/tools/f2fs_io/
Df2fs_io.h184 #ifndef FS_COMPR_FL
185 #define FS_COMPR_FL 0x00000004 /* Compress file */ macro
Df2fs_io.c239 if (flag & FS_COMPR_FL) { in do_getflags()
318 flag |= FS_COMPR_FL; in do_setflags()
/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'},
/external/crosvm/io_uring/src/
Dbindings.rs198 pub const FS_COMPR_FL: ::std::os::raw::c_uint = 4; constant
/external/minijail/linux-x86/
Dlibconstants.gen.c2278 #ifdef FS_COMPR_FL
2279 { "FS_COMPR_FL", (unsigned long) FS_COMPR_FL },