Home
last modified time | relevance | path

Searched refs:EXT2_BG_BLOCK_UNINIT (Results 1 – 14 of 14) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dalloc_tables.c147 ext2fs_bg_flags_clear(fs, gr, EXT2_BG_BLOCK_UNINIT); in ext2fs_allocate_group_table()
178 ext2fs_bg_flags_clear(fs, gr, EXT2_BG_BLOCK_UNINIT); in ext2fs_allocate_group_table()
216 EXT2_BG_BLOCK_UNINIT); in ext2fs_allocate_group_table()
Dalloc_sb.c68 ext2fs_bg_flags_clear(fs, group, EXT2_BG_BLOCK_UNINIT); in ext2fs_reserve_super_and_bgd()
Drw_bitmaps.c73 if (csum_flag && ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT) in write_bitmaps()
252 ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT) && in read_bitmaps()
Dalloc.c40 !(ext2fs_bg_flags_test(fs, group, EXT2_BG_BLOCK_UNINIT))) in check_block_uninit()
71 ext2fs_bg_flags_clear(fs, group, EXT2_BG_BLOCK_UNINIT); in check_block_uninit()
Dalloc_stats.c77 ext2fs_bg_flags_clear(fs, group, EXT2_BG_BLOCK_UNINIT); in ext2fs_block_alloc_stats2()
Dopenfs.c394 ext2fs_bg_flags_clear(fs, group, EXT2_BG_BLOCK_UNINIT); in ext2fs_open2()
Dinitialize.c472 EXT2_BG_BLOCK_UNINIT); in ext2fs_initialize()
Dext2_fs.h196 #define EXT2_BG_BLOCK_UNINIT 0x0002 /* Block bitmap not initialized */ macro
/external/e2fsprogs/e2fsck/
Dsuper.c654 ext2fs_bg_flags_clear(fs, i, EXT2_BG_BLOCK_UNINIT); in check_super_block()
663 (ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT) || in check_super_block()
667 ext2fs_bg_flags_clear(fs, i, EXT2_BG_BLOCK_UNINIT); in check_super_block()
676 ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT)) { in check_super_block()
678 ext2fs_bg_flags_clear(fs, i, EXT2_BG_BLOCK_UNINIT); in check_super_block()
Dpass5.c263 (ext2fs_bg_flags_test(fs, group, EXT2_BG_BLOCK_UNINIT))) in check_block_bitmaps()
295 if (ext2fs_bg_flags_test(fs, group, EXT2_BG_BLOCK_UNINIT)) in check_block_bitmaps()
403 ext2fs_bg_flags_clear(fs, group, EXT2_BG_BLOCK_UNINIT); in check_block_bitmaps()
467 EXT2_BG_BLOCK_UNINIT)) in check_block_bitmaps()
/external/e2fsprogs/resize/
Dresize2fs.c133 EXT2_BG_BLOCK_UNINIT); in resize_fs()
237 if (!(ext2fs_bg_flags_test(fs, g, EXT2_BG_BLOCK_UNINIT))) in fix_uninit_block_bitmaps()
548 ext2fs_bg_flags_set(fs, i, EXT2_BG_BLOCK_UNINIT); in adjust_fs_info()
832 (ext2fs_bg_flags_test(fs, group, EXT2_BG_BLOCK_UNINIT))) { in mark_fs_metablock()
930 ext2fs_bg_flags_test(old_fs, g, EXT2_BG_BLOCK_UNINIT)) { in blocks_to_move()
1911 uninit = ext2fs_bg_flags_test(fs, group, EXT2_BG_BLOCK_UNINIT); in ext2fs_calculate_summary_stats()
1947 uninit = ext2fs_bg_flags_test(fs, group, EXT2_BG_BLOCK_UNINIT); in ext2fs_calculate_summary_stats()
/external/e2fsprogs/misc/
Ddumpe2fs.c128 print_bg_opt(bg_flags, EXT2_BG_BLOCK_UNINIT, "BLOCK_UNINIT", in print_bg_opts()
De2image.c435 if (!ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT) && in mark_table_blocks()
/external/e2fsprogs/debugfs/
Ddebugfs.c404 print_bg_opts(current_fs, i, EXT2_BG_BLOCK_UNINIT, "Block not init", in do_show_super_stats()