Home
last modified time | relevance | path

Searched refs:FS_NOCOMP_FL (Results 1 – 4 of 4) sorted by relevance

/third_party/f2fs-tools/tools/f2fs_io/
Df2fs_io.h125 #ifndef FS_NOCOMP_FL
126 #define FS_NOCOMP_FL 0x00000400 /* Don't compress */ macro
Df2fs_io.c242 if (flag & FS_NOCOMP_FL) { in do_getflags()
310 flag |= FS_NOCOMP_FL; in do_setflags()
/third_party/e2fsprogs/doc/RelNotes/
Dv1.46.2.txt13 Add support for the FS_NOCOMP_FL flag to chattr and lsattr.
/third_party/e2fsprogs/debian/
Dchangelog75 * Add support for the FS_NOCOMP_FL flag to chattr and lsattr.