HomeSort by relevance Sort by last modified time
    Searched refs:EXT2_BG_BLOCK_UNINIT (Results 1 - 13 of 13) sorted by null

  /external/e2fsprogs/lib/ext2fs/
alloc_sb.c 64 fs->group_desc[group].bg_flags &= ~EXT2_BG_BLOCK_UNINIT;
alloc_tables.c 144 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;
alloc_stats.c 79 fs->group_desc[group].bg_flags &= ~EXT2_BG_BLOCK_UNINIT;
alloc.c 40 !(fs->group_desc[group].bg_flags & EXT2_BG_BLOCK_UNINIT))
70 fs->group_desc[group].bg_flags &= ~EXT2_BG_BLOCK_UNINIT;
rw_bitmaps.c 76 EXT2_BG_BLOCK_UNINIT)
247 EXT2_BG_BLOCK_UNINIT &&
openfs.c 349 gd->bg_flags &= ~EXT2_BG_BLOCK_UNINIT;
initialize.c 405 EXT2_BG_BLOCK_UNINIT;
ext2_fs.h 176 #define EXT2_BG_BLOCK_UNINIT 0x0002 /* Block bitmap not initialized */
  /external/e2fsprogs/e2fsck/
super.c 640 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;
pass5.c 160 (fs->group_desc[group].bg_flags & EXT2_BG_BLOCK_UNINIT))
223 ~EXT2_BG_BLOCK_UNINIT;
264 EXT2_BG_BLOCK_UNINIT))
  /external/e2fsprogs/resize/
resize2fs.c 116 ~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)) {
    [all...]
  /external/e2fsprogs/misc/
dumpe2fs.c 120 print_bg_opt(bg_flags, EXT2_BG_BLOCK_UNINIT, "BLOCK_UNINIT",
  /external/e2fsprogs/debugfs/
debugfs.c 370 print_bg_opts(gdp, EXT2_BG_BLOCK_UNINIT, "Block not init",
    [all...]

Completed in 165 milliseconds