Home
last modified time | relevance | path

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

/external/u-boot/include/
Dext4fs.h40 #define EXT4_BG_BLOCK_UNINIT 0x0002 macro
/external/u-boot/fs/ext4/
Dext4_common.c980 if (bg_flags & EXT4_BG_BLOCK_UNINIT) { in ext4fs_get_new_blk_no()
985 bg_flags &= ~EXT4_BG_BLOCK_UNINIT; in ext4fs_get_new_blk_no()
1044 if (bg_flags & EXT4_BG_BLOCK_UNINIT) { in ext4fs_get_new_blk_no()
1048 bg_flags &= ~EXT4_BG_BLOCK_UNINIT; in ext4fs_get_new_blk_no()