Searched refs:bg_flags (Results 1 – 3 of 3) sorted by relevance
142 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() local979 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() local1043 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 …]
137 __le16 bg_flags; member
498 - __u16 bg_flags;517 - __u16 bg_flags; /* EXT4_BG_flags (INODE_UNINIT, etc) */