• Home
  • Raw
  • Download

Lines Matching refs:bg_flags

209 	__u16 *bg_flags;			/* block group flags of groups  member
238 flex_gd->bg_flags = kmalloc(flexbg_size * sizeof(__u16), GFP_NOFS); in alloc_flex_gd()
239 if (flex_gd->bg_flags == NULL) in alloc_flex_gd()
254 kfree(flex_gd->bg_flags); in free_flex_gd()
324 flex_gd->bg_flags[group] &= uninit_mask; in ext4_alloc_group_tables()
335 flex_gd->bg_flags[group] &= uninit_mask; in ext4_alloc_group_tables()
351 flex_gd->bg_flags[group + 1] &= uninit_mask; in ext4_alloc_group_tables()
358 flex_gd->bg_flags[group] &= uninit_mask; in ext4_alloc_group_tables()
457 if (flex_gd->bg_flags[group] & EXT4_BG_BLOCK_UNINIT) { in set_flexbg_block_bitmap()
512 __u16 *bg_flags = flex_gd->bg_flags; in setup_new_flex_group_blocks() local
595 if (!(bg_flags[i] & EXT4_BG_INODE_ZEROED)) in setup_new_flex_group_blocks()
608 if (bg_flags[i] & EXT4_BG_BLOCK_UNINIT) in setup_new_flex_group_blocks()
636 if (bg_flags[i] & EXT4_BG_INODE_UNINIT) in setup_new_flex_group_blocks()
1284 __u16 *bg_flags = flex_gd->bg_flags; in ext4_setup_new_descs() local
1288 for (i = 0; i < flex_gd->count; i++, group_data++, bg_flags++) { in ext4_setup_new_descs()
1318 gdp->bg_flags = cpu_to_le16(*bg_flags); in ext4_setup_new_descs()
1463 BUG_ON(!flex_gd->count || !flex_gd->groups || !flex_gd->bg_flags); in ext4_flex_group_add()
1580 flex_gd->bg_flags[i] = EXT4_BG_BLOCK_UNINIT | in ext4_setup_next_flex_gd()
1583 flex_gd->bg_flags[i] |= EXT4_BG_INODE_ZEROED; in ext4_setup_next_flex_gd()
1585 flex_gd->bg_flags[i] = EXT4_BG_INODE_ZEROED; in ext4_setup_next_flex_gd()
1590 flex_gd->bg_flags[i - 1] &= ~EXT4_BG_BLOCK_UNINIT; in ext4_setup_next_flex_gd()
1624 __u16 bg_flags = 0; in ext4_group_add() local
1674 flex_gd.bg_flags = &bg_flags; in ext4_group_add()