Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dresize.c232 __u16 *bg_flags; /* block group flags of groups member
270 flex_gd->bg_flags = kmalloc_array(flex_gd->resize_bg, sizeof(__u16), in alloc_flex_gd()
272 if (flex_gd->bg_flags == NULL) in alloc_flex_gd()
287 kfree(flex_gd->bg_flags); in free_flex_gd()
358 flex_gd->bg_flags[group] &= uninit_mask; in ext4_alloc_group_tables()
369 flex_gd->bg_flags[group] &= uninit_mask; in ext4_alloc_group_tables()
385 flex_gd->bg_flags[group + 1] &= uninit_mask; in ext4_alloc_group_tables()
392 flex_gd->bg_flags[group] &= uninit_mask; in ext4_alloc_group_tables()
486 if (flex_gd->bg_flags[group] & EXT4_BG_BLOCK_UNINIT) { in set_flexbg_block_bitmap()
542 __u16 *bg_flags = flex_gd->bg_flags; in setup_new_flex_group_blocks() local
[all …]
H A Dialloc.c163 (desc->bg_flags & cpu_to_le16(EXT4_BG_INODE_UNINIT))) { in ext4_read_inode_bitmap()
799 gdp->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT)) { in ext4_mark_inode_used()
815 (gdp->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT))) { in ext4_mark_inode_used()
816 gdp->bg_flags &= cpu_to_le16(~EXT4_BG_BLOCK_UNINIT); in ext4_mark_inode_used()
838 if (gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_UNINIT)) { in ext4_mark_inode_used()
839 gdp->bg_flags &= cpu_to_le16(~EXT4_BG_INODE_UNINIT); in ext4_mark_inode_used()
1145 gdp->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT)) { in __ext4_new_inode()
1168 (gdp->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT))) { in __ext4_new_inode()
1169 gdp->bg_flags &= cpu_to_le16(~EXT4_BG_BLOCK_UNINIT); in __ext4_new_inode()
1203 if (gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_UNINIT)) { in __ext4_new_inode()
[all …]
H A Dballoc.c507 (desc->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT))) { in ext4_read_block_bitmap_nowait()
H A Dmballoc.c2700 (gdp->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT)))) in ext4_mb_good_group_nolock()
3361 (desc->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT))) { in ext4_mb_add_groupinfo()
4064 (gdp->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT))) { in ext4_mb_mark_diskspace_used()
4065 gdp->bg_flags &= cpu_to_le16(~EXT4_BG_BLOCK_UNINIT); in ext4_mb_mark_diskspace_used()
4168 (gdp->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT))) { in ext4_mb_mark_bb()
4169 gdp->bg_flags &= cpu_to_le16(~EXT4_BG_BLOCK_UNINIT); in ext4_mb_mark_bb()
H A Dsuper.c3325 !(gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_ZEROED))) in ext4_check_descriptors()
3747 if (!(gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_ZEROED))) in ext4_run_li_request()
3960 if (!(gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_ZEROED))) in ext4_has_uninit_itable()
H A Dext4.h398 __le16 bg_flags; /* EXT4_BG_flags (INODE_UNINIT, etc) */ member
/openbmc/u-boot/fs/ext4/
H A Dext4_common.c142 return le16_to_cpu(bg->bg_flags); in ext4fs_bg_get_flags()
148 bg->bg_flags = cpu_to_le16(flags); in ext4fs_bg_set_flags()
976 uint16_t bg_flags = ext4fs_bg_get_flags(bgd); in ext4fs_get_new_blk_no() local
979 if (bg_flags & EXT4_BG_BLOCK_UNINIT) { in ext4fs_get_new_blk_no()
984 bg_flags &= ~EXT4_BG_BLOCK_UNINIT; in ext4fs_get_new_blk_no()
985 ext4fs_bg_set_flags(bgd, bg_flags); in ext4fs_get_new_blk_no()
1041 uint16_t bg_flags = ext4fs_bg_get_flags(bgd); in ext4fs_get_new_blk_no() local
1043 if (bg_flags & EXT4_BG_BLOCK_UNINIT) { in ext4fs_get_new_blk_no()
1047 bg_flags &= ~EXT4_BG_BLOCK_UNINIT; in ext4fs_get_new_blk_no()
1048 ext4fs_bg_set_flags(bgd, bg_flags); in ext4fs_get_new_blk_no()
[all …]
/openbmc/u-boot/include/
H A Dext_common.h137 __le16 bg_flags; member
/openbmc/linux/Documentation/filesystems/ext4/
H A Dgroup_descr.rst79 - bg_flags
/openbmc/linux/include/trace/events/
H A Dbtrfs.h1345 __field( u64, bg_flags )
1356 __entry->bg_flags = block_group->flags;
1365 __entry->bg_start, __entry->bg_flags,
1366 __print_flags((unsigned long)__entry->bg_flags, "|",
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch498 - __u16 bg_flags;
517 - __u16 bg_flags; /* EXT4_BG_flags (INODE_UNINIT, etc) */
/openbmc/linux/fs/btrfs/
H A Dvolumes.c198 void btrfs_describe_block_groups(u64 bg_flags, char *buf, u32 size_buf) in btrfs_describe_block_groups() argument
203 u64 flags = bg_flags; in btrfs_describe_block_groups()