Home
last modified time | relevance | path

Searched refs:bg_flags (Results 1 – 6 of 6) sorted by relevance

/fs/ext4/
Dresize.c144 __u16 *bg_flags; /* block group flags of groups member
173 flex_gd->bg_flags = kmalloc(flexbg_size * sizeof(__u16), GFP_NOFS); in alloc_flex_gd()
174 if (flex_gd->bg_flags == NULL) in alloc_flex_gd()
189 kfree(flex_gd->bg_flags); in free_flex_gd()
260 flex_gd->bg_flags[group] &= ~EXT4_BG_BLOCK_UNINIT; in ext4_alloc_group_tables()
272 flex_gd->bg_flags[group] &= ~EXT4_BG_BLOCK_UNINIT; in ext4_alloc_group_tables()
285 flex_gd->bg_flags[group] &= ~EXT4_BG_BLOCK_UNINIT; in ext4_alloc_group_tables()
384 if (flex_gd->bg_flags[group] & EXT4_BG_BLOCK_UNINIT) { in set_flexbg_block_bitmap()
436 __u16 *bg_flags = flex_gd->bg_flags; in setup_new_flex_group_blocks() local
506 if (!(bg_flags[i] & EXT4_BG_INODE_ZEROED)) in setup_new_flex_group_blocks()
[all …]
Dialloc.c140 if (desc->bg_flags & cpu_to_le16(EXT4_BG_INODE_UNINIT)) { in ext4_read_inode_bitmap()
724 gdp->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT)) { in ext4_new_inode()
740 if (gdp->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT)) { in ext4_new_inode()
741 gdp->bg_flags &= cpu_to_le16(~EXT4_BG_BLOCK_UNINIT); in ext4_new_inode()
768 if (gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_UNINIT)) { in ext4_new_inode()
769 gdp->bg_flags &= cpu_to_le16(~EXT4_BG_INODE_UNINIT); in ext4_new_inode()
1090 if (gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_ZEROED)) in ext4_init_inode_table()
1105 if (!(gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_UNINIT))) in ext4_init_inode_table()
1147 gdp->bg_flags |= cpu_to_le16(EXT4_BG_INODE_ZEROED); in ext4_init_inode_table()
Dballoc.c366 if (desc->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT)) { in ext4_read_block_bitmap_nowait()
Dmballoc.c2209 if (desc->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT)) { in ext4_mb_add_groupinfo()
2798 if (gdp->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT)) { in ext4_mb_mark_diskspace_used()
2799 gdp->bg_flags &= cpu_to_le16(~EXT4_BG_BLOCK_UNINIT); in ext4_mb_mark_diskspace_used()
Dsuper.c1989 !(gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_ZEROED))) in ext4_check_descriptors()
2644 if (!(gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_ZEROED))) in ext4_run_li_request()
2835 if (!(gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_ZEROED))) in ext4_has_uninit_itable()
Dext4.h300 __le16 bg_flags; /* EXT4_BG_flags (INODE_UNINIT, etc) */ member