FS_COMPR_FL
iflags |= FS_COMPR_FL;
FS_NOCOMP_FL | FS_COMPR_FL |
if ((flags & FS_NOCOMP_FL) && (flags & FS_COMPR_FL))
if ((flags & FS_COMPR_FL) && (flags & FS_NOCOW_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)))
} else if (fsflags & FS_COMPR_FL) {
#define EXT2_COMPR_FL FS_COMPR_FL /* Compress file */
{ F2FS_COMPR_FL, FS_COMPR_FL },
FS_COMPR_FL | \
FS_COMPR_FL | \
(FS_SECRM_FL | FS_UNRM_FL | FS_COMPR_FL | FS_SYNC_FL | \
#define OCFS2_COMPR_FL FS_COMPR_FL /* Compress file */
ExtAttrBits = FS_COMPR_FL;
if ((ExtAttrBits & FS_COMPR_FL) == 0)
(FS_COMPR_FL | FS_SYNC_FL | FS_APPEND_FL | \
if (ioctl_flags & FS_COMPR_FL)
ioctl_flags |= FS_COMPR_FL;