OVL_PROT_I_FLAGS_MASK
BUILD_BUG_ON(OVL_PROT_I_FLAGS_MASK & ~OVL_COPY_I_FLAGS_MASK);
flags |= inode->i_flags & OVL_PROT_I_FLAGS_MASK;
#define OVL_FATTR_I_FLAGS_MASK (OVL_PROT_I_FLAGS_MASK | S_SYNC | S_NOATIME)
inode_set_flags(inode, iflags, OVL_PROT_I_FLAGS_MASK);
u32 iflags = inode->i_flags & OVL_PROT_I_FLAGS_MASK;
inode_set_flags(inode, iflags, OVL_PROT_I_FLAGS_MASK);
} else if (inode->i_flags & OVL_PROT_I_FLAGS_MASK) {