Home
last modified time | relevance | path

Searched refs:EXT4_BG_INODE_ZEROED (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/ext4/
Dialloc.c1376 if (gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_ZEROED)) in ext4_init_inode_table()
1451 gdp->bg_flags |= cpu_to_le16(EXT4_BG_INODE_ZEROED); in ext4_init_inode_table()
Dresize.c629 if (!(bg_flags[i] & EXT4_BG_INODE_ZEROED)) in setup_new_flex_group_blocks()
1633 flex_gd->bg_flags[i] |= EXT4_BG_INODE_ZEROED; in ext4_setup_next_flex_gd()
1635 flex_gd->bg_flags[i] = EXT4_BG_INODE_ZEROED; in ext4_setup_next_flex_gd()
Dsuper.c2482 !(gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_ZEROED))) in ext4_check_descriptors()
3042 if (!(gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_ZEROED))) in ext4_run_li_request()
3259 if (!(gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_ZEROED))) in ext4_has_uninit_itable()
Dext4.h360 #define EXT4_BG_INODE_ZEROED 0x0004 /* On-disk itable initialized to zero */ macro