Home
last modified time | relevance | path

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

/external/ltp/include/lapi/
Dfs.h29 #define FS_COMPR_FL 0x00000004 /* Compress file */ macro
/external/f2fs-tools/tools/f2fs_io/
Df2fs_io.h185 #define FS_COMPR_FL 0x00000004 /* Compress file */ macro
/external/kernel-headers/original/uapi/linux/
Dfs.h240 #define FS_COMPR_FL 0x00000004 /* Compress file */ macro
/external/crosvm/io_uring/src/
Dbindings.rs198 pub const FS_COMPR_FL: ::std::os::raw::c_uint = 4; constant