Searched refs:EXT2_BG_BLOCK_UNINIT (Results 1 - 13 of 13) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dalloc_sb.c64 fs->group_desc[group].bg_flags &= ~EXT2_BG_BLOCK_UNINIT;
H A Dalloc_tables.c144 fs->group_desc[gr].bg_flags &= ~EXT2_BG_BLOCK_UNINIT;
172 fs->group_desc[gr].bg_flags &= ~EXT2_BG_BLOCK_UNINIT;
208 fs->group_desc[gr].bg_flags &= ~EXT2_BG_BLOCK_UNINIT;
H A Dalloc_stats.c79 fs->group_desc[group].bg_flags &= ~EXT2_BG_BLOCK_UNINIT;
H A Dalloc.c40 !(fs->group_desc[group].bg_flags & EXT2_BG_BLOCK_UNINIT))
70 fs->group_desc[group].bg_flags &= ~EXT2_BG_BLOCK_UNINIT;
H A Drw_bitmaps.c76 EXT2_BG_BLOCK_UNINIT)
247 EXT2_BG_BLOCK_UNINIT &&
H A Dopenfs.c349 gd->bg_flags &= ~EXT2_BG_BLOCK_UNINIT;
H A Dinitialize.c405 EXT2_BG_BLOCK_UNINIT;
H A Dext2_fs.h176 #define EXT2_BG_BLOCK_UNINIT 0x0002 /* Block bitmap not initialized */ macro
/external/e2fsprogs/e2fsck/
H A Dsuper.c640 gd->bg_flags &= ~(EXT2_BG_BLOCK_UNINIT |
649 (gd->bg_flags &(EXT2_BG_BLOCK_UNINIT|EXT2_BG_INODE_UNINIT)||
652 gd->bg_flags &= ~(EXT2_BG_BLOCK_UNINIT |
661 gd->bg_flags & EXT2_BG_BLOCK_UNINIT) {
663 gd->bg_flags &= ~EXT2_BG_BLOCK_UNINIT;
669 if (gd->bg_flags & EXT2_BG_BLOCK_UNINIT &&
672 gd->bg_flags &= ~EXT2_BG_BLOCK_UNINIT;
H A Dpass5.c160 (fs->group_desc[group].bg_flags & EXT2_BG_BLOCK_UNINIT))
223 ~EXT2_BG_BLOCK_UNINIT;
264 EXT2_BG_BLOCK_UNINIT))
/external/e2fsprogs/resize/
H A Dresize2fs.c116 ~EXT2_BG_BLOCK_UNINIT;
202 if (!(fs->group_desc[g].bg_flags & EXT2_BG_BLOCK_UNINIT))
512 EXT2_BG_BLOCK_UNINIT;
754 (fs->group_desc[group].bg_flags & EXT2_BG_BLOCK_UNINIT)) {
815 (old_fs->group_desc[g].bg_flags & EXT2_BG_BLOCK_UNINIT)) {
1775 uninit = fs->group_desc[group].bg_flags & EXT2_BG_BLOCK_UNINIT;
1812 EXT2_BG_BLOCK_UNINIT);
/external/e2fsprogs/misc/
H A Ddumpe2fs.c120 print_bg_opt(bg_flags, EXT2_BG_BLOCK_UNINIT, "BLOCK_UNINIT",
/external/e2fsprogs/debugfs/
H A Ddebugfs.c370 print_bg_opts(gdp, EXT2_BG_BLOCK_UNINIT, "Block not init",

Completed in 111 milliseconds