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

  /external/e2fsprogs/lib/ext2fs/
alloc_stats.c 77 ext2fs_bg_flags_clear(fs, group, EXT2_BG_BLOCK_UNINIT);
140 ext2fs_bg_flags_clear(fs, group, EXT2_BG_BLOCK_UNINIT);
alloc_tables.c 161 ext2fs_bg_flags_clear(fs, gr, EXT2_BG_BLOCK_UNINIT);
194 ext2fs_bg_flags_clear(fs, gr, EXT2_BG_BLOCK_UNINIT);
rw_bitmaps.c 72 if (csum_flag && ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT)
166 if (!ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT))
299 ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT) &&
alloc.c 46 !(ext2fs_bg_flags_test(fs, group, EXT2_BG_BLOCK_UNINIT)))
51 ext2fs_bg_flags_clear(fs, group, EXT2_BG_BLOCK_UNINIT);
76 ext2fs_bg_flags_clear(fs, group, EXT2_BG_BLOCK_UNINIT);
initialize.c 522 EXT2_BG_BLOCK_UNINIT);
openfs.c 455 ext2fs_bg_flags_clear(fs, group, EXT2_BG_BLOCK_UNINIT);
csum.c 852 ext2fs_bg_flags_set(fs, i, EXT2_BG_BLOCK_UNINIT);
ext2_fs.h 203 #define EXT2_BG_BLOCK_UNINIT 0x0002 /* Block bitmap not initialized */
    [all...]
  /external/e2fsprogs/e2fsck/
super.c 713 ext2fs_bg_flags_clear(fs, i, EXT2_BG_BLOCK_UNINIT);
722 (ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT) ||
726 ext2fs_bg_flags_clear(fs, i, EXT2_BG_BLOCK_UNINIT);
735 ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT)) {
737 ext2fs_bg_flags_clear(fs, i, EXT2_BG_BLOCK_UNINIT);
readahead.c 187 !ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT) &&
pass5.c 164 if (ext2fs_bg_flags_test(ctx->fs, i, EXT2_BG_BLOCK_UNINIT))
436 EXT2_BG_BLOCK_UNINIT)) {
443 EXT2_BG_BLOCK_UNINIT);
  /external/e2fsprogs/resize/
resize2fs.c 167 EXT2_BG_BLOCK_UNINIT);
593 if (!(ext2fs_bg_flags_test(fs, g, EXT2_BG_BLOCK_UNINIT)))
958 ext2fs_bg_flags_set(fs, i, EXT2_BG_BLOCK_UNINIT);
    [all...]
  /external/e2fsprogs/misc/
dumpe2fs.c 130 print_bg_opt(bg_flags, EXT2_BG_BLOCK_UNINIT, "BLOCK_UNINIT",
e2image.c 441 if (!ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT) &&
    [all...]
  /external/syslinux/libinstaller/ext2fs/
ext2_fs.h 196 #define EXT2_BG_BLOCK_UNINIT 0x0002 /* Block bitmap not initialized */
  /external/e2fsprogs/debugfs/
debugfs.c 487 print_bg_opts(current_fs, i, EXT2_BG_BLOCK_UNINIT, "Block not init",
    [all...]

Completed in 220 milliseconds