EXT4_BG_INODE_ZEROED
if (gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_ZEROED))
gdp->bg_flags |= cpu_to_le16(EXT4_BG_INODE_ZEROED);
flex_gd->bg_flags[i] |= EXT4_BG_INODE_ZEROED;
flex_gd->bg_flags[i] = EXT4_BG_INODE_ZEROED;
if (!(bg_flags[i] & EXT4_BG_INODE_ZEROED))
!(gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_ZEROED)))
if (!(gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_ZEROED)))
if (!(gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_ZEROED)))