Searched refs:bg_flags (Results 1 – 7 of 7) sorted by relevance
186 __u16 *bg_flags; /* block group flags of groups member216 flex_gd->bg_flags = kmalloc_array(flexbg_size, sizeof(__u16), in alloc_flex_gd()218 if (flex_gd->bg_flags == NULL) in alloc_flex_gd()233 kfree(flex_gd->bg_flags); in free_flex_gd()304 flex_gd->bg_flags[group] &= uninit_mask; in ext4_alloc_group_tables()315 flex_gd->bg_flags[group] &= uninit_mask; in ext4_alloc_group_tables()331 flex_gd->bg_flags[group + 1] &= uninit_mask; in ext4_alloc_group_tables()338 flex_gd->bg_flags[group] &= uninit_mask; in ext4_alloc_group_tables()449 if (flex_gd->bg_flags[group] & EXT4_BG_BLOCK_UNINIT) { in set_flexbg_block_bitmap()504 __u16 *bg_flags = flex_gd->bg_flags; in setup_new_flex_group_blocks() local[all …]
157 (desc->bg_flags & cpu_to_le16(EXT4_BG_INODE_UNINIT))) { in ext4_read_inode_bitmap()988 gdp->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT)) { in __ext4_new_inode()1010 (gdp->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT))) { in __ext4_new_inode()1011 gdp->bg_flags &= cpu_to_le16(~EXT4_BG_BLOCK_UNINIT); in __ext4_new_inode()1036 if (gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_UNINIT)) { in __ext4_new_inode()1037 gdp->bg_flags &= cpu_to_le16(~EXT4_BG_INODE_UNINIT); in __ext4_new_inode()1371 if (gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_ZEROED)) in ext4_init_inode_table()1386 if (!(gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_UNINIT))) in ext4_init_inode_table()1431 gdp->bg_flags |= cpu_to_le16(EXT4_BG_INODE_ZEROED); in ext4_init_inode_table()
445 (desc->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT))) { in ext4_read_block_bitmap_nowait()
2429 (desc->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT))) { in ext4_mb_add_groupinfo()2998 (gdp->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT))) { in ext4_mb_mark_diskspace_used()2999 gdp->bg_flags &= cpu_to_le16(~EXT4_BG_BLOCK_UNINIT); in ext4_mb_mark_diskspace_used()
2485 !(gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_ZEROED))) in ext4_check_descriptors()3040 if (!(gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_ZEROED))) in ext4_run_li_request()3257 if (!(gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_ZEROED))) in ext4_has_uninit_itable()
316 __le16 bg_flags; /* EXT4_BG_flags (INODE_UNINIT, etc) */ member
142 void btrfs_describe_block_groups(u64 bg_flags, char *buf, u32 size_buf) in btrfs_describe_block_groups() argument147 u64 flags = bg_flags; in btrfs_describe_block_groups()