Home
last modified time | relevance | path

Searched refs:FS_COMPR_FL (Results 1 - 19 of 19) sorted by relevance

/third_party/ltp/include/lapi/
H A Dfs.h31 #ifndef FS_COMPR_FL
32 # define FS_COMPR_FL 0x00000004 /* Compress file */ macro
/third_party/ltp/testcases/kernel/syscalls/statx/
H A Dstatx08.c107 attr |= FS_COMPR_FL; in caid_flags_setup()
134 if ((buf.stx_attributes_mask & FS_COMPR_FL) == 0) { in setup()
136 tst_res(TCONF, "filesystem doesn't support FS_COMPR_FL"); in setup()
163 attr &= ~(FS_COMPR_FL | FS_APPEND_FL | FS_IMMUTABLE_FL | FS_NODUMP_FL); in cleanup()
/third_party/f2fs-tools/tools/f2fs_io/
H A Df2fs_io.h185 #ifndef FS_COMPR_FL
186 #define FS_COMPR_FL 0x00000004 /* Compress file */ macro
H A Df2fs_io.c243 if (flag & FS_COMPR_FL) { in do_getflags()
322 flag |= FS_COMPR_FL; in do_setflags()
/third_party/toybox/toys/other/
H A Dlsattr.c68 {"Compression_Requested", FS_COMPR_FL, 'c'}, // Compress file
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs485 pub const FS_COMPR_FL: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs490 pub const FS_COMPR_FL: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs490 pub const FS_COMPR_FL: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs497 pub const FS_COMPR_FL: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs494 pub const FS_COMPR_FL: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs497 pub const FS_COMPR_FL: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs494 pub const FS_COMPR_FL: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs484 pub const FS_COMPR_FL: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs489 pub const FS_COMPR_FL: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs485 pub const FS_COMPR_FL: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs489 pub const FS_COMPR_FL: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs485 pub const FS_COMPR_FL: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs486 pub const FS_COMPR_FL: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs485 pub const FS_COMPR_FL: u32 = 4; consts

Completed in 179 milliseconds