Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/ext4/
H A Dext4_common.c144 return le16_to_cpu(bg->bg_flags); in ext4fs_bg_get_flags()
150 bg->bg_flags = cpu_to_le16(flags); in ext4fs_bg_set_flags()
978 uint16_t bg_flags = ext4fs_bg_get_flags(bgd); in ext4fs_get_new_blk_no() local
981 if (bg_flags & EXT4_BG_BLOCK_UNINIT) { in ext4fs_get_new_blk_no()
986 bg_flags &= ~EXT4_BG_BLOCK_UNINIT; in ext4fs_get_new_blk_no()
987 ext4fs_bg_set_flags(bgd, bg_flags); in ext4fs_get_new_blk_no()
1043 uint16_t bg_flags = ext4fs_bg_get_flags(bgd); in ext4fs_get_new_blk_no() local
1045 if (bg_flags & EXT4_BG_BLOCK_UNINIT) { in ext4fs_get_new_blk_no()
1049 bg_flags &= ~EXT4_BG_BLOCK_UNINIT; in ext4fs_get_new_blk_no()
1050 ext4fs_bg_set_flags(bgd, bg_flags); in ext4fs_get_new_blk_no()
[all …]
/rk3399_rockchip-uboot/include/
H A Dext_common.h138 __le16 bg_flags; member