Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dext4fs.h41 #define EXT4_BG_INODE_ZEROED 0x0004 macro
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dresize.c611 if (!(bg_flags[i] & EXT4_BG_INODE_ZEROED)) in setup_new_flex_group_blocks()
1611 flex_gd->bg_flags[i] |= EXT4_BG_INODE_ZEROED; in ext4_setup_next_flex_gd()
1613 flex_gd->bg_flags[i] = EXT4_BG_INODE_ZEROED; in ext4_setup_next_flex_gd()
H A Dialloc.c1536 if (gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_ZEROED)) in ext4_init_inode_table()
1611 gdp->bg_flags |= cpu_to_le16(EXT4_BG_INODE_ZEROED); in ext4_init_inode_table()
H A Dsuper.c2906 !(gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_ZEROED))) in ext4_check_descriptors()
3478 if (!(gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_ZEROED))) in ext4_run_li_request()
3692 if (!(gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_ZEROED))) in ext4_has_uninit_itable()
H A Dext4.h369 #define EXT4_BG_INODE_ZEROED 0x0004 /* On-disk itable initialized to zero */ macro