FS_NOCOMP_FL
iflags |= FS_NOCOMP_FL;
FS_NOCOMP_FL | FS_COMPR_FL |
if ((flags & FS_NOCOMP_FL) && (flags & FS_COMPR_FL))
if ((old_flags & FS_NOCOW_FL) && (flags & (FS_COMPR_FL | FS_NOCOMP_FL)))
if ((flags & FS_NOCOW_FL) && (old_flags & (FS_COMPR_FL | FS_NOCOMP_FL)))
if (fsflags & FS_NOCOMP_FL) {
#define EXT2_NOCOMP_FL FS_NOCOMP_FL /* Don't compress */
{ F2FS_NOCOMP_FL, FS_NOCOMP_FL },
FS_NOCOMP_FL | \
FS_NOCOMP_FL | \
FS_COMPRBLK_FL | FS_NOCOMP_FL | FS_NOTAIL_FL | FS_DIRSYNC_FL)
#define OCFS2_NOCOMP_FL FS_NOCOMP_FL /* Don't compress */