Searched refs:EXT4_BG_INODE_ZEROED (Results 1 – 5 of 5) sorted by relevance
173 - inode table is zeroed (EXT4_BG_INODE_ZEROED).
618 if (!(bg_flags[i] & EXT4_BG_INODE_ZEROED)) in setup_new_flex_group_blocks()1662 flex_gd->bg_flags[i] |= EXT4_BG_INODE_ZEROED; in ext4_setup_next_flex_gd()1664 flex_gd->bg_flags[i] = EXT4_BG_INODE_ZEROED; in ext4_setup_next_flex_gd()
1538 if (gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_ZEROED)) in ext4_init_inode_table()1613 gdp->bg_flags |= cpu_to_le16(EXT4_BG_INODE_ZEROED); in ext4_init_inode_table()
3242 !(gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_ZEROED))) in ext4_check_descriptors()3667 if (!(gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_ZEROED))) in ext4_run_li_request()3880 if (!(gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_ZEROED))) in ext4_has_uninit_itable()
383 #define EXT4_BG_INODE_ZEROED 0x0004 /* On-disk itable initialized to zero */ macro