Home
last modified time | relevance | path

Searched defs:FS_NOCOMP_FL (Results 1 – 3 of 3) sorted by relevance

/external/f2fs-tools/tools/f2fs_io/
Df2fs_io.h182 #define FS_NOCOMP_FL 0x00000400 /* Don't compress */ macro
/external/kernel-headers/original/uapi/linux/
Dfs.h249 #define FS_NOCOMP_FL 0x00000400 /* Don't compress */ macro
/external/crosvm/io_uring/src/
Dbindings.rs206 pub const FS_NOCOMP_FL: ::std::os::raw::c_uint = 1024; constant