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 80 fs->group_desc[group].bg_flags &= ~EXT2_BG_BLOCK_UNINIT;
alloc.c 41 !(fs->group_desc[group].bg_flags & EXT2_BG_BLOCK_UNINIT))
71 fs->group_desc[group].bg_flags &= ~EXT2_BG_BLOCK_UNINIT;
rw_bitmaps.c 74 EXT2_BG_BLOCK_UNINIT)
240 EXT2_BG_BLOCK_UNINIT &&
openfs.c 347 gd->bg_flags &= ~EXT2_BG_BLOCK_UNINIT;
initialize.c 405 EXT2_BG_BLOCK_UNINIT;
ext2_fs.h 175 #define EXT2_BG_BLOCK_UNINIT 0x0002 /* Block bitmap not initialized */
  /external/e2fsprogs/e2fsck/
super.c 639 gd->bg_flags &= ~(EXT2_BG_BLOCK_UNINIT |
648 (gd->bg_flags &(EXT2_BG_BLOCK_UNINIT|EXT2_BG_INODE_UNINIT)||
651 gd->bg_flags &= ~(EXT2_BG_BLOCK_UNINIT |
660 gd->bg_flags & EXT2_BG_BLOCK_UNINIT) {
662 gd->bg_flags &= ~EXT2_BG_BLOCK_UNINIT;
668 if (gd->bg_flags & EXT2_BG_BLOCK_UNINIT &&
671 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 367 print_bg_opts(gdp, EXT2_BG_BLOCK_UNINIT, "Block not init",
    [all...]

Completed in 118 milliseconds