F2FS_COMPR_FL
fi->i_flags |= F2FS_COMPR_FL;
fi->i_flags &= ~F2FS_COMPR_FL;
if (flags & F2FS_COMPR_FL)
if (iflags & (F2FS_COMPR_FL | F2FS_NOCOMP_FL)) {
if ((iflags & F2FS_COMPR_FL) && (iflags & F2FS_NOCOMP_FL))
if ((iflags ^ masked_flags) & F2FS_COMPR_FL) {
if (masked_flags & F2FS_COMPR_FL) {
f2fs_bug_on(F2FS_I_SB(inode), (fi->i_flags & F2FS_COMPR_FL) &&
{ F2FS_COMPR_FL, FS_COMPR_FL },
(F2FS_I(inode)->i_flags & F2FS_COMPR_FL)));
fi->i_flags & F2FS_COMPR_FL &&
(fi->i_flags & F2FS_COMPR_FL)) {
} else if (F2FS_I(dir)->i_flags & F2FS_COMPR_FL) {