Home
last modified time | relevance | path

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

/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/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) */