Searched refs:bg_flags (Results 1 – 2 of 2) sorted by relevance
1067 if (gd->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT)) { in Ext2NewBlock()1077 gd->bg_flags &= cpu_to_le16(~EXT4_BG_BLOCK_UNINIT); in Ext2NewBlock()1421 if ((gd->bg_flags & cpu_to_le16(EXT4_BG_INODE_UNINIT)) || in Ext2NewInode()1498 if (gd->bg_flags & cpu_to_le16(EXT4_BG_INODE_UNINIT) || in Ext2NewInode()1525 if (gd->bg_flags & cpu_to_le16(EXT4_BG_INODE_UNINIT) || in Ext2NewInode()1550 if (gd->bg_flags & cpu_to_le16(EXT4_BG_INODE_UNINIT) || in Ext2NewInode()1583 if (gd->bg_flags & cpu_to_le16(EXT4_BG_INODE_UNINIT)) { in Ext2NewInode()1593 gd->bg_flags &= cpu_to_le16(~EXT4_BG_INODE_UNINIT); in Ext2NewInode()1658 if (gd->bg_flags & cpu_to_le16(EXT4_BG_INODE_UNINIT)) { in Ext2NewInode()1659 gd->bg_flags &= cpu_to_le16(~EXT4_BG_INODE_UNINIT); in Ext2NewInode()[all …]
142 __le16 bg_flags; /* EXT4_BG_flags (INODE_UNINIT, etc) */ member